About this project
JapskuAI is a white-label AI API gateway for the Indonesian market: swap the base URL, keep your existing OpenAI SDK, and 17+ models — Qwen, DeepSeek, Kimi, GLM, and embeddings — are immediately available behind a single key. The gateway itself is written in Golang, built to sit in front of multiple upstream providers without getting in the way. Streaming works end-to-end via SSE passthrough with keepalive. Billing is handled with a dual-layer quota (per-5-hour plus weekly caps) and per-plan RPM rate limits that report back through X-RateLimit headers, and users can watch token usage in real time from the dashboard or the /v1/usage endpoint. The marketing site, docs, status page, and dashboard are built with Astro in a loud neobrutalist style.
Tech stack
- Golang
- Astro
- Tailwind CSS
- OpenAI-Compatible API
- SSE Streaming
Key features
- Drop-in replacement for the OpenAI API — same SDK, new base URL
- 17+ models behind one key: Qwen, DeepSeek, Kimi, GLM, embeddings
- Full streaming support via SSE passthrough with keepalive
- Dual-layer quota: per-5-hour windows plus weekly caps
- Per-plan RPM rate limiting with X-RateLimit-* response headers
- Real-time usage tracking via /v1/usage endpoint and dashboard
- Docs, pricing, model catalog, and status pages
- Neobrutalist marketing site built with Astro