Skip to Content
DEVELOPERSYONDA-INDEX

Developer Quickstart

Welcome to the developer documentation for the Yonda platform.

Blake Carter|Version v3.0.0|CANONICAL

Repository Architecture

The Yonda platform is maintained as four modular repositories:

  1. yonda-static: Nextra 4 static docsite, marketing pages, and routing edge.
  2. yonda-cms: Directus Headless Geo-CMS, schemas, and RBAC policies.
  3. yonda-api: Firebase Functions for geohashes, POI discovery, and AI synthesis.
  4. yonda-app: Flutter client with background geofence triggers and CarPlay integration.

Local Development Workflow

Prerequisites

Running yonda-static

git clone https://github.com/drksci/yonda-static.git cd yonda-static npm install npm run dev

Visit http://localhost:3000 to preview the static pages and documentation.