Getting Started¶
Zentra is a powerful tool that can help speed up your workflow and make development a breeze. Using it's CLI, you can quickly put together a brand new project in minutes and expand on it with minimal effort.
What's Included?¶
Zentra SDK is divided into two packages:
- API - an SDK and 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 - the choice is yours!
Complete The Basics¶
- 
Installation 
 Choose the packages to install. 
Start Using a Package¶
- 
Zentra SDK 
 Learn how to use the full-suite at once. 
- 
Zentra API 
 Learn how to build FastAPI's apps with ease. 
- 
Zentra Models 
 Learn how to build React components faster using Pydantic models.