Discover and explore top open-source AI tools and projects—updated daily.
level09AI-native Flask framework for rapid web app development
Top 56.9% on SourcePulse
Enferno is a Flask-based web framework designed for rapid AI-assisted development, abstracting away complex frontend build configurations. It targets developers seeking to quickly build sophisticated applications, offering a streamlined experience with integrated AI tools and production-ready features out-of-the-box. The primary benefit is accelerated development cycles through reduced setup and configuration overhead.
How It Works
Enferno eliminates traditional frontend build steps (Webpack, Vite, npm) by serving Vue 3 and Vuetify 3 components directly to the browser. Its AI-native approach integrates Claude Code and Cursor rules, allowing AI models to understand and interact with the codebase. The framework defaults to SQLite for easy deployment but supports optional scaling with PostgreSQL, Redis, and Celery for background tasks, making complexity opt-in.
Quick Start & Requirements
./setup.sh (installs dependencies, generates .env), uv run flask create-db, uv run flask install (create admin user), and uv run flask run to start the development server at http://localhost:5000.docker compose up --build.docs.enferno.io.Highlighted Details
Licensing & Compatibility
Limitations & Caveats
While designed for simplicity, advanced features like background task processing (Celery/Redis) and PostgreSQL require explicit configuration and setup beyond the default SQLite setup. The AI integration relies on external services (Claude Code, Cursor rules), necessitating appropriate API keys or access.
1 day ago
Inactive
DropbaseHQ