01. Getting Started
Quick start guide to get up and running.- Installation & Setup - Prerequisites, installation, and first steps
02. Architecture
Understanding the modular architecture.- Overview - Complete architecture guide
- Module Boundaries - Package structure and dependencies
- Internationalization - Paraglide JS implementation and architecture
03. Development
Development workflows and guides.- Adding Features - How to add new features
- Build Scripts - Available build commands
- DatePicker Usage - Complete DatePicker component guide
04. UI Components
Ready-to-use UI components from@monorepo/solid-pkg-ui.
- Pagination - Flexible offset and cursor pagination
- Toast - Native Popover-based notifications
Quick Links
Common Tasks
Architecture
Overview
Pattern: Monorepo with Module Boundaries Packages:@monorepo/solid-admin-panel- Main application@monorepo/solid-pkg-core- Business logic@monorepo/solid-pkg-ui- UI components
- ✅ 4x faster incremental builds
- ✅ Clear separation of concerns
- ✅ Code reuse across apps
- ✅ Full TypeScript type safety