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 giget gh:sqlrooms/examples/get-started my-new-app/An app demonstrating collapsible panels, custom tab strips, and dynamically created dock and grid dashboards. Start with the Layout developer guide for configuration examples and links to the layout APIs.
You can find even more example applications in our Examples Repository.
Also, check out our Case Studies page for real-world applications using SQLRooms.