Skip to content

marswong/claude-code-web-template

Repository files navigation

claude-code-web-template

The most reliable web template for Claude Code.

Usage

npx degit marswong/claude-code-web-template app
cd app
npm install
npm run dev

for realtime preview:

npm run build
npm start

port is set to 3000 by default, to set a custom port, please add the --port args:

npm start -- --port 1989

Philosophy

  • To avoid unknown issues, only use next@16, shadcn, lucide-react and tailwindcss@3, don't introduce any other package
  • Build for model claude-opus-4-5-20251101, so all package versions and documentations should be published before the date 20251101

Reference

Releases

No releases published

Packages

No packages published