Your personal website,
born from a single sentence.
OpenClacky's oh-my-website skill generates it.
Showcode hosts it. Under your own name.
How it works
Describe yourself
One sentence to Clacky. AI generates a complete personal website — styled, structured, ready.
Review & refine
Iterate in conversation. Change the tone, swap sections, add your projects. It's a dialogue.
Go live
One publish command. Your site is live at showcode.com/~your-name. No servers, no config.
The platform behind it
No login required
Create and publish without an account. You get a secret API token — your site belongs to you from day one.
Clean, memorable URLs
Every site lives at /~slug. Short, permanent, and yours to keep forever.
Version history
Every update increments the version counter. Roll back anytime. Your content, fully tracked.
API-first
Everything you can do via Clacky, you can do via REST API. Integrate into your own tools and workflows.
Sub-pages
Need more than a homepage? Add /projects, /blog, or any path you want.
Open ecosystem
oh-my-website is just the beginning. Build your own skill, use the API directly, or fork the template.
Live sites
For developers
One endpoint. Your content. Instant hosting.
-H "Content-Type: application/json" \
-d '{"name":"Jane","content":"<h1>Hello</h1>"}'
# Response
{ "slug": "jane", "url": "https://showcode.com/~jane", "token": "sec_..." }