bun install
vercel link && vercel env pull
bun dev| Command | Description |
|---|---|
bun dev |
Development server |
bun run build |
Production build |
bun lint |
Run linter |
bun run check |
Run biome + typecheck + tests |
bun setup:styles |
Regenerate CSS |
Next.js 16, React 19, TypeScript, Tailwind CSS v4, Bun
app/ # Pages and routes
components/ # UI components
lib/
hooks/ # Custom hooks + stores
utils/ # Pure utilities
styles/ # Design system, Tailwind config
integrations/ # Third-party services (Sanity, Shopify, HubSpot)
webgl/ # 3D graphics (optional)
dev/ # Debug tools
scripts/ # CLI tools
Edit content at /studio. Changes publish via webhooks.
Manual cache clear: GET https://[domain]/api/revalidate
Push to main branch for Vercel deployment.
| Issue | Solution |
|---|---|
| Build fails | bun install + check env vars |
| Styles not updating | bun setup:styles + restart |
| CMS not connecting | Check Sanity env vars + CORS |
Built with Satūs by darkroom.engineering