Zeython Documentation
Welcome to the Zeython docs. This site complements the README and LEARN guide with focused topics.
Quick links
- Getting Started → getting-started.md
- Architecture → architecture.md
- Configuration → configuration.md
- Configuration Reference → config-reference.md
- Models → models.md
- Database → database.md
- Services → services/web.md, services/discord.md
- API & Routes → api.md
- Examples → examples.md
Advanced topics
- Authentication → authentication.md
- File Management → file-management.md
- Vendor Integrations → vendor-integrations.md
- Error Monitoring → error-monitoring.md
- Deployment → deployment.md
- Performance → performance.md
- Testing → testing.md
- Troubleshooting → troubleshooting.md
- Security → security.md
- FAQ → faq.md
For developers
- Developer Setup → developer-setup.md
- Coding Standards → coding-standards.md
- Service Development → service-development.md
- Debugging → debugging.md
Migration
- Migration Guide → migration.md
About Zeython
Zeython is a modular MVC framework for Python built on Flask with a service manager that can run multiple services in parallel.