https://github.com/devlikebear/tars-site
Marketing site for TARS — a self-hosted AI agent runtime. Deployed at tars.marvin-42.com
https://github.com/devlikebear/tars-site
Last synced: 24 days ago
JSON representation
Marketing site for TARS — a self-hosted AI agent runtime. Deployed at tars.marvin-42.com
- Host: GitHub
- URL: https://github.com/devlikebear/tars-site
- Owner: devlikebear
- Created: 2026-05-04T12:30:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-05-04T14:23:33.000Z (3 months ago)
- Last Synced: 2026-05-04T15:39:23.711Z (3 months ago)
- Language: TypeScript
- Homepage: https://tars.marvin-42.com
- Size: 61.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tars-site
Marketing site for [TARS](https://github.com/devlikebear/tars) — a self-hosted AI agent runtime.
Deployed at **https://tars.marvin-42.com** via Cloudflare Pages.
## Stack
- SvelteKit 2 + Svelte 5 (runes)
- TypeScript
- Tailwind CSS v4
- `@sveltejs/adapter-static` (fully prerendered)
## Develop
```bash
npm install
npm run dev # http://localhost:5173
npm run build # output → ./build (static)
npm run preview # preview the built output
npm run check # svelte-check + tsc
```
## Deploy
Cloudflare Pages auto-deploys from `main`:
- Build command: `npm run build`
- Output directory: `build`
- Node version: 20
## Design tokens
Tokens mirror the TARS console (`frontend/console/src/app.css` in the main repo) — warm amber `#e09145`, dark surfaces, Outfit/DM Sans/JetBrains Mono. Keep them in sync when the console design evolves.