Datasette releases alpha build 1.0a33 for data publishing

Simon Willison released Datasette 1.0a33, the latest pre-release alpha in the ongoing series leading to a stable 1.0 of the open-source data exploration and publishing tool, per the project changelog on simonwillison.net. Datasette, which has more than 11,000 GitHub stars, allows analysts and engineers to explore, query, and publish SQLite-backed datasets through a browser interface and JSON API. The 1.0 alpha series has been shipping incremental releases throughout 2026, each advancing plugin hooks, API endpoints, and UI features toward a stable milestone.
What happened
Simon Willison published Datasette 1.0a33 on June 11, 2026, continuing the open-source tool's iterative pre-release series toward its first stable 1.0 release, according to the project changelog at simonwillison.net. Datasette is a Python-based tool for exploring and publishing data stored in SQLite databases, providing a browser interface, JSON API, and an extensive plugin system.
Project context
The 1.0 alpha series has been active throughout 2025 and 2026, with each release incrementally advancing plugin hooks, internal APIs, and UI components. Recent releases in the run-up to 1.0a33 added features including a customizable jump-to menu with plugin hook support (1.0a30), request.form() support for file uploads (1.0a24), a new column_types system with built-in url/email/json renderers (1.0a26), and CSRF protection based on browser request headers rather than tokens (1.0a27). Datasette carries more than 11,000 stars on GitHub and is maintained primarily by Simon Willison.
For practitioners
Practitioners using Datasette plugins or building on its internal API should review each alpha's changelog for backwards-incompatible changes before upgrading, since the 1.0 series has introduced breaking API changes at several points. The simonwillison.net changelog is the primary source of release notes.
Scoring Rationale
A routine incremental alpha release of a niche but well-regarded open-source tool with a dedicated community. Useful for current Datasette users and plugin developers, but limited in broader AI/ML/data-science significance. Score reflects niche relevance below the 4.5 floor for minor open-source tooling updates.
Practice interview problems based on real data
1,500+ SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems

