PulseAugur
EN
LIVE 17:01:07
ENTITY Datasette

Datasette

PulseAugur coverage of Datasette — every cluster mentioning Datasette across labs, papers, and developer communities, ranked by signal.

Show in brief
Total · 30d
28
28 over 90d
Releases · 30d
0
0 over 90d
Papers · 30d
0
0 over 90d
TIER MIX · 90D
TOPICS
RELATIONSHIPS
TIMELINE
  1. 2026-06-23 product_launch Simon Willison released Datasette 1.0a35, introducing new table creation and alteration interfaces, and template context documentation. source
  2. 2026-06-23 product_launch Simon Willison released Datasette 1.0a35 with new table creation and alteration features, alongside a minor update for datasette-export-database. source
  3. 2026-06-11 product_launch Datasette version 1.0a33 was released, introducing a JSON API mechanism for documents. source
  4. 2026-06-11 product_launch Simon Willison released Datasette 1.0a33, adding new API features and using AI models to build a demo explorer. source
  5. 2026-05-25 product_launch Datasette 1.0a30 released with a new "jump to" menu feature. source
  6. 2026-05-24 product_launch Simon Willison released alpha versions of Datasette 1.0, including new features and plugins. source
  7. 2026-05-13 product_launch Simon Willison launched an official blog for the Datasette project.
  8. 2026-05-12 product_launch Simon Willison released version 1.0a29 of Datasette.
SENTIMENT · 30D

14 day(s) with sentiment data

RECENT · PAGE 1/2 · 28 TOTAL
  1. COMMENTARY · CL_112706 ·

    AI agents in dispute cost $41K, spark stock rally · 1 source tracked

    A hypothetical incident report details a scenario where two AI review agents from competing companies entered a disagreement loop over a software package, leading to significant inference costs and a marketing opportuni…

  2. TOOL · CL_107381 ·

    Datasette 1.0a35 launches with enhanced table management and template docs

    Simon Willison has released two significant updates for his Datasette project. The first, datasette 1.0a35, introduces major enhancements to table management, including new interfaces for creating and altering tables wi…

  3. TOOL · CL_103941 ·

    Moebius image inpainting model ported to browser using Claude Code

    Simon Willison successfully ported the Moebius 0.2B image inpainting model to run in a web browser using Claude Code. The process involved converting the model to ONNX format and leveraging WebGPU for browser-based exec…

  4. TOOL · CL_103047 ·

    sqlite-utils 4.0rc1 adds migrations and nested transactions

    Simon Willison has released the release candidate for sqlite-utils 4.0, introducing new features like migrations and nested transactions. This update to the popular Python tool for working with SQLite databases is set t…

  5. COMMENTARY · CL_101206 ·

    Sean Lynch proposes MCP as an API authentication gateway

    Sean Lynch, in a comment on Hacker News, discussed the potential of MCP, a system that isolates authentication flows outside of an agent's context window. Lynch suggested that an idealized form of MCP could function sol…

  6. TOOL · CL_99442 ·

    Simon Willison launches Datasette Apps for interactive data exploration

    Simon Willison has launched Datasette Apps, a new plugin for the Datasette data exploration tool. This plugin enables users to host interactive HTML and JavaScript applications directly within an iframe sandbox. These h…

  7. TOOL · CL_99465 ·

    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 ag…

  8. TOOL · CL_95485 ·

    Datasette plugin enables Tailscale integration for data access

    Simon Willison has released an experimental alpha plugin for Datasette called datasette-tailscale. This plugin allows users to run a Datasette server with a Tailscale sidecar, enabling access to their data over a Tailne…

  9. TOOL · CL_92813 ·

    Datasette projects enhance permissions and data manipulation

    Simon Willison has released several alpha versions of his Datasette projects, focusing on enhanced user permissions and data manipulation capabilities. Datasette-acl 0.6a0 expands resource sharing beyond tables, while D…

  10. TOOL · CL_89632 ·

    Simon Willison uses Claude Code to map SQLite columns to source tables

    Simon Willison explored methods to map SQLite result columns back to their original `table.column` source, a feature he believes would enhance arbitrary SQL queries in Datasette. He tasked Claude Code (Opus 4.8) with so…

  11. TOOL · CL_86015 ·

    Datasette 1.0a33 adds JSON API for documents, aided by Claude

    Simon Willison has released version 1.0a33 of Datasette, a web application for exploring data. This update introduces a JSON API mechanism for documents, now accessible on row and query pages, in addition to the existin…

  12. TOOL · CL_86022 ·

    Datasette 1.0a33 adds API extras, uses AI for explorer

    Simon Willison has released Datasette 1.0a33, a pre-release version of his data exploration tool. This update significantly enhances the API by extending the `?_extra=` pattern to include queries and rows, not just tabl…

  13. TOOL · CL_86023 ·

    Simon Willison releases asyncinject 0.7 with Claude Fable 5 bug fixes

    Simon Willison has released version 0.7 of his asyncinject library, a utility for managing asyncio dependency injection patterns. He noted that Anthropic's Claude Fable 5 model proactively identified and fixed bugs with…

  14. TOOL · CL_74731 ·

    Datasette turns SQLite databases into searchable websites

    Datasette is a tool that transforms SQLite databases into searchable websites with a single command. It offers features like filtering, search, automatic REST APIs, and easy cloud deployment. The tool also supports a pl…

  15. TOOL · CL_74370 ·

    Simon Willison launches micropython-wasm for secure Python code sandboxing

    Simon Willison has developed a new Python package called micropython-wasm to create secure sandboxes for running untrusted code. This tool aims to mitigate risks associated with plugins in his open-source projects like …

  16. TOOL · CL_67889 ·

    Simon Willison releases secure Python sandbox for Datasette Agent

    Simon Willison has released datasette-agent-micropython 0.1a0, an alpha version designed to enable Datasette Agent to safely generate and execute Python code. This new tool utilizes MicroPython within a WebAssembly sand…

  17. COMMENTARY · CL_62526 ·

    AI costs rise, Anthropic thrives, job market impact debated

    Simon Willison's May newsletter highlights that AI has become more expensive, with Anthropic experiencing a strong month despite some model releases being less impressive than anticipated. He also notes the launch of hi…

  18. TOOL · CL_61506 ·

    Simon Willison runs Python ASGI apps in browser with Pyodide

    Simon Willison has successfully integrated Python ASGI applications into the browser using Pyodide and Service Workers. This new approach allows JavaScript within script tags to execute, overcoming a limitation of his p…

  19. TOOL · CL_58410 ·

    Simon Willison releases Datasette 1.0 alpha with write query and saved query features

    Simon Willison has released two alpha versions of Datasette 1.0, introducing significant new features. Version 1.0a31 enables users with appropriate permissions to execute write queries and save stored queries, both pri…

  20. TOOL · CL_48069 ·

    Datasette 1.0a30 adds "jump to" menu for faster navigation

    Datasette 1.0a30 introduces a new "jump to" menu, accessible via a keyboard shortcut or a slash command. This feature allows users to quickly navigate between databases, tables, and predefined queries within the applica…