Documentation
Welcome to the official Zylo documentation. Learn how to install, configure, and customize your community workspace.
Installation
Cloning the repository is the fastest way to get started. Ensure you have Python 3.8+ installed.
git clone https://github.com/D4niel-dev/Zylo-Beta-1.5.1 cd Zylo-Beta-1.5.1 pip install -r requirements.txt python main.pyw
Configuration
Zylo uses a config.json file in the root directory. You
can customize port, host, and feature flags here.
{
"server": {
"host": "0.0.0.0",
"port": 5000,
"debug": false
},
"features": {
"ai_enabled": true,
"cloud_storage_limit_mb": 500
}
}
AI Integration
To enable Gemini AI, you must provide an API key in the environment variables or settings panel.
export GEMINI_API_KEY="your_api_key_here"
API Reference
Zylo exposes several endpoints for experimentation.
GET /api/status # Check server health POST /api/message # Send a programmatic message
Contributing
We welcome contributions! Please follow these steps:
1. Fork the Project 2. Create your Feature Branch (git checkout -b feature/AmazingFeature) 3. Commit your Changes (git commit -m 'Add some AmazingFeature') 4. Push to the Branch (git push origin feature/AmazingFeature) 5. Open a Pull Request
Changelog
v1.5.1
The Specialized Modes Update
- AI Specialized Modes (Thinking, Planning, Code, Review) for Diszi and Zily.
- Redesigned Chat Input with pill-shaped, translucent container.
- Manual Input Toggle for AI chat.
- New Heroicons Library (toggleable in Settings).
v1.5.0
The Stability & Polish Update
- Global Sidebar Toggle for all specific headers.
- Cloud "Download All" feature for bulk downloads.
- Fully implemented Moments Comments system.
- Cloud storage limit increased to 10GB.
v1.4.2
The Intelligence Update
- Dual AI Persona System (Diszi and Zily).
- Smart Chat Interface with typing indicators.
- Voice & Video UI groundwork.
- Sidebar optimizations.
v1.3.2
Visual Polish Update
- New "Electric Future" color theme.
- Integrated real-time AI personas (Gemini).
- Fixed documentation dark/light mode issues.
- Visual overhaul to sidebar navigation.