AI Tools Library

Discover, learn, and master the most powerful AI tools shaping the future of work, creativity, and productivity.

Price:
Rating:
Features:
Sort by:

Productivity Tools

View All

Notion AI

Freemium

All-in-one workspace with AI-powered writing, organization, and collaboration features.

4.9 (2M+)
AI Writing Workspace Collaboration
Try Now

Make

Freemium

Visual automation platform for creating complex workflows and integrations with AI assistance.

4.8 (800k+)
Visual Automation Integration No-code
Try Now

Zapier

Freemium

Automation platform that connects your apps and workflows with AI-powered suggestions and optimization.

4.9 (500k+)
Automation Integration Workflows
Try Now

Motion

Paid

AI-powered calendar and task management platform that automatically schedules your work.

4.7 (100k+)
Smart Calendar Task Planning Time Blocking
Try Now

SmartCal Pro

Paid

AI-powered calendar assistant that automatically schedules meetings and optimizes your daily workflow.

4.8 (1.5k)
Auto Scheduling Time Blocking Integrations

EmailGenius

Freemium

Smart email management with AI-powered sorting, auto-replies, and priority detection.

4.2 (890)
Smart Sorting Auto Reply Templates

FocusFlow

Free

AI-powered focus enhancement tool with distraction blocking and productivity insights.

4.3 (1.2k)
Distraction Block Time Tracking Reports

Design & Creative Tools

View All

DesignCraft AI

Freemium

Create stunning graphics and designs with AI-powered templates and automated design suggestions.

4.6 (3.2k)
AI Templates Brand Kit Collaboration

LogoMaker Pro

Paid

Professional logo creation with AI-powered design generation and brand identity tools.

4.9 (1.8k)
Logo Generator Brand Colors Vector Export

PhotoEnhance AI

Free

Advanced photo editing with AI-powered enhancement, background removal, and style transfer.

4.4 (2.7k)
Auto Enhance Background Removal Filters

UI Designer AI

Freemium

Create beautiful user interfaces with AI-powered wireframing and design system generation.

4.5 (1.4k)
Wireframing Components Prototyping

Writing & Content Tools

View All

WriteGenius

Freemium

AI-powered writing assistant for blogs, articles, and creative content with grammar checking and style suggestions.

4.7 (4.1k)
Grammar Check Style Guide Templates

TranslatePro AI

Paid

Advanced AI translation service with context awareness and professional document translation.

4.8 (2.3k)
100+ Languages Context Aware API Access

ContentCraft

Free

Generate engaging content for social media, blogs, and marketing campaigns with AI-powered creativity.

4.3 (1.9k)
Social Media Blog Posts Marketing Copy

StoryBuilder AI

Freemium

Creative writing assistant for novels, short stories, and screenplays with character and plot development.

4.6 (1.1k)
Plot Generator Character Builder Dialogue Helper

Data Analysis Tools

View All

DataInsight Pro

Paid

Advanced data analysis platform with AI-powered insights, predictive analytics, and automated reporting.

4.7 (2.8k)
Predictive Analytics Auto Reports Visualizations

QueryMaster AI

Freemium

Natural language to SQL converter with intelligent query optimization and database insights.

4.9 (1.6k)
Natural Language Query Optimization Multi-DB Support

ChartBuilder AI

Free

Create beautiful data visualizations and interactive charts with AI-powered design suggestions.

4.2 (3.4k)
Interactive Charts Export Options Templates

PredictAI

Paid

Machine learning platform for predictive modeling and automated data science workflows.

4.6 (987)
ML Models Auto ML Model Deploy
categoryButtons.forEach(button => { button.addEventListener('click', filterTools); }); if (searchInput) { searchInput.addEventListener('input', filterTools); } if (priceFilter) { priceFilter.addEventListener('change', filterTools); } if (ratingFilter) { ratingFilter.addEventListener('change', filterTools); } if (featuresFilter) { featuresFilter.addEventListener('change', filterTools); } categoryButtons.forEach(button => { button.addEventListener('click', function() { const category = this.dataset.category; categoryButtons.forEach(btn => { btn.classList.remove('bg-primary', 'text-white'); btn.classList.add('bg-white', 'text-gray-700'); }); this.classList.remove('bg-white', 'text-gray-700'); this.classList.add('bg-primary', 'text-white'); toolCards.forEach(card => { if (category === 'all' || card.dataset.category === category) { card.style.display = 'block'; } else { card.style.display = 'none'; } }); }); }); });