Skip to content

Commit

Permalink
Add a README.md to the TS client for future publications to the packa…
Browse files Browse the repository at this point in the history
…ge registry.
  • Loading branch information
ignatz committed Nov 14, 2024
1 parent 1cf6f36 commit 9bd4f31
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
10 changes: 6 additions & 4 deletions client/trailbase-dart/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# TrailBase client library for Dart and Flutter

TrailBase is a blazingly fast, single-file, and open-source server for your
application with type-safe restful APIs, auth, admin dashboard, etc.
TrailBase is a [blazingly](https://trailbase.io/reference/benchmarks/) fast,
single-file, open-source application server with type-safe APIs, Auth, and
Admin UI built on Rust+SQLite.

For more context, documentation, and an online live demo, check out our website
For more context, documentation, and an online demo, check out our website
[trailbase.io](https://trailbase.io).

This is the first-party client for hooking up your Flutter or Dart applications
with your TrailBase server.
While working on documentation, an example setup can be found under
While we're working on better documentation, an example setup can be found
under
[`/examples/blog/flutter`](https://github.com/trailbaseio/trailbase/tree/main/examples/blog/flutter)
in the repository.
14 changes: 14 additions & 0 deletions client/trailbase-ts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# JS/TS client for TrailBase

TrailBase is a [blazingly](https://trailbase.io/reference/benchmarks/) fast,
single-file, open-source application server with type-safe APIs, Auth, and
Admin UI built on Rust+SQLite.

For more context, documentation, and an online demo, check out our website
[trailbase.io](https://trailbase.io).

This is the first-party client for hooking up your PWA, SPAs and JS backend
applications with TrailBase.
While we're working on better documentation, an example setup can be found under
[`/examples/blog/flutter`](https://github.com/trailbaseio/trailbase/tree/main/examples/blog/web)
in the repository.

0 comments on commit 9bd4f31

Please sign in to comment.