Success Stories
Real-world implementations of the DoCoDeGo framework.
docodego-starter
A production-ready monorepo boilerplate built following all four DoCoDeGo pillars — proof that specification-first development scales.
5/5 on Every Pillar
Documentation
Principles, CLAUDE.md, DBML schema, guides
Co-construction
Shared packages, type-safe contracts, FSD
Delivery
Turborepo, CI/CD, 7 deployable apps
Governance
Biome, Commitlint, Lefthook, strict configs
7 Production Apps
One monorepo. Multiple deployment targets.
Web
Astro + React 19
Mobile
Expo (React Native)
Desktop
Tauri v2
API
Hono + Cloudflare
Browser Extension
WXT
VS Code Extension
VS Code API
CLI
Citty + Clack
7 Shared Packages
Type-safe contracts between services, following the CO pillar.
Shared UI components with RTL-first design
Better Auth with multi-platform clients
Drizzle ORM with per-request factory pattern
Type-safe oRPC contracts
Zod schemas as single source of truth
Zustand with composable slices
Build-to-distribution package
Key Takeaways
Documentation First
Wrote principles, rules, and schemas before code
Enforced Standards
Biome, Commitlint, and Lefthook made compliance automatic
Type Safety Throughout
Zod → TypeScript inference, oRPC contracts
Modular Architecture
Shared packages with subpath exports
Testing Pyramid
Unit, component (Storybook), integration, E2E
Automated Pipelines
Turborepo + GitHub Actions for reliability
10 Implementation Phases
How docodego-starter was built, phase by phase.
Defined 16 development principles, created CLAUDE.md, established root configuration
TypeScript configurations, testing infrastructure, Turborepo setup
DBML schema documentation, Drizzle ORM implementation, per-request factory pattern
Better Auth with 7 plugins, multi-platform clients (web, Expo), subpath exports
Validators, API client, stores, UI, SDK — all following DoCoDeGo principles
HonoJS on Cloudflare Workers, middleware chains, health checks
Astro + React 19 Islands, Feature-Sliced Design, E2E testing
Tauri v2 desktop, Expo mobile — reusing shared packages
Browser extension, VS Code extension, CLI tool
Centralized Storybook, GitHub Actions CI, continuous verification
Build Your Own Success Story
These patterns came from real teams. Discuss your implementation in #success-stories on Discord — the framework's reference starter and case studies land there first.
More Success Stories Coming
We're documenting more implementations as teams adopt DoCoDeGo. Have a story to share? Drop into #success-stories on Discord and let's write it together.
Share Your Story