https://github.com/dbtiunov/perga-web
Web client for Perga — an open-source personal organizer.
https://github.com/dbtiunov/perga-web
frontend organizer productivity react self-hosted typescript webclient
Last synced: 28 days ago
JSON representation
Web client for Perga — an open-source personal organizer.
- Host: GitHub
- URL: https://github.com/dbtiunov/perga-web
- Owner: dbtiunov
- License: mit
- Created: 2025-07-20T17:30:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-03-24T19:34:24.000Z (3 months ago)
- Last Synced: 2026-03-26T00:44:38.397Z (2 months ago)
- Topics: frontend, organizer, productivity, react, self-hosted, typescript, webclient
- Language: TypeScript
- Homepage: https://getperga.me
- Size: 694 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Perga Web


Personal organizer that helps you plan and organize your days and months efficiently.
## Overview
**[Perga API](https://github.com/dbtiunov/perga-api)** is the core of the product.
**Perga Web** is a standalone **browser client** that connects to the backend to provide a user-friendly web interface.
## Screenshots
## Features
- Daily planner + weekly view
- Monthly and custom agendas
- Notes
- User authentication and settings
- Responsive design with mobile support
- PWA support
- Dark theme
## Demo
You can try out Perga without installation by visiting demo version at [https://demo.getperga.me/](https://demo.getperga.me/).
## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/) (v18 or higher)
- [npm](https://www.npmjs.com/) (v8 or higher)
### Installation
1. Clone the repository
2. Install dependencies:
```bash
npm install
```
3. Setup environment:
```bash
cp .env.example .env
```
### Development
Start the development server:
```bash
npm run dev
```
Build for production:
```bash
npm run build
```
## Documentation
For detailed documentation, please visit:
[https://docs.getperga.me/docs/perga-web](https://docs.getperga.me/docs/perga-web)
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.