dubinc / dub
The modern link attribution platform. Loved by world-class marketing teams like Framer, Perplexity, Superhuman, Twilio, Buffer and more.
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing dubinc/dub in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewIntroduction
Dub is the modern, open-source link attribution platform for short links, conversion tracking, and affiliate programs.
Our platform powers 100M+ clicks and 2M+ links monthly, and is used by world-class marketing teams from companies like Twilio, Buffer, Framer, Perplexity, Vercel, Laravel, and more.
Tech Stack
- Next.js – framework
- TypeScript – language
- Tailwind – CSS
- Prisma – ORM
- Upstash – redis
- Tinybird – analytics
- PlanetScale – database
- NextAuth.js – auth
- BoxyHQ – SSO/SAML
- Turborepo – monorepo
- Stripe – payments
- Resend – emails
- Vercel – deployments
Self-Hosting
You can self-host Dub for greater control over your data and design. Read this guide to learn more.
Contributing
We love our contributors! Here's how you can contribute:
- Open an issue if you believe you've encountered a bug.
- Follow the local development guide to get your local dev environment set up.
- Make a pull request to add new features/make quality-of-life improvements/fix bugs.
Recommended Versions
| Package | Version |
|---|---|
| node | v23.11.0 |
| pnpm | 9.15.9 |
Common Local Development Issues
The table <table-name> does not exist in the current database.- Runpnpm prisma:pushpush the state of the Prisma schema file to the database without using migrations files.- The project is not building correctly locally - verify your versions of
nodeandpnpmmatch the recommended versions above. Delete allnode_modules,.next, and.turbodirectories in theappsandpackagesdirectory. You may now reinstallnode_modulesby runningpnpm installand attempt to rebuild the project withpnpm build.
Dev Seed Script
This script seeds the database with development data for testing and development purposes.
Basic seeding (adds data without deleting existing data):
cd apps/web
pnpm run script dev/seed
Truncate database before seeding (deletes all existing data first):
cd apps/web
pnpm run script dev/seed --truncate
When using --truncate, the script will ask for confirmation before deleting any data.
Repo Activity
License
Dub Technologies, Inc. is a commercial open-source company, which means some parts of this open-source repository require a commercial license. The concept is called "Open Core" where the core technology (99%) is fully open source, licensed under AGPLv3 and the last 1% is covered under a commercial license ("/ee" Enterprise Edition) which we believe is entirely relevant for larger organisations that require enterprise features. Enterprise features are built by the core engineering team of Dub Technologies, Inc., which is hired full-time.