Quick Submit
Open an Issue with the tool URL if you want AI to draft the content for you.
If you want to add a tool manually, start from the Template Guide →.
Manual Submit
# 1. Fork the repo on GitHub
# 2. Clone your fork
# 3. Add content/<your-slug>/
# 4. Add tag labels in content/tags.json if needed
# 5. Register the slug in content/list.json
# 6. Commit, push, and open a Pull Request
git clone https://github.com/<your-username>/website.git
cd website
mkdir -p content/my-toolMinimum Structure
content/
├── tags.json
├── list.json
└── my-tool/
├── meta.json
├── en.index.md
├── zh.index.md
├── en.installation.md
├── zh.installation.md
├── en.configuration.md
├── zh.configuration.md
├── en.data.md
├── zh.data.md
├── en.faq.md
└── zh.faq.mdNotes
- Keep the slug URL-safe. Use
zzci-chrome, notzzci/chrome. - Put display names such as
zzci/chromeinmeta.json. - Add new tag label definitions to
content/tags.json; use their keys incontent/list.json. - Use placeholders like
[agent-browser](/agent-browser)or[Data & Storage](/bkd/data)for internal links. They are localized automatically. - Add
linkinmeta.jsonif this tool should link to another entry.