Choose Your Framework

Monglo adapts to your framework of choice.
Select your framework to get started with the tutorial.

AVAILABLE NOW

FastAPI

Modern, fast, async framework with automatic API documentation and type hints.

Features:

  • ✓ Full async/await support
  • ✓ Auto-generated API docs
  • ✓ Type hints & validation
  • ✓ Production ready
Start Tutorial →
v0.2.0

Django

The web framework for perfectionists with deadlines. Coming in v0.2.0.

Planned Features:

  • ○ URLConf integration
  • ○ Middleware support
  • ○ Admin-style interface
  • ○ ORM compatibility
v0.2.0

Flask

Lightweight and flexible micro-framework. Coming in v0.2.0.

Planned Features:

  • ○ Blueprint integration
  • ○ Flask-CORS support
  • ○ Session management
  • ○ Template rendering
v0.3.0

Starlette

Lightweight ASGI framework. Coming in v0.3.0.

Planned Features:

  • ○ ASGI support
  • ○ Websocket integration
  • ○ Background tasks
  • ○ Minimal overhead

Why Async Python Frameworks?

Monglo is built from the ground up for async Python, delivering unmatched performance for MongoDB operations.

⚡ Performance

Async frameworks perfectly match Motor's async MongoDB driver, providing blazing-fast database operations without blocking threads.

🔄 Concurrency

Handle thousands of concurrent database connections efficiently with Python's async/await syntax and event loop architecture.

🎯 Modern Python

Leverage type hints, Pydantic validation, and automatic API documentation that modern async frameworks provide out of the box.

🚀 Ecosystem

The Python async ecosystem is rapidly growing with FastAPI leading the charge, followed by Django async views and other modern frameworks.

Ready to Start with FastAPI?

Follow our comprehensive tutorial to build your first Monglo admin interface.

Start FastAPI Tutorial →