Simon Willison (@simonwillison.net): Just launched Datasette Apps - a plugin for Datasette that lets you host full HTML+JS apps in an iframe sandbox that can query your database and do interesting things with your data simonwillison.net
Enables low-code builders to create sophisticated data applications directly within their database environment with proper security constraints.
AI Summary
Simon Willison has launched Datasette Apps, a plugin that allows hosting full HTML+JavaScript applications within Datasette using iframe sandboxes. These apps can run read-only SQL queries against Datasette databases and support write queries via stored procedures. The sandboxing prevents data exfiltration while enabling powerful custom data visualization and interaction tools.
Excerpt
Just launched Datasette Apps - a plugin for Datasette that lets you host full HTML+JS apps in an iframe sandbox that can query your database and do interesting things with your data simonwillison.net/2026/Jun/18/...
