v0.1 — fork & customize
The ShipMonk starter kit for vibed apps.
Next.js 16 + shadcn/ui + SM-Teal theme + layout components. Clone, run npm run dev, ship.
Storybook
Browse every component & page example in Storybook
The worked examples — dashboards, filterable data tables, charts, and forms — live in Storybook under Examples, not in this app. Spin it up to explore and copy them:
npm run storybook56 shadcn components
Pre-themed with the ShipMonk palette. Use them straight from src/components/ui.
Tailwind v4, CSS-first
ShipMonk color scales, Open Sans, and brand animations all wired in src/styles/theme.css.
Reusable layouts
MainLayout + DashboardLayout you compose with props — drop pages in and ship.