mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-20 08:59:44 -06:00
Update screenshots and tweak sales pitch.
This commit is contained in:
12
README.md
12
README.md
@@ -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
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
BIN
docs/src/assets/shelve.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 238 KiB |
@@ -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: 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">
|
||||
|
||||
Reference in New Issue
Block a user