a simple status monitoring service built with sveltekit and bun.
  • TypeScript 49.8%
  • Svelte 33.6%
  • CSS 15.7%
  • JavaScript 0.4%
  • Dockerfile 0.3%
  • Other 0.2%
Find a file
2026-06-09 23:48:47 -04:00
.zed fix null pos remove comments, add zed settings 2025-12-06 15:43:28 -05:00
scripts harden startup: graceful shutdown, health, migration lock, healthcheck 2026-06-09 19:42:16 -04:00
src improve response time graph rendering 2026-06-09 21:09:27 -04:00
static Initial commit 2025-12-06 13:51:14 -05:00
.env.example 0.0.5 2026-06-09 23:48:47 -04:00
.gitignore version checker 2025-12-24 21:37:38 -05:00
.gitlab-ci.yml gitlab runner 2025-12-18 10:59:19 -05:00
.npmrc Initial commit 2025-12-06 13:51:14 -05:00
bun.lock 0.0.5 2026-06-09 23:48:47 -04:00
Dockerfile harden startup: graceful shutdown, health, migration lock, healthcheck 2026-06-09 19:42:16 -04:00
eslint.config.js Initial commit 2025-12-06 13:51:14 -05:00
LICENSE actually add a licence file 2025-12-11 10:44:45 -05:00
logger.json Initial commit 2025-12-06 13:51:14 -05:00
package.json 0.0.5 2026-06-09 23:48:47 -04:00
README.md accessibility fixes 2025-12-19 22:33:54 -05:00
svelte.config.js svelte-adapter-bun 2025-12-06 13:54:36 -05:00
tsconfig.json Initial commit 2025-12-06 13:51:14 -05:00
vite.config.ts fix version checker 2026-02-25 08:51:46 -05:00

atums/status

a simple status monitoring service built with sveltekit and bun.

view todo

requirements

  • bun
  • postgresql

setup

bun install
cp .env.example .env

edit .env with your database credentials and settings.

development

bun run dev

this starts both the api server and the web frontend.

production

bun run build
bun run start

docker

docker pull registry.heliopolis.live/atums/status:latest

license

bsd-3-clause