Update screenshots and tweak sales pitch.

This commit is contained in:
Sebastian Jeltsch
2025-03-01 23:16:04 +01:00
parent fa3b6fe2d3
commit 0bf3cea86f
5 changed files with 353 additions and 10 deletions

View File

@@ -7,9 +7,9 @@
</p>
<p align="center">
A <a href="https://trailbase.io/reference/benchmarks/">blazingly</a> 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.
An open, <a href="https://trailbase.io/reference/benchmarks/">blazingly fast</a>,
single-executable Firebase alternative with type-safe REST & realtime APIs, built-in JS/ES6/TS
runtime, SSR, auth and admin UI built on Rust, SQLite & V8.
<p>
<p align="center">
@@ -39,13 +39,15 @@
<p align="center">
<a href="https://demo.trailbase.io/_/admin" target="_blank">
<picture>
<img alt="Admin UI" width="512" src="docs/src/assets/screenshot.webp" />
<img alt="Admin UI" width="600" src="docs/src/assets/shelve.webp" />
</picture>
</a>
</p>
<p align="center">
Try the <a href="https://demo.trailbase.io/_/admin" target="_blank">demo</a> online - Email: <em>admin@localhost</em>, password: <em>secret</em>.
<strong>Try the <a href="https://demo.trailbase.io/_/admin" target="_blank">demo</a> online</strong>
<br/>Email: <em>admin@localhost</em>
<br/>password: <em>secret</em>.
</p>
For more context, documentation, and a live demo, check out the website:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

340
docs/src/assets/shelve.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 462 KiB

BIN
docs/src/assets/shelve.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

View File

@@ -1,12 +1,13 @@
---
title: Welcome to TrailBase
description: >
A blazingly fast, open-source, single-executable, featureful backend.
A blazingly fast, open-source, single-executable, featureful Firebase alternative.
template: splash
hero:
tagline: >
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.
An open, blazingly fast, single-executable Firebase alternative with
type-safe REST & realtime APIs, built-in JS/ES6/TS runtime, SSR,
auth and admin UI built on Rust, SQLite & V8.
<br />
<br />
Simplify with fewer moving parts&colon; an easy to self-host
@@ -41,7 +42,7 @@ import SplitCard from "@/components/SplitCard.astro";
import Roadmap from "./_roadmap.md";
import screenshot from "@/assets/screenshot.webp";
import shelve from "@/assets/shelve.webp";
import dotnetLogo from "@/assets/dotnet_logo.svg";
import flutterLogo from "@/assets/flutter_logo.svg";
@@ -92,7 +93,7 @@ import { Duration100kInsertsChart } from "./reference/_benchmarks/benchmarks.tsx
<div class="flex justify-center">
<div class="max-w-[680px] relative" >
<a href="https://demo.trailbase.io/_/admin">
<Image class="z-0 rounded-xl" src={screenshot} alt="Screenshot of TrailBase's admin dashboard" />
<Image class="z-0 rounded-xl" src={shelve} alt="Screenshots of TrailBase's admin dashboard" />
</a>
<div class="z-1 w-full h-full absolute top-0 flex justify-center items-center pointer-events-none">