Devlog #5 — polish pass, secrets, and being honest about AI
Got feedback that ZtionixOS wasn’t ready to vote yet. Fair. It still looked a bit too “AI desktop template” and the README felt copy-pasted. So this session was mostly cleanup and personality, not new architecture.
Making it feel less generated
Big CSS pass: dusty blue-gray palette, rust accent, VT323 font, square windows with — □ × controls. Removed Tailwind entirely. Added a dumb comment at the top of dark.css because I genuinely spent too long on colors. Left one Monster joke in there, trimmed the rest.
Went through shell/core files and made the code messier on purpose — for loops instead of .filter(), string concat mixed with templates, nested ifs. Added a few normal comments and a few funny ones.
README rewrite in my own voice, real screenshot (docs/screenshot.png), live demo link fixed to ztionix-os.vercel.app. Removed the chat app for good Redis on Vercel, felt bolted on, everything else is client-side now.
Secrets and dumb stuff
Stuff that was already in but got touched this session:
- Konami code → party mode (rainbow shell + yellow countdown badge)
- Triple-click logo → CRT scanlines
- Ctrl+Shift+S → Snake
-
Terminal
secret party/secret pet/ snake mention - Desktop pet default off now (opt-in via terminal or right-click)
New one: type 67 in Calculator → plays 67.mp3, popup with the Bosnov gif. Tried embedding KLIPY in an iframe first. Zen said no X-Frame-Options. Switched to a local gif in public/gifs/ with a link to open KLIPY in a new tab. Sound works, meme works, no fighting Cloudflare.
Bugs fixed along the way
- Browser iframe was blank because homepage CSS was covering it — fixed stacking with
browser-view--hidden - Notes text was unreadable (light on gray) — fixed editor contrast
- Window drag uses
translate3dduring move, commits position on mouseup — way smoother
npm run build and npm test still pass.
AI disclosure
Added an AI usage section to the README. Not gonna pretend this was 100% hand-typed Cursor helped on CSS, drag refactor, debugging. Core kernel, VFS, window manager, and most apps are mine. Rough guess ~25% AI-assisted by lines, mostly styling and extras. Reviewers can check git/WakaTime if they want.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.