mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-02-13 21:19:20 -06:00
36 lines
854 B
Markdown
36 lines
854 B
Markdown
# TrailBase Examples
|
|
|
|
#### Blog
|
|
|
|
A simple styled Blog example with UIs both for web and Flutter:
|
|
|
|
<p align="center">
|
|
<picture align="center">
|
|
<img
|
|
height="420"
|
|
src="https://raw.githubusercontent.com/ignatz/trailbase/refs/heads/main/examples/blog/assets/screenshot_web.png"
|
|
alt="Screenshot Web"
|
|
/>
|
|
</picture>
|
|
|
|
<picture align="center">
|
|
<img
|
|
height="420"
|
|
src="https://raw.githubusercontent.com/ignatz/trailbase/refs/heads/main/examples/blog/assets/screenshot_flutter.png"
|
|
alt="Screenshot Flutter"
|
|
/>
|
|
</picture>
|
|
</p>
|
|
|
|
#### Coffee Search
|
|
|
|
A very small web app demonstrating vector search and custom JS/TS endpoints.
|
|
|
|
#### First App Tutorial
|
|
|
|
The code for the [tutorial](https://trailbase.io/getting-started/first-app).
|
|
|
|
#### Custom Rust Binary
|
|
|
|
A quick example on how to use TrailBase as a library.
|