Six months ago I started building AsmiAI — an independent AI tools directory. Today it has 250 manually reviewed AI products, 1,700 auto-generated comparison pages, and a free AI chat advisor that recommends tools based on what you need.
Here is everything I learned building it.

">asmiai.xyz/api/tools.json — licensed CC BY 4.0, no authentication required.
Why I built it
I was frustrated with existing AI tool directories. Most charge tools for top rankings, which means the "best" tools are just the ones that paid the most. Others are clearly outdated — listing tools that shut down months ago with no reviews or pricing information. I wanted something honest. Every tool on AsmiAI is manually reviewed. Sponsored listings are clearly labelled. Rankings are based on ratings, not payments.What AsmiAI covers
250 AI tools across 29 categories:- AI Chatbots — 22 tools including ChatGPT, Claude, Gemini, Perplexity
- AI Coding Tools — 30 tools including Cursor, GitHub Copilot, Windsurf, Codeium
- AI Image Generators — 21 tools including Midjourney, DALL-E 3, Adobe Firefly
- AI Video Generators — 22 tools including Runway, Sora, Kling AI
- AI Writing Tools — 18 tools
- AI Productivity Tools — 29 tools
- AI Voice Generators — 11 tools
- AI Research Tools — 11 tools
- And 21 more categories
The 1,700 comparison pages
The most interesting part of AsmiAI is the comparison engine. Every tool in the same category is automatically compared against every other tool — generating pages like:- ChatGPT vs Claude 2026
- Cursor vs GitHub Copilot 2026
- Midjourney vs DALL-E 3 2026
- Runway vs Sora 2026
The free AI chat advisor
One of my favourite features is the AI chat advisor at asmiai.xyz/ask/ You describe what you need — "I want a free tool to generate images for my blog" or "What is the best AI coding assistant for a Python developer" — and it recommends tools from the directory with direct links. The key difference from generic chatbots: it is grounded in my actual inventory. The AI can only recommend the 250 tools that are reviewed and listed on AsmiAI. No hallucinated tools, no outdated suggestions. It is powered by Llama 3.1 via Groq and is completely free to use.What the data shows about AI tool trends in 2026
After reviewing 250 tools and tracking comparison patterns, here are the trends I see: The LLM wars are not over. Claude, ChatGPT, Gemini, and Grok are all improving rapidly. No clear winner yet — the right choice depends on your specific use case. Coding AI is replacing junior tasks. Cursor and GitHub Copilot are not just autocomplete anymore. They write entire functions, debug complex issues, and explain codebases. The developer workflow has fundamentally changed. Image generation has matured. Midjourney V6, DALL-E 3, and Adobe Firefly are now good enough for professional use in most marketing contexts. Voice AI is underrated. ElevenLabs and similar tools have reached a quality level where the output is indistinguishable from real voices in most use cases. This category will explode in the next 12 months. The free tier is the new freemium. Tools with no free plan are losing to tools with generous free tiers. The market has spoken — people want to try before they pay.How I built it
The entire site is static HTML/CSS/JavaScript with a Node.js and Python build system. No database. No framework. No monthly hosting costs. Every page is generated at build time from JSON data files. One command regenerates all 2,373 pages and deploys to Cloudflare Pages in under 2 minutes. GitHub Actions runs a daily cron that rebuilds and redeploys the entire site automatically. The AI chat advisor refreshes its tool knowledge on every build.Try it yourself
AsmiAI is completely free to use at asmiai.xyz- Browse 250 reviewed AI tools at asmiai.xyz/#tools
- Compare any two tools at asmiai.xyz/compare/
- Find alternatives at asmiai.xyz/alternatives/
- Ask the AI advisor at asmiai.xyz/ask/
- Submit your AI tool at asmiai.xyz/submit-tool/

Comments
Post a Comment