Workflow Detail
Full-Stack SaaS
Deploy app, connect database, integrate payments and notifications.
Overview
5 steps~45 minsaasdeploy
Required env vars: VERCEL_TOKEN, SUPABASE_ACCESS_TOKEN, STRIPE_API_KEY, POSTMARK_SERVER_TOKEN, AUTH0_ACCESS_TOKEN
Auth needed for: Vercel CLI, Supabase CLI, Stripe CLI, Postmark CLI, Auth0 CLI
Step By Step
Execute Vercel CLI stage in full-stack saas workflow.
Authentication
- Step 1 Authenticate CLI profile for this provider.
- Step 2 Set required environment variables: VERCEL_TOKEN
vercel deploy
[path] Performs a deployment (default)
vercel build
Build the project locally into './vercel/output'
Execute Supabase CLI stage in full-stack saas workflow.
Authentication
- Step 1 Authenticate CLI profile for this provider.
- Step 2 Set required environment variables: SUPABASE_ACCESS_TOKEN
supabase bootstrap
Bootstrap a Supabase project from a starter template
supabase db
Manage Postgres databases
Execute Stripe CLI stage in full-stack saas workflow.
Authentication
- Step 1 Authenticate CLI profile for this provider.
- Step 2 Set required environment variables: STRIPE_API_KEY
stripe listen
Listen for webhook events
stripe trigger
Trigger test webhook events
Execute Postmark CLI stage in full-stack saas workflow.
Authentication
- Step 1 Export required environment variables: POSTMARK_SERVER_TOKEN
postmark auth
Set Postmark token
postmark servers list
List servers
Execute Auth0 CLI stage in full-stack saas workflow.
Authentication
- Step 1 Authenticate CLI profile for this provider.
- Step 2 Set required environment variables: AUTH0_ACCESS_TOKEN
auth0 login
Authenticate Auth0 tenant
auth0 apps list
List applications