Note: This repository contains the core code of the Masonite framework. If you want to see a Masonite project template please go to MasoniteFramework/cookie-cutter
The modern and developer centric Python web framework that strives for an actual batteries included developer tool with a lot of out of the box functionality with an extremely extendable architecture. Masonite is perfect for beginner developers getting into their first web applications as well as experienced devs that need to utilize the full potential of Masonite to get their applications done. Masonite works hard to be fast and easy from install to deployment so developers can go from concept to creation in as quick and efficiently as possible. Use it for your next SaaS! Try it once and you’ll fall in love.
- Easily send emails with the Mail Provider and the SMTP and Mailgun drivers
- Send websocket requests from your server with the Broadcast Provider and Pusher, Ably and PubNub drivers
- IOC container and auto resolving dependency injection
- Service Providers to easily add functionality to the framework
- Extremely simple static files configured and ready to go
- Active Record style ORM called Masonite ORM
- An extremely useful command line tool to assist in your development tasks
- Extremely extendable
New to Masonite ? Please first read the Official Documentation. Masonite strives to have extremely comprehensive documentation 😃. It would be wise to go through the tutorials there. If you find any discrepencies or anything that doesn't make sense, be sure to comment directly on the documentation to start a discussion!
If you are more of a visual learner you can watch Masonite related tutorial videos at masonitecasts.com
Also be sure to join the Masonite Discord Community!
If you have a working Python 3.7+ getting started is as quick as typing
pip install masonite
start project .
python craft serve
Contributing to Masonite is simple:
- Hop on Masonite Discord Community to ask any questions you need!
- Read the How To Contribute documentation to see ways to contribute to the project.
- Read the Contributing Guide to learn how to contribute to the core source code development of the project.
- Follow Masonite Framework on Twitter to get updates about tips and tricks, announcement and releases.
- Joseph Mancuso (Author)
- Samuel Girardin
- Marlysson Silva
To become a sponsor head to our GitHub Sponsors page!
If you discover a security vulnerability within Masonite please read the Security Policy. All security vulnerabilities will be promptly addressed.
The Masonite framework is open-sourced software licensed under the MIT license.