01. Getting Started

Quick start guide to get up and running.

02. Architecture

Understanding the modular architecture.

03. Development

Development workflows and guides.

04. UI Components

Ready-to-use UI components from @monorepo/solid-pkg-ui.
  • Pagination - Flexible offset and cursor pagination
  • Toast - Native Popover-based notifications

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
Benefits:
  • ✅ 4x faster incremental builds
  • ✅ Clear separation of concerns
  • ✅ Code reuse across apps
  • ✅ Full TypeScript type safety