This repository is the Root of Treeffiency.
It serves as the main navigation hub and entry point to all other project modules.
- All functionality requires Root, and it is the foundation for the system.
- Most modules also require Tree, which powers the structural and data layer.
- (Even Root itself depends on Tree for authentication!) Root is only a frontend.
- π Accounts β Centralized login and unified session management across subdomains.
- π Main Navigation β Directs users to every module in the ecosystem.
- π Integration Layer β Connects Tree with all other modules for smooth operation.
Without Root, the rest of tabors.site cannot function.
- Tree β Provides the login/authentication endpoint and core data structure.
- Other branches (apps and modules) can be enabled once Root + Tree are active.
- π± Tree β Full tree editing, hierarchical data, and API functions.
- β¨ Be β A user-focused app that turns tree leaves into single-task focus points. LLM-powered. Minimal UI.
- Clone Root (this repo) and run the React Frontend (npm run dev).
- Clone and set up Tree (required for authentication), run the server/serverhttp.js, and frontend/React Frontend (npm run dev)
- Enable additional branches depending on your use case.
- Log in through Root to unlock the full system.