cd /news/ai-tools/grok-build-0-1-website-experiments-r… · home topics ai-tools article
[ARTICLE · art-20414] src=blog.kilo.ai pub= topic=ai-tools verified=true sentiment=↑ positive

Grok Build 0.1 Website Experiments: Round Two

Kilo Code released eight new websites built with Grok Build 0.1, testing the AI model's ability to handle interactivity, design, and humor in web development. The experiments produced functional sites including a parrot game with speech synthesis, a moon hotel booking page, a Pomodoro timer, and a live weather checker for Tokyo. Grok Build 0.1 successfully implemented complex features like state transitions, API calls, and multi-step forms, demonstrating its capability to generate working code from simple prompts.

read3 min publishedMay 22, 2026

Yesterday, we shared 5 websites we built in Kilo Code with Grok’s new model: Grok Build 0.1. The model is pretty good at creating websites from scratch, and people seemed to enjoy the examples, so we decided to put together a follow-up post with 8 new, additional examples.

This time, we tested how well Grok handles interactivity, design, and humor. We also looked through the source code to see whether and how it actually worked under the hood.

The prompt, total cost, and token spend:

The result: This was a dark-mode, modern website, and the interactivity all held up. The parrot animated on click, the speech bubble appeared and faded out cleanly, copy-to-clipboard worked with a graceful fallback for older browsers, and the speech synthesis call fired with pitch and rate tweaked to sound parrot-ish.

The prompt, total cost, and token spend:

**The result: **We got a functional website. Grok also invented the phrase "view of forever" for the suites section headline. We didn't ask for it. The model decided a moon hotel needed that. The three-stop gradient (purple, blue, cyan) is clipped to the headline text, layered over a dark space-themed background.

Try this prompt + the rest in Kilo Code The prompt, total cost, and token spend:

The result: The timer behaved correctly through every state transition. The Pomodoro logic handled the full loop: start, , resume, reset, completion chime, and auto-advance to the next phase. The code correctly implements the full Pomodoro loop, including a long break after every fourth focus session

The prompt, total cost, and token spend:

The result: The multi-step workflow worked end to end: The five-step form swapped sections cleanly, the progress bar advanced with the step count, and the Continue button correctly switched to "Submit Application" and changed color on the last screen.

The prompt, total cost, and token spend:

**The result: **We got the look we wanted: every interactive piece behaved like a small simulation rather than something static. The CRT effect is doing real work: phosphor glow via text-shadow, repeating scanlines, a sweeping highlight band running top-to-bottom on a CSS animation, a subtle flicker on opacity, and a radial vignette layered on top to fake the screen curvature.

Try this prompt + the rest in Kilo Code The prompt, total cost, and token spend:

**The result: **This looked like an actual GitHub page. Follow toggled between the green Follow state and the gray Following state, and the follower count incremented and decremented to match. The sponsor flow opened a modal, let you pick a tier (Bronze Quill, Silver Sonnet, Gold Globe), and swapped its own contents to a thank-you screen on submit.

The prompt, total cost, and token spend:

The result: We were aiming for functionality here, not design (although the site looked quite decent). The live data fetch worked. The app hit Open-Meteo's free forecast endpoint with the right Tokyo coordinates and a sensible parameter list (weather code, temperature, precipitation, rain, humidity, cloud cover, wind, timezone set to Asia/Tokyo), then mapped the WMO code into three states: heavy rain, light rain, and no rain, with separate icons for each.

The prompt, total cost, and token spend:

The result: The site looked modern and pretty much every interactive piece held up.

Sidebar navigation switched sections without reload, the Today / 7 days / 30 days buttons recomputed the metrics and rebuilt the Chart.js line graph on the fly, and the status filter pills on the payments view narrowed the table as expected.

You can run these prompts yourself by installing our VS Code extension or using the Kilo CLI. For this round of examples, we used the VS Code extension together with the built-in Agent Manager.

── more in #ai-tools 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/grok-build-0-1-websi…] indexed:0 read:3min 2026-05-22 ·