platform-docs/technical
Quinn Ftw c09e3673c9 🔧 Add API proxy for landing backend on staging
- Add /api/ location block to nginx config for next.www.atlilith.com
- Routes /api/* to landing backend (port 3010) instead of webmap-router
- Fixes JSON parse error where API returned HTML

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 04:16:13 -08:00
..
features/marketplace 🔧 Add API proxy for landing backend on staging 2026-01-02 04:16:13 -08:00
ARCHITECTURE.md 📝 Update architecture documentation 2025-12-30 21:16:40 -08:00
FEATURES.md docs: add technical documentation hub with hybrid organization 2025-12-29 19:15:37 -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
README.md docs: add technical documentation hub with hybrid organization 2025-12-29 19:15:37 -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