Welcome to the developer documentation for the Yonda platform.
The Yonda platform is maintained as four modular repositories:
yonda-static: Nextra 4 static docsite, marketing pages, and routing edge.yonda-cms: Directus Headless Geo-CMS, schemas, and RBAC policies.yonda-api: Firebase Functions for geohashes, POI discovery, and AI synthesis.yonda-app: Flutter client with background geofence triggers and CarPlay integration.yonda-staticgit clone https://github.com/drksci/yonda-static.git
cd yonda-static
npm install
npm run devVisit http://localhost:3000 to preview the static pages and documentation.