{"id":47708466,"url":"https://github.com/dbtiunov/perga-web","last_synced_at":"2026-05-10T15:17:23.396Z","repository":{"id":306745053,"uuid":"1023178087","full_name":"dbtiunov/perga-web","owner":"dbtiunov","description":"Web client for Perga — an open-source personal organizer.","archived":false,"fork":false,"pushed_at":"2026-03-24T19:34:24.000Z","size":711,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-26T00:44:38.397Z","etag":null,"topics":["frontend","organizer","productivity","react","self-hosted","typescript","webclient"],"latest_commit_sha":null,"homepage":"https://getperga.me","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbtiunov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-20T17:30:38.000Z","updated_at":"2026-03-24T19:30:09.000Z","dependencies_parsed_at":"2025-07-27T11:42:36.671Z","dependency_job_id":"810d0f66-a4c7-4f41-acd0-e92b6f9d1149","html_url":"https://github.com/dbtiunov/perga-web","commit_stats":null,"previous_names":["dbtiunov/perga-web"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/dbtiunov/perga-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtiunov%2Fperga-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtiunov%2Fperga-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtiunov%2Fperga-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtiunov%2Fperga-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbtiunov","download_url":"https://codeload.github.com/dbtiunov/perga-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbtiunov%2Fperga-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31312744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["frontend","organizer","productivity","react","self-hosted","typescript","webclient"],"created_at":"2026-04-02T18:08:42.431Z","updated_at":"2026-05-10T15:17:23.388Z","avatar_url":"https://github.com/dbtiunov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Perga Web\n\n![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)\n![Build](https://github.com/dbtiunov/perga-web/actions/workflows/ci.yml/badge.svg)\n\nPersonal organizer that helps you plan and organize your days and months efficiently.\n\n## Overview\n\n**[Perga API](https://github.com/dbtiunov/perga-api)** is the core of the product.  \n**Perga Web** is a standalone **browser client** that connects to the backend to provide a user-friendly web interface.\n\n## Screenshots\n\n \u003cp\u003e\n  \u003cimg src=\"docs/assets/planner_screenshot.png\" alt=\"Planner\" width=\"300\" /\u003e\n  \u003cspan\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n  \u003cimg src=\"docs/assets/planner_weekly_screenshot.png\" alt=\"Planner Weekly\" width=\"300\" /\u003e\n  \u003cspan\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003c/span\u003e\n  \u003cimg src=\"docs/assets/notes_screenshot.png\" alt=\"Notes\" width=\"300\" /\u003e\n\u003c/p\u003e\n\n## Features\n\n- Daily planner + weekly view\n- Monthly and custom agendas\n- Notes\n- User authentication and settings\n- Responsive design with mobile support\n- PWA support\n- Dark theme\n\n## Demo\n\nYou can try out Perga without installation by visiting demo version at [https://demo.getperga.me/](https://demo.getperga.me/).\n\n## Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v18 or higher)\n- [npm](https://www.npmjs.com/) (v8 or higher)\n\n### Installation\n\n1. Clone the repository\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Setup environment:\n   ```bash\n   cp .env.example .env\n   ```\n\n### Development\n\nStart the development server:\n\n```bash\nnpm run dev\n```\n\nBuild for production:\n\n```bash\nnpm run build\n```\n\n## Documentation\n\nFor detailed documentation, please visit:\n[https://docs.getperga.me/docs/perga-web](https://docs.getperga.me/docs/perga-web)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbtiunov%2Fperga-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbtiunov%2Fperga-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbtiunov%2Fperga-web/lists"}