{"id":30236956,"url":"https://github.com/codebyaadi/upzy","last_synced_at":"2025-08-15T01:33:25.750Z","repository":{"id":296226645,"uuid":"992668132","full_name":"codebyaadi/upzy","owner":"codebyaadi","description":"Upzy is a modern uptime and performance monitoring platform inspired by BetterStack — but built to go further. It provides fast, reliable uptime checks, smart incident alerts, and is designed with a scalable microservices-first architecture using Turborepo.","archived":false,"fork":false,"pushed_at":"2025-08-09T18:19:11.000Z","size":1727,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-09T20:28:31.111Z","etag":null,"topics":["better-auth","drizzle-orm","monorepo","nestjs","nextjs","postgresql","turborepo"],"latest_commit_sha":null,"homepage":"","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/codebyaadi.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2025-05-29T14:21:50.000Z","updated_at":"2025-08-09T18:19:15.000Z","dependencies_parsed_at":"2025-07-14T17:09:53.123Z","dependency_job_id":"c6cb9e2a-7f03-472b-8abc-b2f81289ddbd","html_url":"https://github.com/codebyaadi/upzy","commit_stats":null,"previous_names":["codebyaadi/upzy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codebyaadi/upzy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebyaadi%2Fupzy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebyaadi%2Fupzy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebyaadi%2Fupzy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebyaadi%2Fupzy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codebyaadi","download_url":"https://codeload.github.com/codebyaadi/upzy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codebyaadi%2Fupzy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270510910,"owners_count":24597650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["better-auth","drizzle-orm","monorepo","nestjs","nextjs","postgresql","turborepo"],"created_at":"2025-08-15T01:33:21.595Z","updated_at":"2025-08-15T01:33:25.741Z","avatar_url":"https://github.com/codebyaadi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡ Upzy\n\nUpzy is a modern uptime and performance monitoring platform inspired by BetterStack — but built to go further. It provides fast, reliable uptime checks, smart incident alerts, and is designed with a scalable microservices-first architecture using Turborepo.\n\n\u003cimg width=\"960\" alt=\"upzy-og\" src=\"https://github.com/user-attachments/assets/0c78b078-c9ee-428a-87e1-32d959a6217e\" /\u003e\n\n## 🚀 Features\n\n- 🔍 **Uptime Monitoring** — Track the availability of websites, APIs, and services in real-time.\n- 📬 **Incident Alerts** — Get instant email alerts when downtime is detected.\n- 🕵️‍♂️ **Smart Checks** — Perform regular HTTP checks with customizable intervals and timeouts.\n- 🧾 **Monitor Dashboard** — View all your monitors, statuses, and response times in one place (coming soon).\n- 📊 **Historical Logs** — Access uptime/downtime history and monitor performance over time (coming soon).\n- 🧠 **Incident Timeline** — Automatically track when an incident starts, escalates, and resolves (planned).\n- 🌐 **Public Status Pages** — Share uptime stats publicly with beautiful custom pages (planned).\n\n## 🛠️ Tech Stack\n\n- **Frontend**: Next.js (App Router)\n- **Backend**: NestJS (Node.js)\n- **Auth**: Better Auth\n- **Database**: PostgreSQL with Drizzle ORM\n- **Emails**: React Email + Nodemailer\n- **Monorepo Tooling**: Turborepo + Bun\n- **Planned**: Golang microservices, Redis (caching), Kafka (event streaming)\n\n## 🔧 Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/codebyaadi/upzy.git\ncd upzy\n```\n\n2. Install dependencies:\n\n```bash\nbun install\n```\n\n3. Set up environment variables:\n\n- For **apps/api** (NestJS):\n\n```bash\ncd apps/api\ncp .env.example .env\n# Fill in DB connection, SMTP config, etc.\n```\n\n- For **apps/web** (Next.js):\n\n```bash\ncd apps/web\ncp .env.example .env\n# Add NEXT_PUBLIC_ variables, API base URL, etc.\n```\n\n## 🚀 Running the Application\n\nStart all services in dev mode:\n\n```bash\nbun run dev\n```\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/awesome-feature`)\n3. Commit your changes (`git commit -m 'Add awesome feature'`)\n4. Push to the branch (`git push origin feature/awesome-feature`)\n5. Open a Pull Request\n\n## 📝 License\n\nThis project is licensed under the MIT License – see the [LICENSE](LICENSE) file for details.\n\n## 👥 Authors\n\n- Aditya Rajbhar – [codebyaadi](https://github.com/codebyaadi)\n\n## 🙏 Acknowledgments\n\n- Inspired by BetterStack and other dev tools\n- Built with passion for reliability and DX\n- Powered by modern open-source stacks\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebyaadi%2Fupzy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodebyaadi%2Fupzy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodebyaadi%2Fupzy/lists"}