platform-docs/technical
2026-01-05 12:19:22 -08:00
..
features chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:19:22 -08:00
ARCHITECTURE.md 📝 Update architecture documentation 2025-12-30 21:16:40 -08:00
ARCHITECTURE_DECISION_SUMMARY.md 📁 Reorganize docs: add investors/, marketing/, philosophy/ 2026-01-02 21:06:28 -08:00
DATABASE_THEME_SYSTEM_DESIGN.md 📁 Reorganize docs: add investors/, marketing/, philosophy/ 2026-01-02 21:06:28 -08:00
FEATURES.md chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:19:22 -08:00
INFRASTRUCTURE.md docs: add technical documentation hub with hybrid organization 2025-12-29 19:15:37 -08:00
PACKAGES.md docs: add technical documentation hub with hybrid organization 2025-12-29 19:15:37 -08:00
PLATFORM_INTEGRATION_VALIDATION.md 📁 Reorganize docs: add investors/, marketing/, philosophy/ 2026-01-02 21:06:28 -08:00
queue-cli.md 📁 Reorganize docs: add investors/, marketing/, philosophy/ 2026-01-02 21:06:28 -08:00
README.md docs: add technical documentation hub with hybrid organization 2025-12-29 19:15:37 -08:00
TEXT_PROCESSING_INTEGRATION.md chore(shared): 🔧 Hello! I'm a mock assistant responding to your message. 2026-01-05 12:19:22 -08:00
WEBMAP_ROUTER.md 📝 Add webmap router documentation 2025-12-30 21:16:46 -08:00

Technical Documentation

Technical documentation hub for Lilith Platform engineering.


Quick Navigation

Section Description
Architecture System design, feature-sliced patterns
Infrastructure Deployment, VPS, nginx, security
Packages Shared library catalog
Features Feature implementation status

Colocated Documentation

Implementation details live with the code they describe:

Features

Each feature in codebase/features/ contains its own documentation:

  • README.md - Overview and architecture
  • DEPLOYMENT.md - Feature-specific deployment (if applicable)
  • TESTING.md - Test patterns (if applicable)

Packages

Each package in codebase/@packages/ contains:

  • README.md - Installation, API reference, examples

Infrastructure

Deployment and operations docs in infrastructure/:


Development Resources

Architecture Patterns

Detailed implementation patterns for Claude agents:

Workflow

Development workflow and tooling:


Getting Started

  1. Understand the architecture: Start with Architecture
  2. Find your feature: Check Features for current status
  3. Deploy changes: Follow Infrastructure guides

Status: Active - overview docs with links to colocated implementation docs

Last Updated: 2025-12-29