Dub is an open-source link management platform for tracking link clicks and conversions.
You can use the managed cloud version at Dub.co or host it yourself.
Read this guide to set up Dub locally.
Read this guide to host it yourself.
If you are just interested in the Tinybird project, you can find it here
Build locally like any other Tinybird project:
cd packages/tinybird
tb local start
tb login
tb dev
When you are ready deploy to cloud:
tb --cloud deploy
You can find sample mock data for local development in the data-generator folder.
Alternatively, you can generate mock data by running the generate.js
script in that folder:
npm install
node generate.js