Getting Started¶
Welcome to Xitzin! This section will help you get up and running quickly.
What is Xitzin?¶
Xitzin is a Python framework for building applications that use the Gemini protocol. If you've used FastAPI, Flask, or Django, you'll find Xitzin's patterns familiar.
Gemini is a lightweight internet protocol that sits between Gopher and the Web. It's designed to be:
- Simple: No JavaScript, CSS, or complex HTML
- Private: No cookies or tracking by design
- Secure: Mandatory TLS encryption
Prerequisites¶
- Python 3.10 or higher
- A Gemini client (we recommend Astronomo)
- Basic familiarity with Python web frameworks
Quick Navigation¶
-
Install Xitzin and its dependencies.
-
Build your first capsule in 5 minutes.