Ziglist is a web-based tool to discover Zig projects and packages. Visit ziglist.org.
How it works: Ziglist periodically indexes GitHub for Zig-related repositories, saves it in a SQLite database, and serves it. Ziglist lives in a single JavaScript file. It runs on the Deno runtime.
To run Ziglist locally:
git clone https://github.com/pixqc/ziglist.git
mv .env.example .env
and fill it outdeno task dev
Help wanted! If you found:
Please open an issue or a PR, ctrl+f for HELP:
in the file.
Ziglist's visual design is inspired by https://github.com/piotrkulpinski/openalternative
Check out the blogpost!