Next.js website for browsing and installing cabinet templates — portable blueprints for AI-powered business operations.
Live site: runcabinet.com
- This repo — Next.js static site (deployed to GitHub Pages).
- cabinets — The public registry of cabinet templates.
- At build time, CI clones the cabinets repo into
registry/and builds the static export.
# Copy the registry (Turbopack does not support symlinks outside project root)
cp -r ../cabinets registry && rm -rf registry/.git
npm install
npm run dev- Next.js 16 with static export
- Tailwind CSS 4
- Framer Motion
- Deployed via GitHub Pages
MIT