Learning & Workshops

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.

1

Run the installer

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
2

Get the starter repository

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
3

Configure your environment

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
4

Run locally & deploy

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
5

Troubleshooting

If Claude Code misbehaves, run the doctor or reinstall the CLI.

claude doctor
npm install -g @anthropic-ai/claude-code
Safety first. Always read an install script before running it. Paste the URLs below into Claude Desktop to review them first:
https://aimhuge.com/setup/mac.sh
https://aimhuge.com/setup/windows.ps1

Adapted from the AimHuge “Get Ready to Deploy” workshop.

AimHuge Workshops

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:

Browse All Workshops ↗

Explore the full catalog of AimHuge workshops on building and shipping AI-powered, full-stack apps with Claude Code.

Screenshot of the AimHuge workshops catalog
Get Ready to Deploy ↗

Set up your laptop from scratch — install the toolchain, clone the starter repo, and deploy your first app live.

Screenshot of the Get Ready to Deploy workshop