No description
  • Svelte 63.6%
  • TypeScript 30.6%
  • CSS 3.5%
  • HTML 1.3%
  • JavaScript 0.5%
  • Other 0.5%
Find a file
2026-09-10 16:32:55 +05:30
docs docs: realign to brand tone 2026-04-18 22:12:16 +05:30
scripts feat(docs): render GFM alerts in documentation pages 2026-09-10 16:32:55 +05:30
src feat(docs): render GFM alerts in documentation pages 2026-09-10 16:32:55 +05:30
static chore: adopt two-tone logo and drop og image 2026-04-18 22:12:16 +05:30
.dockerignore chore(website): share docs pipeline, add dockerignore, cache immutable assets 2026-09-03 03:09:15 +05:30
.gitignore feat: Initial commit 2026-04-18 13:38:47 +05:30
.npmrc feat: Initial commit 2026-04-18 13:38:47 +05:30
.prettierignore refactor: Split code properly 2026-04-18 14:09:49 +05:30
.prettierrc refactor: Split code properly 2026-04-18 14:09:49 +05:30
bun.lock feat(docs): render GFM alerts in documentation pages 2026-09-10 16:32:55 +05:30
Dockerfile refactor: Split code properly 2026-04-18 14:09:49 +05:30
nginx.conf chore(website): share docs pipeline, add dockerignore, cache immutable assets 2026-09-03 03:09:15 +05:30
package.json feat(docs): render GFM alerts in documentation pages 2026-09-10 16:32:55 +05:30
README.md docs(website): replace the template README 2026-09-05 22:19:45 +05:30
svelte.config.js fix(web): use 404.html fallback so unknown routes return a real 404 2026-04-19 13:39:10 +05:30
tsconfig.json feat: Initial commit 2026-04-18 13:38:47 +05:30
vite.config.ts refactor: Split code properly 2026-04-18 14:09:49 +05:30

Reseam website

The static site at reseam.app: landing page, patch downloads, announcements, and the documentation for the engine, CLI, and API. SvelteKit with adapter-static, served by nginx.

Developing

bun install
bun run dev

dev and build first run docs:fetch, which pulls the documentation sources from the engine, CLI, and API repositories and renders them into src/lib/docs/generated/. To render docs from sibling checkouts on disk instead, run bun run docs:local.

The site reads the Reseam API at PUBLIC_API_URL (default https://api.reseam.app). Set it in .env to build against another instance; visitors can also override it at runtime from the settings dialog.

Building

bun run build
bun run preview

Dockerfile builds the site and serves it with the nginx.conf beside it.

Checks

bun run check