-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor: add more context on and around the collaborative clicker example.
- Loading branch information
Showing
5 changed files
with
48 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,52 @@ | ||
# TrailBase Examples | ||
|
||
#### Blog | ||
#### [Blog](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" | ||
src="https://raw.githubusercontent.com/ignatz/trailbase/refs/heads/main/examples/blog/screenshots/screenshot_web.png" | ||
alt="Blog 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" | ||
src="https://raw.githubusercontent.com/ignatz/trailbase/refs/heads/main/examples/blog/screenshots/screenshot_flutter.png" | ||
alt="BlogFlutter" | ||
/> | ||
</picture> | ||
</p> | ||
|
||
#### Coffee Search | ||
#### [Collaborate Server-Side Rendered Clicker](collab-clicker-ssr/) | ||
|
||
A very small web app demonstrating vector search and custom JS/TS endpoints. | ||
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. | ||
|
||
#### First App Tutorial | ||
![Collaborative acorn clicker](collab-clicker-ssr/screenshots/screenshot0.png) | ||
|
||
The code for the [tutorial](https://trailbase.io/getting-started/first-app). | ||
<p align="center"> | ||
<picture align="center"> | ||
![Collaborative acorn clicker](collab-clicker-ssr/screenshots/screenshot0.png) | ||
</picture> | ||
</p> | ||
|
||
#### [Coffee Search](coffee-vector-search/) | ||
|
||
A small single-page web app demonstrating vector search and custom JS/TS endpoints. | ||
|
||
#### [Data CLI App](data-cli-tutorial/) | ||
|
||
This code belongs to the command-line app | ||
[tutorial](https://trailbase.io/getting-started/first-cli-app): IMDB data is | ||
ingested and queried both with curl using the record list API and a custom CLI. | ||
|
||
#### Custom Rust Binary | ||
#### [Custom Rust Binary](custom-binary/) | ||
|
||
A quick example on how to use TrailBase as a library. |
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters