trailbase/examples
2026-01-20 15:12:41 +01:00
..
blog Update JavaScript dependencies & and downgrade Astro (newer versions break our docs, client islands broken?). 2026-01-20 15:12:41 +01:00
coffee-vector-search Update JavaScript dependencies & and downgrade Astro (newer versions break our docs, client islands broken?). 2026-01-20 15:12:41 +01:00
collab-clicker-ssr Update JavaScript dependencies & and downgrade Astro (newer versions break our docs, client islands broken?). 2026-01-20 15:12:41 +01:00
custom-binary Remove built-in auth ui in favor of component. To install the comoponentized auth-ui run trail components add trailbase/auth_ui. 2025-09-23 22:24:47 +02:00
data-cli-tutorial Update JavaScript dependencies & and downgrade Astro (newer versions break our docs, client islands broken?). 2026-01-20 15:12:41 +01:00
tanstack-db-sync Update JavaScript dependencies & and downgrade Astro (newer versions break our docs, client islands broken?). 2026-01-20 15:12:41 +01:00
wasm-guest-js Update JavaScript dependencies. 2026-01-15 21:58:33 +01:00
wasm-guest-rust Update Rust dependencies. 2025-10-23 10:32:03 +02:00
wasm-guest-ts Update JavaScript dependencies & and downgrade Astro (newer versions break our docs, client islands broken?). 2026-01-20 15:12:41 +01:00
README.md Move TanStack/db example to a less missleading location, document it and update JS dependencies. 2025-08-05 11:50:02 +02:00

TrailBase Examples

Blog

A simple styled Blog example with UIs both for web and Flutter:

Blog web app Blog Flutter app

TanStack/db Synced Todo Example

A simple ToDo App demonstrating the use of TanStack/db to automatically sync items and settings across tabs, Browsers and devices.

ToDo example app using TanStack/db for cross-device sync

Server-Side Rendered Collaborative Clicker

A small clicker application, where we can collaboratively make it go 🚀. It show-cases server-side rendering using SolidJS, however it could equally be React, Vue, Svelte, Preact, ... . After client-side hydration, click counter changes are streamed to everyone listening.

Collaborative acorn clicker

A small single-page web app demonstrating vector search and custom JS/TS endpoints.

Coffee vector search web app

Data CLI App

A brief example of how TrailBase can be used in an command-line app to ingest IMDB data and query it. This code belongs to the CLI tutorial:

Custom Rust Binary

A quick example showcasing how one can use TrailBase as a library.