# TrailBase Examples #### [Blog](blog/) A simple styled Blog example with UIs both for web and Flutter:

Blog web app Blog Flutter app

#### [Collaborate Server-Side Rendered Clicker](collab-clicker-ssr/) 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

#### [Coffee Vector Search](coffee-vector-search/) A small single-page web app demonstrating vector search and custom JS/TS endpoints.

Coffee vector search web app

#### [Data CLI App](data-cli-tutorial/) This code belongs to the [command-line app tutorial](https://trailbase.io/getting-started/first-cli-app): IMDB data is ingested and queried both with curl using the record list API and a custom CLI. #### [Custom Rust Binary](custom-binary/) A quick example on how to use TrailBase as a library.