Turtle Links

Skills: Svelte, Supabase, Tailwind

I was contracted to build Turtle Links, which serves as a replacement for Google’s deprecated Dynamic Links feature. The entire front-end for this service was built using Svelte and Tailwind. The back-end was hosted via Supabase.

The application allows for the creation of accounts, organizations, and dynamic links within those organizations. It uses Vercel’s Domains API to handle the creation and deletion of the dynamic links.

One interesting design aspect is that the client front-end is able to make direct calls to the Supabase database. This is possible because each database table had custom row level security policies to ensure end-to-end verification from the browser to the database.