Files
trailbase/examples/README.md

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.