Skip to content

comfy-deploy/comfydeploy-fullstack-demo

Repository files navigation

Full stack demo build with Next js 15, Tailwind, Shadcn UI, Drizzle, Turso, Clerk

full-stack-demo.mp4

Setting up ComfyUI workflow

  1. Clone the workflow here https://www.comfydeploy.com/share/comfy-deploy-full-stack-demo
  2. Deploy the workflow and use default machine to Production

Setup Environment variable (Local)

cp .env.example .env.local

Create a new workflow on ComfyDeploy and get the API key from https://www.comfydeploy.com/api-keys

# API key from  https://www.comfydeploy.com/api-keys
COMFY_DEPLOY_API_KEY=""
# Workflow Deployment ID
COMFY_DEPLOY_WF_DEPLOYMENT_ID=""

Create a new project in Clerk and setup the key

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

Getting Started

First, run the development server:

bun dev

Open http://localhost:3006 with your browser to see the result.

Deploying to Prod

  1. Deploy to Vercel
  2. Create a new clerk production environment, add env to vercel
  3. Create a https://turso.tech/ db, and copy over the token to vercel

About

Full Stack Demo (Clerk, Turso, Nextjs 15)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published