trailbase/crates/assets/js/client
2025-08-07 10:02:32 +02:00
..
src Cleanup: move all Rust code into a crates/ directory. 2025-08-07 10:02:32 +02:00
tests Cleanup: move all Rust code into a crates/ directory. 2025-08-07 10:02:32 +02:00
.gitignore Cleanup: move all Rust code into a crates/ directory. 2025-08-07 10:02:32 +02:00
eslint.config.mjs Cleanup: move all Rust code into a crates/ directory. 2025-08-07 10:02:32 +02:00
package.json Cleanup: move all Rust code into a crates/ directory. 2025-08-07 10:02:32 +02:00
README.md Cleanup: move all Rust code into a crates/ directory. 2025-08-07 10:02:32 +02:00
tsconfig.json Cleanup: move all Rust code into a crates/ directory. 2025-08-07 10:02:32 +02:00
vitest.config.ts Cleanup: move all Rust code into a crates/ directory. 2025-08-07 10:02:32 +02:00

TrailBase Client

TrailBase is a blazingly fast, open-source application server with type-safe APIs, built-in JS/ES6/TS runtime, realtime, auth, and admin UI built on Rust, SQLite & V8.

For more context, documentation, and an online demo, check out the website: trailbase.io.

This is the first-party client for hooking up your web and headless (node.js, deno, ...) apps with TrailBase. While we're working on better documentation, an example web app can be found in the repository under: /examples/blog/web.