https://github.com/joeriddles/generatr
Generate the name for your next SaaS company or product! 💫
https://github.com/joeriddles/generatr
Last synced: over 1 year ago
JSON representation
Generate the name for your next SaaS company or product! 💫
- Host: GitHub
- URL: https://github.com/joeriddles/generatr
- Owner: joeriddles
- Created: 2021-01-19T02:30:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T09:37:06.000Z (over 1 year ago)
- Last Synced: 2025-03-26T02:45:44.918Z (over 1 year ago)
- Language: Python
- Homepage: https://generatr.fly.dev/
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generatr | [generatr.fly.dev](https://generatr.fly.dev/)
Generate the name for your next SaaS company or product! 💫

### Getting started
```shell
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
FLASK_APP=app.py FLASK_ENV=development FLASK_DEBUG=0 python -m flask run --no-debugger --no-reload
```
### Ideas
Ideas for future features:
- [x] Display history of generated names
- [x] Show price of domain
- [ ] Check for [Wordnik API key](https://www.wordnik.com/users/joeriddles/API)
- [ ] Multiple domain registrar links
- [ ] Monetization links?