prisma / web
📚 Prisma Web Monorepo
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing prisma/web in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewPrisma Documentation This repository is a **pnpm monorepo** containing the Prisma documentation, blog, design system docs, and shared packages. Repository structure | Path | Description | |------|--------------| | | Prisma documentation site (Next.js + Fumadocs) | | | Prisma blog | | | Eclipse design system documentation | | | Eclipse design system component library ( ) | | | Shared UI components and utilities ( ) | See each app’s for more detail. Contributing New contributors are welcome. Read the contributing guide before submitting changes. Run locally From the repository root: This starts all apps via Turbo: • **Docs** — http://localhost:3000 • **Blog** — http://localhost:3001 • **Eclipse** — http://localhost:3002 To run a single app: Build To build and serve the docs site: Scripts | Script | Description | |--------|-------------| | | Validate internal and external links (docs) | | | Lint code blocks in MDX (docs) | | | Spell-check content (docs) | | | Run formatting and lint fixes across all workspaces | Content • **Docs** — (latest), (versioned). Sidebar structure comes from in each folder. See Fumadocs collections. • **Blog** — (MDX with authors, dates, hero images). • **Eclipse** — (component docs). Note on formatting and files are not formatted by Prettier because they use MDX 3, which Prettier does not support. See prettier/prettier#12209.