Skip to content

Commit

Permalink
Tweak website intro. Add a demo button on top.
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatz committed Jan 27, 2025
1 parent b64c9f0 commit 8168c7a
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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";
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8168c7a

Please sign in to comment.