Ideation Tool helps with the collection, enrichment, rating, and prioritization of ideas. We believe having access to simple to use tools can enable established businesses, startups, and accelerators worldwide to ideate and innovate better. Innotavety Ideation Tool has the following key features:
- Idea collection wizard with realtime AI powered assistance
- Similarity finder with background patent and web search
- Multiple visibility setting with public and private modes
- Multi-dimension evaluation criteria setting
- Timestamping and certificate generation on public blockchain
- Opinion gathering form and short links
- Quadratic voting
- Team management
We would like to extend our thanks to the following sponsors for funding Ideation Tool development. If you are interested in becoming a sponsor, please visit the Innovategy's Patreon page.
- Ideation App has received $6,500 from the AWS Activate
To setup a local development environment, you would need Docker Desktop and Git installed on your local machine.
Clone this repository on your local machine using the following command.
git clone git@github.com:innovategy/ideation-app.git
Goto ideation-app folder
cd ideation-app
Install all dependencies using the following helper image from docker.
docker run --rm \
-u "$(id -u):$(id -g)" \
-v $(pwd):/var/www/html \
-w /var/www/html \
laravelsail/php81-composer:latest \
composer install
Create an alias for Laravel Sail
alias sail='[ -f sail ] && bash sail || bash vendor/bin/sail'
Fire up the complete stack using following sail command
sail up
You should now be able to use the ideation app on http://localhost and have database access to Postgresql on port 5432
Following is the link to data model diagram of ideation app: Data Model
Thank you for considering contributing to the Ideation Tool! You can reach out to hi@innovategy.com
If you discover a security vulnerability within Ideation Tool, please send an e-mail to security@innovategy.com. All security vulnerabilities will be promptly addressed.
The Ideation Tool is open-sourced software licensed under the MIT license.