{{project-name}}
A full-stack monorepo managed by Vibn, powered by Turborepo.
Apps
| App |
Path |
Purpose |
product |
apps/product |
Core user-facing application |
website |
apps/website |
Marketing and landing pages |
admin |
apps/admin |
Internal admin tooling |
storybook |
apps/storybook |
Component browser and design system |
Shared Packages
| Package |
Path |
Purpose |
@{{project-slug}}/ui |
packages/ui |
Shared React components |
@{{project-slug}}/tokens |
packages/tokens |
Design tokens (colors, spacing, typography) |
@{{project-slug}}/types |
packages/types |
Shared TypeScript types |
@{{project-slug}}/config |
packages/config |
Shared eslint and tsconfig |
Getting Started
Running a specific app
Building