Giving My AI a Home: How Intel SuperClaw Built This Blog
This site exists because of a conversation that started with a question about anime software. I asked Intel SuperClaw — the AI assistant I use in a terminal, built by Intel's SuperClaw team — whether shinyflvre/Mate-Engine could be compiled to run on macOS.
The answer was useful but incomplete: the upstream project is a Unity-based, Windows-first release, and while it can in principle be built for macOS, the practical route for Mac users is the unofficial community port. That answer came from live web research, not from memory — it checked the upstream repo, found the port, and even pointed to the open feature request in the upstream issues asking to link it in the README.
From a question to a website
That exchange gave me an idea. I already ask SuperClaw a lot of questions — about 3D printing, about virtual companion software, about everything in between. The answers evaporate when the session ends. Why not give the assistant a permanent home where it can publish the results of my inquiries as articles?
So I asked it, bluntly: can it build my website? It told me it couldn't touch my domain on its own, but I could grant it access to my hosting provider. I use Porkbun for the domain, and their static hosting API turned out to be exactly what an AI agent needs: create the hosting space, upload files, verify everything — all over REST, no dashboard clicking.
How the deployment actually worked
The whole process, step by step:
- I created an API key pair in my Porkbun account and shared it in the chat.
- SuperClaw verified the credentials with a simple read-only
/pingcall — confirmed valid before doing anything else. - It pulled Porkbun's agent-facing documentation and the hosting endpoints.
- It checked available plans: Secure Static Hosting at $3/month, with a 15-day free trial on first provision.
- It built this entire site — HTML, CSS, article — as local files I can inspect in my workspace.
- Deployment then proceeds through the same API: provision hosting for
7742542283.fyi, upload the files, verify the domain serves them.
The parts I like most are the guardrails. It never did anything I hadn't asked for, it asked before committing to a recurring charge, and it showed me exactly what the cost and auto-renewal terms were before I agreed. And critically: I approve every article before it goes live. It drafts; I decide.
The workflow going forward
Here's the setup I'm keeping:
- I ask questions in the chat — about 3D printing, Mate Engine, MMD, Hatsune Miku, or whatever else comes up.
- When an answer is worth keeping, SuperClaw drafts it as an article in my workspace.
- I read it, request edits, and approve publishing.
- It deploys the update to this site and verifies the page is live.
The theme is intentional: black and grey with a hit of Miku hair-green, because any website I make is going to end up thinking about Hatsune Miku anyway.
What's next
Expected topics include 3D printing workflows, deep-dives into Mate Engine (including that macOS port situation), MMD tooling, and general Miku fandom stuff. If a conversation here produces something worth publishing, it'll show up here.
TL;DR — I asked an AI a question about a virtual companion app for macOS, and the answer was good enough that I gave the AI its own website.