Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TanStack Start Workflow Starter

Deploy with Vercel

This starter is a template for a TanStack Start project that uses Workflow DevKit. It follows the Workflow DevKit: TanStack Start Getting Started Guide.

Getting Started

Local Development

  1. Clone this example and install dependencies:

    git clone https://github.com/vercel/workflow-examples
    cd workflow-examples/tanstack-start
    pnpm install
  2. Start the development server:

    pnpm dev
  3. Invoke the workflow by curl:

    curl -X POST --json '{"email":"hello@example.com"}' http://localhost:3000/api/signup
  4. Inspect runs:

    pnpm exec workflow inspect runs

Deploying

This project uses Nitro as the server adapter, so it can run on any Node-compatible host. For host-specific presets (Vercel, Netlify, Cloudflare, AWS Lambda, etc.), see the Nitro deployment docs.