Turtle Links

Dynamic link service provider

SvelteSupabaseTailwind
Turtle Links

I was contracted to build Turtle Links, a replacement for Google’s deprecated Dynamic Links feature. I built the front end with Svelte and Tailwind, and wired it into a Supabase backend.

I implemented the main product flows: accounts, organizations, organization-scoped dynamic links, and domain setup/cleanup through Vercel’s Domains API.

One interesting part of the project was letting the client call Supabase directly. That worked because the database tables were protected with custom row level security policies, so authorization was enforced from the browser all the way down to the database.