mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-12 04:40:33 -06:00
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.
TrailBase Examples
Blog
A simple styled Blog example with UIs both for web and Flutter:
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.
Coffee Vector Search
A small single-page web app demonstrating vector search and custom JS/TS endpoints.
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.



