Files
trailbase/examples
Sebastian Jeltsch f0e5570f96 Update website to Tailwind v4.
Everything else is still on Tailwind v3, since we depend on solid-ui,
which doesn't yet support v4:
https://github.com/stefan-karger/solid-ui/issues/166#issuecomment-2822360321,
however this way we can build some familiarity with the new system.

Sadly, the tailwind eslint plugin had to be disabled because it doesn't
support v4 and the v4 alpha is completely disfunct:
https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/325.
2025-04-24 10:40:51 +02:00
..
2025-04-23 23:04:46 +02:00

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.