Skip to content

pnsk-lab/saizeriya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

39a0203 · May 4, 2026

History

11 Commits
May 3, 2026
May 3, 2026
May 4, 2026
May 3, 2026
May 3, 2026
May 4, 2026
May 3, 2026
May 4, 2026
May 3, 2026
May 3, 2026
Jan 17, 2026

Repository files navigation

saizeriya

This repository includes a saizeriya-compatible server, client library, and client app.

Setup

bun i

Compatible Server

cd packages/server
bun dev

You can see the dashboard at /dashboard.

Client Library

A saizeriya client library written in JS/TS.

cd packages/client

Betterzeriya: Client App

Betterzeriya is a 3rd-party client for saizeriya, with better UX and performance.

cd apps/betterzeriya
bun dev