Skip to content

Releases: soma-smart/framefox

1.1.3-fenec

02 Jul 12:21
ba971ea

Choose a tag to compare

What's Changed

Full Changelog: 1.1.2-fennec...1.1.3-fenec

1.1.2-fennec

25 Jun 14:06
209fbb5

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1-fennec...1.1.2-fennec

1.1.1-fennec

18 Jun 15:29
56ebe5b

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0-fennec...1.1.1-fennec

1.1.0-fennec

17 Jun 13:41
28ce456

Choose a tag to compare

🦊 Framefox v1.1.0 - Our First PyPI Release!

Swift, smart, and a bit foxy!

We're thrilled to announce the first official release of Framefox on PyPI! 🎉

🚀 What is Framefox?

Framefox is a Python web framework that combines the speed of FastAPI with clean MVC architecture, type-safe SQLModel, and developer-friendly tooling. Built for developers who want to ship fast without sacrificing code quality.

✨ Key Features

🎯 MVC Architecture - Clean separation with Controllers, Templates, and Repositories
🏗️ Interactive CLI - Generate components instantly with framefox create
FastAPI Foundation - Built on FastAPI with async support out of the box
🗄️ SQLModel Integration - Type-safe database models with automatic validation
📋 Pydantic Validation - Robust data validation and serialization everywhere
🔒 Security First - CSRF protection, XSS prevention, and secure authentication
🧠 Developer Friendly - Jinja2 templates, hot reload, and comprehensive debugging

🚀 Quick Start

Get a full web application running in 30 seconds:

# Install Framefox from PyPI
pip install framefox

# Initialize your project
framefox init

# Start developing
framefox run

🎯 Perfect for

  • Rapid prototyping with clean architecture
  • Production applications that need to scale
  • Teams wanting consistent code patterns
  • Developers who love Python's ecosystem but want Laravel-like DX

🏗️ What's Included

  • Interactive CLI for component generation
  • Database migrations with Alembic integration
  • Template system with built-in helper functions
  • Security features out of the box
  • Development profiler for debugging
  • Comprehensive documentation

🌟 Why Now?

After months of development and testing, we're confident Framefox is ready for production use. This v1.0.0 release represents:

  • Stable API - No more breaking changes
  • Production tested - Used in real applications
  • Comprehensive docs - Full developer guides
  • Active support - Community and enterprise ready

🚧 What's Next?

This is just the beginning! Our roadmap includes:

  • Advanced testing utilities
  • Internationalization (i18n) support
  • WebSocket integration
  • Enhanced profiling tools
  • Cloud deployment helpers

🤝 Join the Community

🏢 About SOMA Smart

Framefox is proudly backed by SOMA Smart, a French 🇫🇷 technology company focused on data transformation and building innovative development tools.


Try Framefox today and experience Python web development that's swift, smart, and a bit foxy! 🦊

pip install framefox

Happy coding!
The Framefox Team 🚀