Lantern Documentation Index โ
Welcome to the Lantern docs. This index links to the most useful references for developers and stakeholders.
๐ Getting Started (San Diego Pilot) โ
- Quick start: business/QUICK_START_PILOT.md โญ START HERE
- Overview of pilot timeline, risks/rewards, unit economics, decision checkpoints
- Founder context: business/FOUNDER_CONTEXT.md โ your story, market positioning, merchant narratives
- Pilot strategy: business/PILOT_STRATEGY.md โ detailed financial model, phases, metrics
Quick Links โ
- Getting started & scaffold:
docs/engineering/SCAFFOLD.md - Environment setup:
docs/engineering/ENVIRONMENT_SETUP.mdโญ START HERE FOR DEPLOYMENT - Deployment guide:
docs/engineering/DEPLOYMENT.mdโ Full Cloudflare + Firebase setup - Storybook deployment:
docs/engineering/deployment/STORYBOOK_DEPLOYMENT.mdโ Deploy component library to website - Docs deployment:
docs/engineering/deployment/DOCS_DEPLOYMENT.mdโ Deploy documentation to subdomain - PWA setup & testing:
docs/engineering/PWA.md - Tech stack overview:
docs/engineering/TECHSTACK.md - API design notes:
docs/engineering/API.md - Light Lantern Flows: โญ UPDATED
- Flow documentation:
docs/features/LIGHT_LANTERN_FLOWS.mdโ Both flows, shared hook, architecture - Refactor summary:
docs/features/LIGHT_LANTERN_REFACTOR_PROPOSAL.mdโ Implementation complete
- Flow documentation:
- Privacy & Profile System: โญ NEW
- Privacy-first profiles:
docs/features/profile/PRIVACY_FIRST_PROFILE.mdโ No photos, no age display, encrypted data - Zero-knowledge encryption:
docs/engineering/ZERO_KNOWLEDGE_ENCRYPTION.mdโญ CRITICAL โ We literally cannot decrypt user data - Visual guide to encryption:
docs/engineering/ZERO_KNOWLEDGE_VISUAL_GUIDE.mdโ Diagrams & flowcharts - Security architecture:
docs/engineering/SECURITY_ARCHITECTURE.mdโญ NEW โ Complete security approach & community program - User security guide:
docs/USER_SECURITY_GUIDE.mdโญ NEW โ Privacy guide for end users - Venue age rules:
docs/engineering/VENUE_AGE_RULES.mdโ Age verification without exposing PII
- Privacy-first profiles:
- Wave-to-Meet feature: โญ NEW
- Quick start:
docs/features/wave/WAVE_QUICK_START.md - Full documentation:
docs/features/wave/WAVE_TO_MEET.md - Feature summary:
docs/features/wave/FEATURE_SUMMARY.md - Beacon colors:
docs/features/wave/BEACON_COLORS.md - Testing guide:
docs/features/wave/WAVE_TESTING_GUIDE.md
- Quick start:
- Lantern Hub: โญ NEW
- Quick start:
docs/features/lantern-hub/LANTERN_HUB_QUICK_START.md - Full documentation:
docs/features/lantern-hub/LANTERN_HUB.md - Implementation summary:
docs/features/lantern-hub/LANTERN_HUB_SUMMARY.md - Global flows (light & schedule):
docs/features/GLOBAL_LANTERN_FLOWS.mdโญ LATEST
- Quick start:
- Storybook (Component Library): โญ NEW
- Live Storybook: storybook.ourlantern.app (production) | storybook.dev.ourlantern.app (development)
- Stakeholder guide:
docs/storybook/STAKEHOLDER_GUIDE.mdโญ โ How to view and interact with components (for non-developers) - Setup guide:
docs/engineering/deployment/STORYBOOK_SETUP_GUIDE.mdโญ โ Deploy to website (Cloudflare Pages) - Developer docs:
docs/storybook/STORYBOOK.md - Quick start:
docs/storybook/QUICK_START.md - Component standards:
docs/storybook/COMPONENT_STANDARDS.md
- Profile Management: โญ NEW
- Privacy-first design:
docs/features/profile/PRIVACY_FIRST_PROFILE.md - Onboarding flow:
docs/features/profile/CREATE_NEW_PROFILE.md
- Privacy-first design:
- Safety Mechanics: โญ NEW
- Safety mechanics overview:
docs/features/safety/SAFETY_MECHANICS.mdโ Block functionality, SOS emergency system, safe spaces partnership, in-app safety education - Developer quick start:
docs/features/safety/SAFETY_QUICK_START.mdโ Implementation guide with priorities, code examples, testing checklists
- Safety mechanics overview:
- Screens organization:
docs/engineering/SCREENS_ORGANIZATION.mdโญ NEW โ Screens vs. components structure - Theme & design tokens:
docs/design/THEME.md - Business & pilots:
- Business model & monetization:
docs/business/BUSINESS.md - San Diego pilot strategy:
docs/business/PILOT_STRATEGY.mdโญ NEW - Founder context & positioning:
docs/business/FOUNDER_CONTEXT.mdโญ NEW - Economics & unit metrics:
docs/economics/ECONOMICS.mdโญ NEW โ Detailed cost breakdown, revenue models, pricing strategy, break-even analysis - Financial calculator:
docs/economics/CALCULATOR.mdโญ NEW โ Python, Google Sheets, and spreadsheet tools to model different scenarios
- Business model & monetization:
- Governance & ownership: โญ UPDATED โ Complete employee-ownership framework with philosophical foundation
- Foundational Philosophy:
docs/governance/FOUNDATIONAL_PHILOSOPHY.mdโญ NEW โ Four Pillars (housing, healthcare, education, food) - Governance overview:
docs/governance/GOVERNANCE.mdโ Legal structures and mission protection - Quick Reference:
docs/governance/GOVERNANCE_QUICK_REFERENCE.mdโญ โ One-page governance summary - Immutable Rights:
docs/governance/IMMUTABLE_RIGHTS.mdโญ โ 10 rights that cannot be voted away - Employee Rights Charter:
docs/governance/EMPLOYEE_RIGHTS_CHARTER.mdโ Constitutional rights for employee-owners - Shareholder-Lender Framework:
docs/governance/SHAREHOLDER_LENDER_FRAMEWORK.mdโญ โ Redefines "shareholders" as lenders with zero decision power - Decision-Making Authority:
docs/governance/DECISION_MAKING_AUTHORITY.mdโญ โ Only employees can make business decisions - Anti-Greed Safeguards:
docs/governance/ANTI_GREED_SAFEGUARDS.mdโญ โ 21 protections against mission drift and exploitation - Hiring Policy:
docs/governance/HIRING_POLICY.mdโญ NEW โ Max 3 interview rounds, family/friend hiring with guardrails - Contractor Pathway:
docs/governance/CONTRACTOR_PATHWAY.mdโญ โ Contractor vs. employee distinction and conversion - Legal Compliance:
docs/governance/LEGAL_COMPLIANCE.mdโญ โ Legal requirements, entity types, compliance checklist
- Foundational Philosophy:
- Security & incident response:
docs/governance/SECURITY.md,security/ - Vulnerability disclosure:
security/VULNERABILITY_DISCLOSURE.mdโญ UPDATED โ How to report security issues - Contributing guidelines:
docs/CONTRIBUTING.md
Testing & Quality โ
- Unit tests: Vitest + Testing Library (
vitest.config.js,test.setup.js,src/__tests__/) - Run tests:
npm test - Lint/format:
npm run lint,npm run lint:fix,npm run format,npm run format:check - Coverage:
npm run test:coverage - CI: Not yet included; see
docs/CONTRIBUTING.mdfor expectations and add workflows when expanding functionality.
Commands โ
- Install:
npm install - Dev:
npm run dev - Build:
npm run build - Preview:
npm run preview - Storybook:
npm run storybook - Test:
npm test
If a document is missing or outdated, open an issue or PR with a proposed update.