Developer Documentation
Comprehensive guides for our privacy-first open source frameworks and tools. Learn to build, contribute, and deploy solutions.
Core Projects
๐ Quantum Leap AI Framework
Getting Started
Install the CLI tools using npm install -g @quantumleap/cli
and initialize your first project with quantum init
.
Privacy Architecture
Quantum Leap uses zero-knowledge proofs for all model validation. Review our Privacy by Design guide for implementation details.
MIT License
Use, modify, and redistribute freely under the MIT License. View Source on GitHub to see the full license text.
๐ฎ Starlight Game Engine
Cross-Platform SDK
Use our Unity/Unreal plugins for physics integration. Available at Starlight SDK Docs.
Performance Benchmarks
Supports up to 100k simultaneous physics calculations across Android, iOS, and Windows. Test Results
Modular Design
Plug in custom collision systems or add physics features via modular components. Module Docs.
How to Contribute
1. Setup
Fork our GitHub repo and clone your version locally.
git clone
followed by
npm install
sets up the environment.
2. Development
All components are organized in the ./src
directory.
Use yarn dev
to test changes locally.
3. Submit
Create a detailed pull request with documentation updates. Our GitHub Actions will automatically run tests and code quality checks.
Live Code Preview
API Documentation
View detailed API references and code examples for both projects in our documentation portal.
๐ View Full API Docs