diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx
index 5e7a928..0676035 100644
--- a/docs/src/content/docs/index.mdx
+++ b/docs/src/content/docs/index.mdx
@@ -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.
- Simplify with fewer moving parts: an easy to self-host, extensible,
- single-executable backend for your mobile, web or desktop application.
+ Simplify with fewer moving parts: 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
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