Skip to content

Nosajthingxx/ai-tools-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Tools Comparison Website

A comprehensive platform for discovering, comparing, and choosing the best AI tools for your specific needs.

Features

  • Comprehensive AI Tools Database: 15+ popular AI tools across multiple categories
  • Smart Search & Filtering: Search by name, description, or features with category and pricing filters
  • Side-by-Side Comparison: Compare up to 4 AI tools simultaneously with detailed feature breakdown
  • Responsive Design: Optimized for desktop, tablet, and mobile devices
  • Modern UI: Clean, professional design with smooth animations and intuitive navigation

Categories

  • Text Generation: ChatGPT, Claude, and other conversational AI tools
  • Image Generation: DALL-E, Midjourney, Stable Diffusion, and more
  • Code Generation: GitHub Copilot, Tabnine, and AI coding assistants
  • Video Editing: Runway ML, Synthesia, Pika Labs for AI video creation
  • Productivity: Notion AI, Grammarly, Jasper for content and writing
  • Analytics: DataRobot, H2O.ai for machine learning and data analysis

How to Use

  1. Browse Tools: Scroll through the tools directory or use category cards to filter
  2. Search: Use the search bar to find specific tools or features
  3. Filter: Apply category and pricing filters to narrow down options
  4. Compare: Select checkboxes on tools you want to compare (up to 4 at once)
  5. View Comparison: Click the "Compare Selected" button to see side-by-side comparison

Local Development

  1. Clone or download the project files
  2. Open index.html in your web browser
  3. No build process or server required - it's a static website

Files Structure

ai-tools-comparison/
├── index.html          # Main HTML file
├── styles.css          # CSS styles and responsive design
├── script.js           # JavaScript functionality and data
└── README.md           # This file

Deployment

This is a static website that can be deployed to:

  • Vercel: Drag and drop deployment
  • Netlify: Connect to GitHub repository
  • GitHub Pages: Enable in repository settings
  • Any static hosting service

Customization

Adding New Tools

Edit the aiTools array in script.js:

{
    id: 16,
    name: "New AI Tool",
    category: "text-generation", // or other category
    description: "Description of the tool",
    features: ["Feature 1", "Feature 2", "Feature 3"],
    pricing: "freemium", // free, freemium, or paid
    priceDetails: "Free tier + $10/month Pro",
    website: "https://example.com",
    logo: "🔧" // emoji or icon
}

Adding New Categories

  1. Add the category to the categories grid in index.html
  2. Add the option to filter selects in index.html
  3. Update the formatCategory function in script.js if needed

Styling

Modify styles.css to customize:

  • Colors and branding
  • Layout and spacing
  • Typography
  • Animations and effects

Browser Support

  • Chrome 60+
  • Firefox 55+
  • Safari 12+
  • Edge 79+

License

This project is open source and available under the MIT License.

Contributing

Feel free to submit issues and enhancement requests!

About

A comprehensive platform for discovering and comparing AI tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published