Zig-Index/zig-index.github.io
A curated registry for discovering Zig packages and applications.
A curated registry for discovering Zig packages and applications.
Live Site · Add Your Project · Registry
This is the main website repository. The registry data is maintained separately:
src/registry)To add your project to Zig Index:
repositories/packages/ or repositories/applications/See the registry README for details.
{
"name": "logly",
"owner": "muhammad-fiaz",
"repo": "logly.zig",
"description": "High-performance, structured logging library for Zig.",
"homepage": "https://muhammad-fiaz.github.io/logly.zig",
"license": "MIT",
"category": "development-tools"
}
# Clone with submodules
git clone --recurse-submodules https://github.com/Zig-Index/zig-index.github.io.git
cd zig-index.github.io
# Or if already cloned, initialize submodules
git submodule update --init --recursive
# Install dependencies
npm install
# Start dev server
npm run dev
# Build for production
npm run build
Create a .env file (see .env.example):
# Optional: GitHub token for higher API rate limits
# Get one at https://github.com/settings/tokens
GITHUB_TOKEN=your_github_token_here
MIT License - see LICENSE file.