Resources and hands-on workshops for building and shipping full-stack apps with Claude Code, Next.js, and Vercel — from a stock laptop to a live deployment.
A single command installs the full toolchain: Git, Homebrew, Node.js LTS, pnpm, the Vercel CLI, the Supabase CLI, and Claude Code.
macOS — Terminal
bash <(curl -fsSL https://aimhuge.com/setup/mac.sh)
Windows 11 — PowerShell
irm https://aimhuge.com/setup/windows.ps1 | iex
Clone the pre-configured Next.js starter — migrations and Claude Code skills are already wired up.
git clone https://github.com/fotoflo/aimhuge-training-starter.git cd aimhuge-training-starter pnpm install
Create a .env.local file in the project root with your API keys. You'll need accounts on GitHub, Vercel, Supabase, and Resend (Spaceship is optional, for domains).
NEXT_PUBLIC_SUPABASE_URL= NEXT_PUBLIC_SUPABASE_ANON_KEY= SUPABASE_SERVICE_ROLE_KEY= RESEND_API_KEY= SPACESHIP_API_KEY= # optional SPACESHIP_API_SECRET= # optional
Start the dev server, then deploy a preview and finally promote to production.
pnpm dev # http://localhost:3000 vercel # deploy a preview vercel --prod # promote to production
If Claude Code misbehaves, run the doctor or reinstall the CLI.
claude doctor npm install -g @anthropic-ai/claude-code
https://aimhuge.com/setup/mac.sh https://aimhuge.com/setup/windows.ps1
Adapted from the AimHuge “Get Ready to Deploy” workshop.
Hands-on workshops on building and shipping full-stack applications with Claude Code, Next.js, Supabase, and Vercel — from environment setup to a live production deployment.
Open the workshops directly on AimHuge:
Explore the full catalog of AimHuge workshops on building and shipping AI-powered, full-stack apps with Claude Code.
Set up your laptop from scratch — install the toolchain, clone the starter repo, and deploy your first app live.