Codehagen
Dingify
TypeScript

Dingify is helping you unlock the power of seamless real-time monitoring

Last updated Jun 10, 2026
199
Stars
28
Forks
8
Issues
0
Stars/day
Attention Score
5
Language breakdown
No language data available.
โ–ธ Files click to expand
README

Dingify

Start at full speed with Dingify !

Introduction ยท Installation ยท Tech Stack + Features ยท Author ยท Credits


Introduction

Welcome to Dingify, where we're we are going to make your alerts easy for you

Directory Structure

Dingify is a monorepo managed by Turborepo. The monorepo is split between apps and packages directories.

. โ”œโ”€โ”€ apps # Its app workspace which contains โ”‚ โ”œโ”€โ”€ www # Nextjs app which is deployed in Vercel โ”‚ โ”œโ”€โ”€ api # Hono app that is our REST-api for our SDK โ”‚ โ””โ”€โ”€ ... โ”œโ”€โ”€ packages # are the shared packages that are used by the apps โ”‚ โ”œโ”€โ”€ db # Prisma DB connector โ”‚ โ””โ”€โ”€ ui # Shared UI components (Shadcn) โ”œโ”€โ”€ tooling # are the shared configuration that are used by the apps and packages โ”‚ โ”œโ”€โ”€ eslint # Shared eslint presets โ”‚ โ”œโ”€โ”€ prettier # Shared prettier configuration โ”‚ โ”œโ”€โ”€ tailwind # Shared tailwind configuration โ”‚ โ””โ”€โ”€ typescript # Shared tsconfig you can extend from โ”œโ”€โ”€ LICENSE โ””โ”€โ”€ README.md

Installation

Clone & create this repo locally with the following command:

git clone https://github.com/Codehagen/Dingify
  • Install dependencies using pnpm:
pnpm install
  • Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
  • Input everything you need for the env.
1. Create Neon Database Account 2. Create Stripe Account 3. Create Google Console Account 4. Create Resend Account
  • Start the development server from either yarn or turbo:
# To start the server
pnpm dev

To push the DB schema

pnpm --filter=db db:push

REST-API Installation (optinal)

If you want to use the REST-api you need to update the hono under apps/api

[vars]
#MY_VAR = "my-variable"
#DATABASE_URL = "Use same link as your db URL"

If you want to deploy it on Cloudflare you need to go run

pnpm run deploy

Tech Stack + Features

Frameworks

  • Next.js โ€“ React framework for building performant apps with the best developer experience
  • Auth.js โ€“ Handle user authentication with ease with providers like Google, Twitter, GitHub, etc.
  • Prisma โ€“ Typescript-first ORM for Node.js
  • React Email โ€“ Versatile email framework for efficient and flexible email development

Platforms

  • Vercel โ€“ Easily preview & deploy changes with git
  • PlanetScale โ€“ A cutting-edge database platform for seamless, scalable data management
  • Resend โ€“ A powerful email framework for streamlined email development

Contributing

We love our contributors! Here's how you can contribute:

  • Open an issue if you believe you've encountered a bug.
  • Make a pull request to add new features/make quality-of-life improvements/fix bugs.

Repo Activity

Nextify repo activity โ€“ generated by Axiom

ยฉ 2026 GitRepoTrend ยท Codehagen/Dingify ยท Updated daily from GitHub