Smoke test required

...

About

Everything Endenza.

A creator-platform PWA where the bio link goes to a room, not a list. You build a walkable canvas, place yourself in it as a sprite, and let visitors stroll through. Built solo by one person who got tired of links-in-a-list bios.

Why Endenza exists

Every creator has a Linktree-shaped page somewhere. Plain list of links. Same shape as the next person's. No place for the work to breathe.

Endenza turns that page into a place. Your repos become arcade cabinets and TVs you can walk past. Your music shows up on the wall. Your essays sit on the table. Visitors arrive and arrive somewhere instead of just landing on a list.

One creator surface: a walkable canvas you author in your Studio, with Claude as your in-Studio co-builder via the help drawer. Bring your own Anthropic key, or use the free tier while it's on us. (Power users have access to a deeper orchestration surface behind the platform — Dashboard, Terminal, warp protocol — discoverable after first-run.)

About the maker

I'm Kevin Madson, a Kelowna, BC-based builder, vibe coder, and serial creator. Endenza is the project I always wanted but couldn't find: a creator surface that feels like a place you'd actually want to spend time in.

I shipped Endenza solo with Claude as my co-pilot, the same loop you'll use inside Studio. Every interaction in the product reflects something I tested on myself first. If a feature isn't in here, it's usually because I haven't found the right shape yet, not because it isn't coming.

Found a bug? An idea? Reach me on GitHub or by email at kevinmadson@protonmail.com.

Frequently asked

What does Endenza actually do?

Replaces your bio link with a walkable room. You author it in Studio (drag furniture, drop in your projects, pick a vibe); visitors get a share link that opens the room directly, no app install, just a URL.

Is it free?

Free tier covers one Studio + two showcase canvases + one character. Pro is $12/month for ten canvases, unlimited character variants, and unlimited bio links. See Pricing for the full table.

What's BYOK?

"Bring Your Own Key": link your Anthropic API key in Settings and every Claude call inside your Studio bills to your account at API cost. Useful if you build heavily and want to skip the platform allotment. Your key stays on your device; we never store it server-side.

Does my data stay private?

Anything you mark as private stays private: your drafts, your unpublished canvases, your Anthropic key. Only canvases you explicitly publish to the showcase are visible to other people. Read the full privacy policy for the specifics.

Can I use my own art?

Yes, you can drop in any sprite asset you own the rights to via the Studio component palette. Endenza ships with the Mana Seed character base and a few LimeZu interior packs out of the box.

Can I host my own?

Yes. The whole stack is a Mac-local Python server (the control panel) plus a static PWA. Clone the repo, run bin/dashboard-generate.sh, point a Cloudflare tunnel at port 8080, and you're running. The install guide walks through every step.

How do I export my room?

Studio → Publish → Export. You get a JSON file with every component, sprite reference, and behavior. Re-import it on any other Endenza instance, or check it into git alongside your project for safekeeping.

Why "Endenza"?

A portmanteau of Ensemble and Cadenza. A cadenza is a soloist's moment to shine; an ensemble is everyone playing together. Endenza is both — a shared cadenza, where every creator's solo contribution becomes part of something bigger.

Want to go deeper?

The full technical reference lives in the repo: install guide, API contracts, the agent-controller spec, and every published doc.