Skip to content
HlexNC edited this page Feb 28, 2026 · 4 revisions

Zelara Core - Technical Documentation

Welcome to the technical documentation for Zelara core.

Quick Navigation

Project Status

Phase: Implementation Ready ✅

All major decisions made:

  • ✅ Technology stack: React Native + Tauri + TypeScript + Rust + ONNX Runtime
  • ✅ MVP scope: Mobile + Desktop, device linking, recycling validation, finance module
  • ✅ Device linking: Manual QR pairing, local network, TLS encryption
  • ✅ Image validation: ML-based (ONNX), Desktop processes, Mobile captures
  • ✅ Module granularity: Coarse (one repo per domain)
  • ✅ Data storage: SQLite + JSON, fully local

Ready to begin:

  1. Initialize repository structures
  2. Set up core shared logic
  3. Configure git submodules
  4. Start implementation

Core Concept

Zelara is a client-side, cross-platform lifestyle app that adapts like a skill tree.

  • Not SaaS - Installable app, not web service
  • Edge-first - Runs locally, works offline
  • Device linking - Offloads tasks to most capable device (Desktop > Mobile > Web)
  • Progressive unlocks - Start with recycling, unlock finance/productivity/homeowner features
  • Conditional builds - Only unlocked features get compiled into app
  • Green initiatives - Donations from finance excess, profits from productivity skins, homeowner referrals

For Contributors

This is an AI-coordinated project. See CLAUDE.md in root for AI development guidelines.

All architectural decisions documented here require human approval before implementation.

Clone this wiki locally