Today, Daily Idea is just a place where you can email your ideas and I'll store them for you. Here's what I have in mind for the site:
Searchability One of the main objectives is to make sure that your ideas are easily searchable, so the technology underlying this is built with document search in mind (Elasticsearch).
Comparison Another feature of search engines is that I can help you identify ideas submitted by other people that may be similar to your idea. I think this would be great for helping nurture your own idea or finding collaborators.
Voting If ideas are publicly accessible, they can be voted on and you can get feedback about which of your ideas are well-liked by others.
Update The documents will be designed to let you come back and update them or add to them. Ideas start as fragile, barely-formed sparks, but with nurturing and care, they can grow into amazing things.
Reminders I can send you occasional reminders of ideas you've had in the past, or let you know if a previous idea is receiving attention from other people.
Privacy? For now all ideas will be publicly searchable. Soon I'll allow users to have private ideas. I will probably charge for ideas. Ideas want to be shared!
## Troubleshooting
#### ServerlessError: The security token included in the request is invalid.
Make sure you have your AWS credentials in `~/aws/credentials` [docs](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html#cli-configure-files-where).
If credentials are set, then it requires to specify aws profile.
Can be fixed by adding `export AWS_PROFILE="default"` to your .bash_profile (.bashrc, .zshrc, etc...).
Alternatively by appending `--profile default` to the `aws` cli command.