Files
trailbase/examples

TrailBase Examples

Blog

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

Blog web app Blog Flutter app

Collaborate Server-Side Rendered 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

This code belongs to the command-line app tutorial: IMDB data is ingested and queried both with curl using the record list API and a custom CLI.

Custom Rust Binary

A quick example on how to use TrailBase as a library.