PulseAugur
EN
LIVE 02:27:24

Datasette Apps launch: Host custom HTML apps securely within Datasette

Simon Willison has launched Datasette Apps, a new plugin for Datasette that allows users to host custom HTML and JavaScript applications within a sandboxed iframe. These applications can execute read-only SQL queries against data in Datasette, and with proper configuration, can also run write queries. The system utilizes a combination of iframe sandboxing and Content Security Policy (CSP) headers to ensure security, preventing unauthorized access to cookies, localStorage, and external HTTP requests. This feature is inspired by concepts like Claude Artifacts and aims to provide a powerful way to integrate custom frontends with relational database backends. AI

IMPACT Enhances the integration of custom frontends with relational databases, potentially influencing how AI agents interact with data.

RANK_REASON Launch of a new plugin for an existing software product.

Read on Simon Willison →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Datasette Apps launch: Host custom HTML apps securely within Datasette

COVERAGE [1]

  1. Simon Willison TIER_1 English(EN) ·

    Datasette Apps: Host custom HTML applications inside Datasette

    <p>Today we launched a new plugin for Datasette, <a href="https://github.com/datasette/datasette-apps">datasette-apps</a>, with <a href="https://datasette.io/blog/2026/datasette-apps/">this launch announcement post</a> on the Datasette project blog. That post has the <em>what</em…