Discover, compare, and build workflows with 600+ curated AI tools.
Fast, community-driven, dark-first UI with live 10-role security management.
π Live Directory Β· π¬ Official Support Β· π‘ Submit an AI Tool
| Feature | Highlight Description |
|---|---|
| π§ 600+ Curated AI Tools | Deep directory covering Code Assistants, Image Gen, LLMs, Audio, Video, & Productivity |
| π‘οΈ 10-Role Security System | Tiered hierarchy (Novice β Master β SuperAdmin) with profile self-elevation lockout |
| β‘ Claude & Model Breakdowns | In-depth engineering guides (Why, When, How, Where, Which model to use) |
| π Multi-View Layouts | Seamless Grid View, List View, and Table Comparison View toggling |
| π¨ Workflow Builder Canvas | Interactive drag-and-drop workflow sequence builder |
| π SuperAdmin Control Centre | Live submission verification queue (/admin) and Activity Logs tracker (/activity) |
| π§ Unified Support Hub | Direct assistance at support.toolva@gmail.com |
- Node.js: v18.0 or higher
- npm: v9.0 or higher
-
Clone the repository:
git clone https://github.com/SUGAM-ARORA/Toolva.git cd Toolva -
Install dependencies:
npm install
-
Start local development server:
npm run dev
-
Build production bundle:
npm run build
We welcome new tool submissions from developers and creators! You can submit an AI tool using either of the two techniques below:
- Launch Toolva and click the Submit Tool (
+) button in the main navigation bar. - Complete the step-by-step form:
- Tool Name & Category (e.g. Code, Design, Productivity)
- Description & Website URL
- Pricing Model (Free, Freemium, Paid)
- Tech Stack & API details (optional)
- Click Submit Tool. Your submission will be routed directly to the Toolva Control Centre (
/admin) where a SuperAdmin reviews and approves it for live indexing.
Developers can contribute tools directly via code contribution:
- Fork the repo and open
src/data/unifiedTools.ts. - Add your tool definition following the schema:
{ id: 'my-ai-tool', name: 'My AI Tool Name', description: 'A brief 1-2 sentence description of what the AI tool does.', category: 'Code', url: 'https://mytool.ai', pricing: 'Freemium', rating: 4.9, featured: true, easeOfUse: 4.8, lastUpdated: new Date().toISOString() }
- Commit your changes using standard convention:
git commit -m "feat(tools): add My AI Tool to directory" - Open a Pull Request for SuperAdmin review.
To keep the repository clean and maintainable, please follow our structured commit conventions:
feat(tools):Adding or updating AI tool definitionsfeat(ui):Adding new UI components or directory viewsfix(auth):Security fixes or 10-role permission updatesdocs:Documentation and README updates
If you have questions regarding tool listings, account roles, or partnership inquiries, reach out to our official support team:
- Support Email: support.toolva@gmail.com
- Unified Support Hub: Visit
/contactin the application - Help FAQ & Knowledge Base: Visit
/helpin the application
Made with β€οΈ by Sugam Arora & the Toolva Open Source Community.