Skip to content

SilentCoderHere/aihub-config-data

Repository files navigation

⚠️ Notice: The old ai_services_list.json and domain_filtering_rules.json are no longer maintained and are deprecated. Please use ais.json.

License GitHub Pages Last Commit Request New AI

AI Services Database

A curated, community‑driven collection of AI tools, organised by category with essential details: pricing, privacy, and login requirement.

This JSON database powers an AI aggregator app that helps normal users discover and compare AIs without extra fluff.

📦 Data structure

{
  "category": [
    {
      "name": "AI Name",
      "website": "https://...",
      "pricing": "free | freemium | paid",
      "privacy": "friendly | neutral | avoid",
      "login_required": "true | false",
      "best_for": ["tag1", "tag2", "tag3"]
    }
  ]
}

Categories (top-level keys)

  • chatbot
  • voice generator
  • image generator
  • video generator
  • music generator
  • writing helper
  • translator
  • presentation maker
  • research assistant

If your AI doesn’t fit, propose a new category via pull request.

Field meanings

Field Values What it means for a normal user
pricing free / freemium / paid Cost model
privacy friendly / neutral / avoid How your data is handled
login_required true / false Can you use it without an account?
best_for 1‑3 short tags (1‑2 words each) Ideal use cases

🤝 Contributing

We welcome additions and updates! If an AI changes its pricing, privacy, or login policy – update it. If a new AI launches – add it.

Please read CONTRIBUTING.md before submitting a pull request. All PRs are automatically validated for JSON syntax.

📄 License

This project is released under the MIT License

🙏 Thanks

  • domains.txt is build from StevenBlack/hosts licensed under MIT.
  • To everyone who contributes and keeps this list useful for all.

🚀 Happy building!

About

Remote configuration data for AI Hub Android app. Contains domain blocking rules and AI services directory, served via GitHub Pages.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors