Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking
Gone streaking 5
Gone streaking 5

Maker History

  • Toki
    TokiA fast, self-hosted MyAnimeList REST API
    Jul 2026
  • Fibgen
    FibgenAuto-generate OpenAPI docs from Go Fiber code — no comments
    Jun 2026
  • 🎉
    Joined Product HuntJune 23rd, 2026

Forums

1mo ago

Toki - A fast, self-hosted MyAnimeList REST API

Toki turns public MyAnimeList data into a clean JSON REST API. It provides 70+ read-only endpoints for anime, manga, characters, users, rankings, seasons, reviews, recommendations, and more. It is written in Go, runs as a single binary, requires no database, API key, OAuth flow, or MyAnimeList developer credentials. Toki is open source, easy to self-host, and built as a lightweight alternative to Jikan.

2mo ago

Fibgen - Auto-generate OpenAPI docs from Go Fiber code — no comments

fibgen generates a complete OpenAPI 3.1 / 3.0 spec for Go Fiber services — with zero annotations. No @Summary comments, no codegen, no changes to your handlers. Point it at your project and get paths, params, request bodies, per-status responses, and resolved type schemas ($ref, enums, nullables). Fiber handlers are opaque at runtime, so fibgen reads the code itself via go/types, recovering types from your c.Bind() and c.JSON() calls. Fiber v2 & v3. Open source, MIT
View more