Submit Ideas

How to contribute via GitHub Pull Request.

Content

Quick Submit

Open an Issue with the tool URL if you want AI to draft the content for you.

Submit via Issue →

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-tool

Minimum 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.md

Notes

  • Keep the slug URL-safe. Use zzci-chrome, not zzci/chrome.
  • Put display names such as zzci/chrome in meta.json.
  • Add new tag label definitions to content/tags.json; use their keys in content/list.json.
  • Use placeholders like [agent-browser](/agent-browser) or [Data & Storage](/bkd/data) for internal links. They are localized automatically.
  • Add link in meta.json if this tool should link to another entry.