Fill in a few details about a software product launch and get a full go-to-market kit back: positioning statement, personas, messaging pillars, competitive notes, pricing talking points, launch checklist, launch timeline, an announcement email, social posts, and a one-pager. Generated by Claude.
- Frontend: React + Vite + TypeScript
- Backend: a single Vercel serverless function (
api/generate.ts) that calls the Anthropic API - Deploy: Vercel, connected to this GitHub repo
npm install
npm run devThe frontend calls /api/generate, which needs ANTHROPIC_API_KEY set. For local dev with the serverless function, use the Vercel CLI:
npm install -g vercel
vercel devCopy .env.example to .env and add your key first.
- Push this repo to GitHub.
- Import it in Vercel.
- Add an environment variable
ANTHROPIC_API_KEY(from console.anthropic.com) in the Vercel project settings. - Deploy.