SQLite has released a new web-based application called SQLite Fiddle, which allows users to run a modified version of the SQLite CLI shell in their browsers. The application is built using WebAssembly and provides a way to test and experiment with SQLite databases without the need for a server-side backend. The database is stored in memory by default, but users can also export and import databases using the Options toolbar. SQLite Fiddle is not an officially-supported deliverable of the SQLite project, but it is provided in the hope that it may be useful or interesting to users.