https://github.com/dbtiunov/perga-api
Backend API for Perga — an open-source personal organizer, ready for self-hosting.
https://github.com/dbtiunov/perga-api
api backend fastapi organizer postgresql productivity self-hosted
Last synced: 2 months ago
JSON representation
Backend API for Perga — an open-source personal organizer, ready for self-hosting.
- Host: GitHub
- URL: https://github.com/dbtiunov/perga-api
- Owner: dbtiunov
- License: mit
- Created: 2025-07-15T18:25:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-03-24T19:32:38.000Z (3 months ago)
- Last Synced: 2026-03-26T00:43:42.477Z (3 months ago)
- Topics: api, backend, fastapi, organizer, postgresql, productivity, self-hosted
- Language: Python
- Homepage: https://getperga.me
- Size: 816 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Perga API



Personal organizer that helps you plan and organize your days and months efficiently.
## Overview
**Perga API** is the core of the product.
**[Perga Web](https://github.com/dbtiunov/perga-web)** is a standalone **browser client** that connects to the backend to provide a user-friendly web interface.
## Features
- Daily planner
- Monthly and custom agendas
- RESTful API with FastAPI
- User authentication with JWT tokens
- Comprehensive documentation with Swagger UI
## Demo
You can try out Perga without installation by visiting demo version at [https://demo.getperga.me/](https://demo.getperga.me/).
## Documentation
For detailed documentation, please visit:
[https://docs.getperga.me/docs/perga-api](https://docs.getperga.me/docs/perga-api)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.