Platform
A working example for anyone who wants their own site to be publishable by an assistant instead of by hand.
Portfolio content goes stale because updating it means opening an editor. Every content type here is database-driven and exposed over an authenticated REST API, so a post or a book can be drafted, proofread, and published by an AI agent in conversation.
Publishing cost drops to the length of a conversation. The same API backs the CMS UI and the agent integrations, so there is one code path to maintain and one place where validation lives.
Laravel 12, MySQL, Bootstrap 5, Blade. Token-authenticated REST API with CORS for cross-origin agent access; hand-rolled CMS authentication and hardened file-upload handling.