Starter repository for AI products with agents, skills, async orchestration, and mixed runtimes.
- AI apps
- research systems
- multi-step generation flows
- approval-based automation
- realtime chat plus background work
- apps where a user needs fast UI while heavier work continues elsewhere
- web/front door: Cloudflare Workers or Vercel
- persistent core runtime: Railway
- durable workflow layer: Trigger.dev
- auth/data/storage: Supabase or Convex
- monorepo layout for web, API, worker, and trigger tasks
- packages for agents, skills, prompts, contracts, and shared utilities
- baseline docs for architecture, contracts, and failure modes
- CI workflow
- placeholder deploy workflows
- Decide whether
apps/webwill deploy to Cloudflare or Vercel. - Fill in the planning files before coding.
- Add your chosen platform env variables.
- Replace placeholder agents, skills, prompts, and contracts with your real workflow logic.