Your Gateway to the AI Universe
π Live Demo β’ β¨ Features β’ π¦ Installation β’ π€ Contributing
AI Verse is a curated directory and discovery platform that helps you navigate the rapidly evolving world of Artificial Intelligence tools. Whether you're a developer looking for code assistants, a creator seeking design tools, a student exploring AI learning resources, or an entrepreneur searching for productivity solutions, AI Verse simplifies your search.
With over 85+ hand-picked AI tools organized into intuitive categories, powerful search capabilities, and detailed pricing information, AI Verse is your one-stop destination to discover, compare, and explore the best AI tools available today.
- π Smart Search & Filter - Find the perfect AI tool using keywords, categories, or pricing tiers
- β€οΈ Personalized Favorites - Save your most-used AI tools to a personal favorites list for quick access
- πΎ Local Persistence - Favorites are securely saved to your browser's local storage (no login required)
- π Real-time Notifications - Get instant feedback with toast notifications when managing your tools
- π¨ 10+ Categories - Organized by use case:
- Text & Writing | Coding & Dev | Image Generation
- Video & Animation | Audio & Voice | Research & Analysis
- Productivity | Design | Marketing | 3D & AR/VR
- π° Pricing Transparency - Clearly marked pricing models (Free, Freemium, Paid)
- π Dark/Light Theme Support - Beautiful UI that works in any light condition
- π± Fully Responsive - Seamless experience on desktop, tablet, and mobile
- π Easy to Extend - Add new tools in seconds with simple JSON configuration
| User Type | How AI Verse Helps |
|---|---|
| Developers | Discover coding assistants, IDE integrations, and AI APIs |
| Designers | Find image generators, design automation, and 3D creation tools |
| Content Creators | Explore video generators, voice synthesis, and music creation tools |
| Students & Learners | Access educational AI platforms and research tools |
| Businesses | Find productivity solutions and marketing automation tools |
- Node.js v16.0 or higher
- npm or yarn package manager
# 1. Clone the repository
git clone https://github.com/thisal-d/ai-verse.git
cd ai-verse
# 2. Install dependencies
npm install
# 3. Start development server
npm run devnpm run buildai-verse/
βββ src/
β βββ components/ # React components
β βββ data/
β β βββ tools.json # AI tools database (45+ tools)
β βββ App.jsx # Main application component
β βββ main.jsx # Entry point
βββ public/
β βββ ai-tools/logo/ # Tool logos (PNG, SVG, WEBP)
βββ package.json # Dependencies & scripts
βββ vite.config.js # Vite configuration
βββ index.html # HTML template
- Frontend Framework: React 18+
- Build Tool: Vite (ultra-fast bundler)
- Styling: CSS3 with theme support
- Feedback: React Toastify (elegant notification system)
- Data Format: JSON & LocalStorage (no backend database required)
- Deployment: Netlify (connected to main branch)
AI Verse is community-driven! Adding a new AI tool is straightforward and requires only editing a JSON file.
Add a new object to the tools array with the following structure:
{
"id": 46,
"name": "Your AI Tool",
"description": "Brief description of what the tool does and its main features.",
"url": "https://your-tool-website.com/",
"categories": ["Category1", "Category2"],
"keywords": ["keyword1", "keyword2", "keyword3"],
"pricing": ["Free", "Freemium"],
"logo": {
"dark": "ai-tools/logo/png/your-tool-dark.png",
"light": "ai-tools/logo/png/your-tool-light.png"
}
}Place your tool's logo in public/ai-tools/logo/:
- Format: PNG, SVG, or WEBP
- Size: 256x256px or larger (square aspect ratio recommended)
- Naming:
your-tool.pngoryour-tool.svg
If your logo needs different colors for light/dark modes:
- Dark:
your-tool-dark.png - Light:
your-tool-light.png
Or use a single logo for both by using the same path for both dark and light keys.
- Text & Writing
- Coding & Dev
- Image Generation
- Video & Animation
- Audio & Voice
- Research & Analysis
- Productivity
- Design
- Marketing
- Gaming
- 3D & AR/VR
- Education
- Testing
- Music
Free- No costFreemium- Free with paid optionsPaid- Subscription required
- 85+ AI Tools
- 10+ Categories
- 3 Pricing Models
- 100% Responsive Design
The platform includes renowned AI tools like:
LLMs & Chat: ChatGPT, Claude, Gemini, DeepSeek, Grok, Nova AI Image Generation: Midjourney, Stable Diffusion, Leonardo.ai, DALL-E Video & Animation: Runway, Pika, Kling AI, HeyGen, Luna AI Coding: GitHub Copilot, Cursor, Replit AI, Qodo Audio & Voice: ElevenLabs, Suno, Audio.Z.ai Productivity: Notion AI, Grammarly, Gamma, Microsoft Copilot
...and many more! π
This project is open source and available under the MIT License.
We're grateful to the amazing people who help make AI Verse better:
| Contributor | Profile |
|---|---|
| Thisurika Hasajith | |
| Senuda Dilvan | |
| Fathima Asma | |
| Childe Youyu |
Want to be featured here? Contribute now! π
Q: How often are new tools added?
A: Tools are added regularly by our community. Check the releases page for updates.
Q: Can I suggest a tool?
A: Absolutely! Open an issue or submit a PR with your suggestion.
Q: How can I deploy my own instance?
A: It's easy! Fork the repo and deploy to Netlify, Vercel, or any static hosting provider.
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Website: a-i-verse.netlify.app
Made with β€οΈ for the AI Community