Eclipse Design System Docs
The documentation site for the Eclipse Design System. This Next.js app showcases and documents all components from the @prisma/eclipse package.
- Design system documentation — Interactive docs for Eclipse atoms (Button, Badge, Input, etc.) and molecules (Card, Tabs, CodeBlock, etc.)
- Component playground — Live, editable examples for each component
- Reference site — The main docs (apps/docs) imports and uses Eclipse components; this app serves as the component library reference
Runs on http://localhost:3003 (site is 3000, docs is 3001, blog is 3002).
- content/design-system/ — MDX docs (atoms, molecules, colors)
- src/ — App shell, search, layout, and MDX components
- Uses Fumadocs for the doc framework
- Consumes @prisma/eclipse from packages/eclipse (workspace package)
- Package: packages/eclipse — the actual @prisma/eclipse component library
- Usage: apps/docs — Prisma docs site that uses Eclipse components