Zentra, your all in one Python SDK for building FastAPI and Next.js applications.
Found on:
Every new software project brings a familiar set of repetitive tasks: configuring API routes, setting up authentication, and crafting frontend components from scratch. These repetitive steps not only drain your time but also divert your focus from building the unique features that set your application apart.
What if you have 10 projects to build, or 100, or 1000? Imagine having to set up everything from scratch every single time. The constant cycle of boilerplate coding can be frustrating and counterproductive, leaving you bogged down in setup rather than innovating.
Introducing Zentra — an open-source, free to use, SDK for rapidly creating FastAPI and Next.js applications.
Packed with an intuitive suite of CLI commands, documentation, and development kit, this tool simplifies your development process, allowing you to effortlessly build applications in weeks, not months.
Zentra is divided into two packages. These include:
- API - a CLI tool for building FastAPI applications
- Models - a Python based component library, turning Pydantic models into React components
Each package works independently so you can maximise their benefits with ease.
Perhaps you only want to build a FastAPI project, or simply want to build React components using Python - you choose what is right for you.
-
Firstly, install the Docker Engine to build the frontend files.
-
Next, install the
zentra_sdk
package with Poetry throughPIP
:
pip install zentra_sdk poetry
- Run the
init
command to bootstrap a new project with a FastAPI backend and Next.js frontend in seconds!
zentra init
- Start programming! Read more about
Zentra
in our documentation. 🔜 Coming soon! 🔜
Zentra is a tool that is continuously being developed. There's a lot still to do to make it a fully functioning SDK, such as a working CLI, detailed API documentation, and components for various libraries.
Our goal is to provide a quality open-source product that works 'out-of-the-box' that everyone can experiment with, and then gradually fix unexpected bugs and introduce more component libraries on the road to a v1.0.0
release.
We'll need help from developers like YOU 👊 to make this tool a delight to use, and a product worthy of the Python
, NextJS
, React
and Software/Web Development
community.
Feedback and criticism will always be welcomed, and is encouraged to help make this tool worthwhile.