A single page for all links.
Every creator platform eventually funnels you to the same place: one link in your bio, and a decision about where it points. The hosted link-in-bio tools solve this, then start charging for the parts you actually want, custom domains, real analytics, removing their branding. You end up paying a monthly fee to rent a page with five links on it. This blueprint hands you the page instead. You describe it, the agent builds it, and it lives in your repository under your name, not someone else's subdomain.
A mobile-first link-in-bio page with the pieces that make it feel like yours: a profile header, categorized link cards so your links have structure instead of being a flat list, social icons, and a simple click counter so you can see which links people actually tap. The whole thing is editable from a single JSON config file, so adding, reordering, or renaming a link is a two-second edit, no rebuild ritual required.
You watch it come together in the task workspace: the agent scaffolds the project, wires the config, checks the layout renders on a phone-sized screen, and hands you a live preview before anything ships. The code lands on a branch in your repository with a pull request ready.
The first version is a base you steer with plain follow-up messages:
Each follow-up wakes the same repository and the agent continues on its own code.
Do I need to know how to code? No. You describe the page you want; the agent writes it, verifies it renders, and ships the code to your repository.
Can I use my own domain? Yes. Deploy it anywhere you like and point your domain at it. Nothing is locked to a platform subdomain.
Where do the click counts live? In your app. The analytics counter is yours, no third-party tracker sitting between you and your audience.