FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I built an AI workspace in 4 days with zero frameworks — the LLM controls the entire UI
How-ToWeb Development

I built an AI workspace in 4 days with zero frameworks — the LLM controls the entire UI

via Dev.to Webdevenigmaticsloth4h ago

What I built Sloth Space is an AI-native workspace with three modes — slides, docs, and sheets. You describe what you need in natural language, and the AI drafts it in seconds. Source: github.com/enigmaticsloth/sloth-space The interesting part: unified architecture The three modes aren't three separate apps bolted together. They share one state object, one intent router, one context menu system, one save pipeline, and one interaction model (single-click select, double-click edit). The AI sees the entire app as one system, not three. ~30 ES module files, pure vanilla JS, zero build step, zero frameworks. The AI controls the UI This is the part I'm most excited about. The LLM doesn't just generate text — it operates the application interface directly. 27 whitelisted JS functions are exposed to the model. It can switch modes, create projects, organize files, link documents together, and navigate — all from a single chat input. Try typing: "Create a project called Q2, write a budget report

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
0 views

Related Articles

Talent gets the spotlight.
Discipline builds the legacy.
How-To

Talent gets the spotlight. Discipline builds the legacy.

Medium Programming • 39m ago

Coding in the Age of Co-Pilots: Why Developers Who Think Will Win
How-To

Coding in the Age of Co-Pilots: Why Developers Who Think Will Win

Medium Programming • 2h ago

Two more EVs for the trash heap: Volvo EX30 and Honda Prologue
How-To

Two more EVs for the trash heap: Volvo EX30 and Honda Prologue

The Verge • 2h ago

How-To

Building Your First Interactive Flutter App (Dicee)

Medium Programming • 2h ago

80% of ML Engineering is Data Cleaning. Here is How I Automated It.
How-To

80% of ML Engineering is Data Cleaning. Here is How I Automated It.

Medium Programming • 2h ago

Discover More Articles