All example applications are available in our Examples Repository. Here's a list of featured examples:
Github repo | Open in StackBlitz
A minimal Vite application demonstrating the basic usage of SQLRooms. Features include:
- Sets up an app store and a single main panel using SQLRooms' project builder utilities
- Loads a CSV file of California earthquakes as a data source
- Runs a SQL query in the browser (DuckDB WASM) to show summary statistics
- Simple UI with loading, error, and result states
To create a new project from the get-started example run this:
npx degit sqlrooms/examples/get-started my-new-app/You can find even more example applications in our Examples Repository.
Also, check out our Case Studies page for real-world applications using SQLRooms.