A curated directory of 209 AI tools — built and maintained by Vocino. Part of the vocino.com ecosystem.
ai.vocino.com is where I collect the best AI tools worth using. One file per tool, no database, no bullshit. If it helps you ship something useful — writing, coding, designing, researching, automating — it belongs here.
Built with Jekyll, hosted on GitHub Pages. Community-driven, curated by me.
This is the successor to 8ai.ac — same spirit, more Vocino.
I build AI products, I invest in AI companies, I live in Claude Code every day. I'm picky. This list is the tools I actually track and recommend — not SEO spam.
Every tool has my taxonomy (categories, use cases, modalities, pricing) and is searchable/filterable. No affiliate theater, just signal.
- Copy
_tools/_template.md - Rename to
your-tool-slug.md - Fill in front matter (see CONTRIBUTING.md)
- PR it
See CONTRIBUTING.md for full instructions, AI-assisted prompt, and taxonomy.
- One file per tool —
_tools/*.mdwith YAML front matter - Jekyll + GitHub Pages — static, fast, free
- Client-side filtering — JS sidebar filters (categories, use cases, modalities, pricing)
- 209 tools validated —
node validate.json every PR - Vocino design system —
--bg #0F1419 / --brand #00CCFFdark hacker theme, HUD corners, V brandmark
gem install bundler
bundle install
bundle exec jekyll serve
# http://localhost:4000With Node (for validation):
npm install
node scripts/generate-added-dates.js
node validate.js_tools/ → Tool listings (one .md per tool)
_data/ → Taxonomies (categories, use_cases, modalities)
_layouts/ → Page layouts (default, tool, category)
_includes/ → Components (nav, sidebar, cards, brandmark)
assets/ → CSS (vocino.com tokens) + JS
- vocino.com — home
- ai.vocino.com — this directory (209 tools)
- @vocino on Threads — daily updates
- GitHub: vocino/ai-tools
Part of my path to building great AI-tools in public — Karpathy-style deep dives, from-scratch primitives, ambient agents (claude-hue/govee), autonomous forge.
MIT — see LICENSE. Listings are community contributed.