{"id":21874884,"url":"https://github.com/codehagen/dingify","last_synced_at":"2025-04-09T22:11:10.928Z","repository":{"id":239123130,"uuid":"798605259","full_name":"Codehagen/Dingify","owner":"Codehagen","description":"Dingify is helping you unlock the power of seamless real-time monitoring","archived":false,"fork":false,"pushed_at":"2024-07-06T17:58:16.000Z","size":2504,"stargazers_count":201,"open_issues_count":8,"forks_count":28,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-09T22:11:06.320Z","etag":null,"topics":["next-auth","nextjs","open-source","prisma","resend","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://www.dingify.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Codehagen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-05-10T05:39:13.000Z","updated_at":"2025-03-27T16:54:15.000Z","dependencies_parsed_at":"2024-06-16T12:47:20.146Z","dependency_job_id":"c7b56665-db66-47d2-aabd-1f29a91b57c6","html_url":"https://github.com/Codehagen/Dingify","commit_stats":null,"previous_names":["codehagen/dingify"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codehagen%2FDingify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codehagen%2FDingify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codehagen%2FDingify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codehagen%2FDingify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codehagen","download_url":"https://codeload.github.com/Codehagen/Dingify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119294,"owners_count":21050755,"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","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":["next-auth","nextjs","open-source","prisma","resend","tailwindcss","typescript"],"created_at":"2024-11-28T07:13:41.823Z","updated_at":"2025-04-09T22:11:10.913Z","avatar_url":"https://github.com/Codehagen.png","language":"TypeScript","readme":"\u003ca href=\"https://github.com/Codehagen/Dingify\"\u003e\n  \u003c!-- \u003cimg alt=\"Dingify\" src=\"public/og.jpg\"\u003e --\u003e\n  \u003ch1 align=\"center\"\u003eDingify\u003c/h1\u003e\n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n  Start at full speed with Dingify !\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#introduction\"\u003e\u003cstrong\u003eIntroduction\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#installation\"\u003e\u003cstrong\u003eInstallation\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#tech-stack--features\"\u003e\u003cstrong\u003eTech Stack + Features\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#author\"\u003e\u003cstrong\u003eAuthor\u003c/strong\u003e\u003c/a\u003e ·\n  \u003ca href=\"#credits\"\u003e\u003cstrong\u003eCredits\u003c/strong\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cbr/\u003e\n\n## Introduction\n\nWelcome to Dingify, where we're we are going to make your alerts easy for you\n\n## Directory Structure\n\nDingify is a monorepo managed by [Turborepo](https://turbo.build/repo). The monorepo is split between `apps` and `packages` directories.\n\n    .\n    ├── apps                         # Its app workspace which contains\n    │    ├── www                     # Nextjs app which is deployed in Vercel\n    │    ├── api                     # Hono app that is our REST-api for our SDK\n    │    └── ...\n    ├── packages                     # are the shared packages that are used by the apps \n    │    ├── db                      # Prisma DB connector\n    │    └── ui                      # Shared UI components (Shadcn)\n    ├── tooling                      # are the shared configuration that are used by the apps and packages\n    │    ├── eslint                  # Shared eslint presets\n    │    ├── prettier                # Shared prettier configuration\n    │    ├── tailwind                # Shared tailwind configuration\n    │    └── typescript              # Shared tsconfig you can extend from\n    ├── LICENSE\n    └── README.md\n\n## Installation\n\nClone \u0026 create this repo locally with the following command:\n\n```bash\ngit clone https://github.com/Codehagen/Dingify\n```\n\n1. Install dependencies using pnpm:\n\n```sh\npnpm install\n```\n\n2. Copy `.env.example` to `.env.local` and update the variables.\n\n```sh\ncp .env.example .env.local\n```\n\n4. Input everything you need for the env.\n\n   1. Create [Neon Database](https://neon.tech/) Account\n   2. Create [Stripe](https://stripe.com) Account\n   3. Create [Google Console](https://console.cloud.google.com/) Account\n   4. Create [Resend](https://resend.com/) Account\n\n5. Start the development server from either yarn or turbo:\n\n```sh\n# To start the server\npnpm dev\n\n# To push the DB schema\npnpm --filter=db db:push\n```\n\n## REST-API Installation (optinal)\n\nIf you want to use the REST-api you need to update the hono under `apps/api`\n\n```bash\n[vars]\n#MY_VAR = \"my-variable\"\n#DATABASE_URL = \"Use same link as your db URL\"\n```\n\nIf you want to deploy it on Cloudflare you need to go run\n```bash\npnpm run deploy\n```\n\n## Tech Stack + Features\n\n### Frameworks\n\n- [Next.js](https://nextjs.org/) – React framework for building performant apps with the best developer experience\n- [Auth.js](https://authjs.dev/) – Handle user authentication with ease with providers like Google, Twitter, GitHub, etc.\n- [Prisma](https://www.prisma.io/) – Typescript-first ORM for Node.js\n- [React Email](https://react.email/) – Versatile email framework for efficient and flexible email development\n\n### Platforms\n\n- [Vercel](https://vercel.com/) – Easily preview \u0026 deploy changes with git\n- [PlanetScale](https://planetscale.com/) – A cutting-edge database platform for seamless, scalable data management\n- [Resend](https://resend.com/) – A powerful email framework for streamlined email development\n\n## Contributing\n\nWe love our contributors! Here's how you can contribute:\n\n- [Open an issue](https://github.com/Codehagen/Dingify/issues) if you believe you've encountered a bug.\n- Make a [pull request](https://github.com/Codehagen/Dingify/pull) to add new features/make quality-of-life improvements/fix bugs.\n\n\u003ca href=\"https://github.com/Codehagen/Dingify/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=Codehagen/Dingify\" /\u003e\n\u003c/a\u003e\n\n## Repo Activity\n\n![Nextify repo activity – generated by Axiom](https://repobeats.axiom.co/api/embed/ca3e357dc3abec5d0e392ee4d10896f5a8fdecb1.svg \"Repobeats analytics image\")\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehagen%2Fdingify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodehagen%2Fdingify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodehagen%2Fdingify/lists"}