Statikk is an open-source Firebase alternative built with Python and SurrealDB. It offers real-time data management, authentication, and cloud functions in a scalable and maintainable codebase.
- Real-time Database: Manage data in real-time with SurrealDB.
- Authentication: Secure user authentication with JWT or OAuth.
- Cloud Functions: Run custom backend logic.
Contributions are welcome! Please fork the repository, create a new branch, and submit a pull request.
- Fork the project
- Create your feature branch (
git checkout -b feature/your-feature
) - Commit your changes (
git commit -m 'Add your feature'
) - Push to the branch (
git push origin feature/your-feature
) - Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.