|
1 | 1 | # TrailBase Examples |
2 | 2 |
|
3 | | -#### Blog |
| 3 | +#### [Blog](blog/) |
4 | 4 |
|
5 | 5 | A simple styled Blog example with UIs both for web and Flutter: |
6 | 6 |
|
7 | 7 | <p align="center"> |
8 | 8 | <picture align="center"> |
9 | 9 | <img |
10 | 10 | height="420" |
11 | | - src="https://raw.githubusercontent.com/ignatz/trailbase/refs/heads/main/examples/blog/assets/screenshot_web.png" |
12 | | - alt="Screenshot Web" |
| 11 | + src="https://raw.githubusercontent.com/ignatz/trailbase/refs/heads/main/examples/blog/screenshots/screenshot_web.png" |
| 12 | + alt="Blog Web" |
13 | 13 | /> |
14 | 14 | </picture> |
15 | 15 |
|
16 | 16 | <picture align="center"> |
17 | 17 | <img |
18 | 18 | height="420" |
19 | | - src="https://raw.githubusercontent.com/ignatz/trailbase/refs/heads/main/examples/blog/assets/screenshot_flutter.png" |
20 | | - alt="Screenshot Flutter" |
| 19 | + src="https://raw.githubusercontent.com/ignatz/trailbase/refs/heads/main/examples/blog/screenshots/screenshot_flutter.png" |
| 20 | + alt="BlogFlutter" |
21 | 21 | /> |
22 | 22 | </picture> |
23 | 23 | </p> |
24 | 24 |
|
25 | | -#### Coffee Search |
| 25 | +#### [Collaborate Server-Side Rendered Clicker](collab-clicker-ssr/) |
26 | 26 |
|
27 | | -A very small web app demonstrating vector search and custom JS/TS endpoints. |
| 27 | +A small clicker application, where we can collaboratively make it go 🚀. It |
| 28 | +show-cases server-side rendering using SolidJS, however it could equally be |
| 29 | +React, Vue, Svelte, Preact, ... . After client-side hydration, click counter |
| 30 | +changes are streamed to everyone listening. |
28 | 31 |
|
29 | | -#### First App Tutorial |
| 32 | +<p align="center"> |
| 33 | + <picture align="center" height="420"> |
| 34 | +  |
| 35 | + </picture> |
| 36 | +</p> |
| 37 | + |
| 38 | +#### [Coffee Search](coffee-vector-search/) |
| 39 | + |
| 40 | +A small single-page web app demonstrating vector search and custom JS/TS endpoints. |
| 41 | + |
| 42 | +#### [Data CLI App](data-cli-tutorial/) |
30 | 43 |
|
31 | | -The code for the [tutorial](https://trailbase.io/getting-started/first-app). |
| 44 | +This code belongs to the command-line app |
| 45 | +[tutorial](https://trailbase.io/getting-started/first-cli-app): IMDB data is |
| 46 | +ingested and queried both with curl using the record list API and a custom CLI. |
32 | 47 |
|
33 | | -#### Custom Rust Binary |
| 48 | +#### [Custom Rust Binary](custom-binary/) |
34 | 49 |
|
35 | 50 | A quick example on how to use TrailBase as a library. |
0 commit comments