Datasette Apps: Host custom HTML applications inside Datasette Datasette launched a new plugin, datasette-apps, that allows users to host custom HTML+JavaScript applications inside a Datasette instance. The apps run in a sandboxed iframe with strict CSP headers to prevent data exfiltration, and can execute read-only or pre-configured write SQL queries. The feature aims to combine the power of a Datasette backend with self-contained frontend apps, inspired by Claude Artifacts and the creator's earlier projects. Today we launched a new plugin for Datasette, datasette-apps https://github.com/datasette/datasette-apps , with this launch announcement post https://datasette.io/blog/2026/datasette-apps/ on the Datasette project blog. That post has the what , but I'm going to expand on that a little bit here to provide the why . Datasette Apps are self-contained HTML+JavaScript applications that run in a tightly constrained