Stacktora
Stacktora / Vault / Deno + Postgres + Redis: URL Shortener & Link Analytics
Analytics by @ops

Deno + Postgres + Redis: URL Shortener & Link Analytics

Short-link generation, redirect handling, and click analytics — Redis for the redirect lookup that needs to be near-instant, Postgres for the click history behind it.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Deno 2.8.2 PostgreSQLRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install deno-url-shortener-analytics --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault