Tweak website intro. Add a demo button on top.

This commit is contained in:
Sebastian Jeltsch
2025-01-27 12:02:51 +01:00
parent b64c9f0719
commit 8168c7a404
+11 -7
View File
@@ -1,17 +1,17 @@
---
title: Welcome to TrailBase
description: >
A blazingly fast, single-executable, open-source application server with type-safe APIs,
built-in JS/ES6/TS runtime, realtime, auth, and Admin UI built on Rust, SQLite & V8
A blazingly fast, open-source, single-executable, featureful backend.
template: splash
hero:
tagline: >
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.
A blazingly fast, open-source backend with type-safe REST & realtime APIs,
built-in JS/ES6/TS runtime, SSR, authentication, and admin UI built on Rust, SQLite & V8.
<br />
<br />
Simplify with fewer moving parts&colon; an easy to self-host, extensible,
single-executable backend for your mobile, web or desktop application.
Simplify with fewer moving parts&colon; an easy to self-host
single-executable with everything you need to focus on your mobile, web or
desktop application.
Sub-millisecond latencies eliminate the need for dedicated caches, no more
stale or inconsistent data.
@@ -29,6 +29,10 @@ hero:
link: https://github.com/trailbaseio/trailbase
icon: github
variant: secondary
- text: Demo
link: https://demo.trailbase.io
icon: rocket
variant: secondary
---
import { Image } from "astro:assets";
@@ -128,7 +132,7 @@ import { Duration100kInsertsChart } from "./reference/_benchmarks/benchmarks.tsx
<Card title="APIs & File Storage" icon="random">
Provide access to your tables and views through fast, flexible and
**type-safe** restful CRUD APIs.
Listen for record changes with realtime APIs and extend functionality
Listen for data changes with realtime APIs and extend functionality
using a fast V8 JS/ES6 runtime with built-in support for TypeScript.
Authorize users based on ACLs and SQL access rules letting you