A sleek, interactive tool that generates innovative SaaS business ideas based on user inputs and market trends.
- Clean, minimalist UI with a central idea generation form and results display area
- Input fields for industry preferences, target market, and technology interests
- One-click generation button with subtle loading animation
- Results displayed as cards with idea title, description, potential market size, and difficulty rating
- Option to save or export favorite ideas to PDF/CSV
- Node.js (v16 or higher)
- npm or yarn
# Clone the repository
git clone https://github.com/onwp/saas-idea-generator
# Navigate to the project directory
cd saas-idea-generator
# Install dependencies
npm install
# or
yarn install
# Start the development server
npm run dev
# or
yarn dev
- Fill in the form with your preferences for industry, target market, and technology interests
- Click the "Generate Ideas" button
- Browse through the generated SaaS ideas
- Save your favorite ideas or export them for later reference
- React - Frontend framework
- TypeScript - Type-safe JavaScript
- Vite - Next generation frontend tooling
- Tailwind CSS - Utility-first CSS framework
- Shadcn/ui - UI component library
This project is licensed under the MIT License - see the LICENSE file for details.