CMS (AI-directed full-stack)
→A working full-stack CMS built as a deliberate experiment: can I spec and ship a real app in a stack I don't yet write by hand? Directed an AI to build it on Bun + Hono with SQLite (WAL mode), JWT auth via jose, bcrypt password hashing, rate limiting, Zod validation, and XSS sanitization — then read the result closely enough to verify it works. The value here isn't hand-written TypeScript (I know HTML/CSS, not full TS/JS); it's directing AI to a production-shaped result and reading it well. Next step: deploying it on Oracle Cloud Infrastructure instead of a ready-made platform, to learn real deployment and DevOps.
Full-stack app with JWT auth, bcrypt, rate limiting, Zod validation, XSS sanitization; deploying to Oracle Cloud to learn DevOps
Built via AI-directed development; learning to deploy on Oracle Cloud