Skip to content

pnsk-lab/saizeriya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d2f7089 · May 4, 2026

History

18 Commits
May 4, 2026
May 4, 2026
May 4, 2026
May 4, 2026
May 4, 2026
May 3, 2026
May 4, 2026
May 4, 2026
May 4, 2026
May 4, 2026
May 4, 2026
May 4, 2026
May 4, 2026
Jan 17, 2026
May 4, 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.

bun add saizeriya.js

And this includes CLI.

bunx saizeriya.js
# or
bun add -g saizeriya.js
saizeriya --help

Agent Skills

bunx skills add pnsk-lab/saizeriya/skills

With agent skills, you can order dishes with AI Agents such as Claude Code and Codex.

Betterzeriya: Client App

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

cd apps/betterzeriya
bun dev

Run with Docker

docker pull ghcr.io/pnsk-lab/betterzeriya:latest
docker run --rm -p 3000:3000 ghcr.io/pnsk-lab/betterzeriya:latest

Then open http://localhost:3000.

To run it in the background:

docker run -d --name betterzeriya -p 3000:3000 ghcr.io/pnsk-lab/betterzeriya:latest

To stop it:

docker stop betterzeriya

Use a different host port by changing the left side of -p. For example, -p 8080:3000 serves the app at http://localhost:8080.

Run locally

cd apps/betterzeriya
bun dev

Star History

Star History Chart