This will be our second kid, and at least for us figuring out a name that we both love is hard. There are literally tons of baby-name apps out there, most of them more fully-featured and polished than Nom de Bébé and you should probably use one of those. However a lot of them include a disturbing amount of tracking or for any number of reasons just didn't work for my wife and I (bugs, subscriptions, lack of names, et…
Why an app rather than a static site deployed to something free like GitHub pages? Could even have the data in a repo to accept pull requests for new names.
Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
21–30 of 382 posts
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#22Earlier quoted context omitted.
Why an app rather than a static site deployed to something free like GitHub pages? Could even have the data in a repo to accept pull requests for new names.
This. Please don't create apps that shouldn't be apps.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#23This will be our second kid, and at least for us figuring out a name that we both love is hard. There are literally tons of baby-name apps out there, most of them more fully-featured and polished than Nom de Bébé and you should probably use one of those. However a lot of them include a disturbing amount of tracking or for any number of reasons just didn't work for my wife and I (bugs, subscriptions, lack of names, et…
Although I guess you'll have a lot of bad data suffering from selection bias, it'll be the most popular name of the parents who used this app and chose to opt-in...
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#24Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#25This will be our second kid, and at least for us figuring out a name that we both love is hard. There are literally tons of baby-name apps out there, most of them more fully-featured and polished than Nom de Bébé and you should probably use one of those. However a lot of them include a disturbing amount of tracking or for any number of reasons just didn't work for my wife and I (bugs, subscriptions, lack of names, et…
Why an app rather than a static site deployed to something free like GitHub pages? Could even have the data in a repo to accept pull requests for new names.
* I make enough web-based things for my job, and I enjoy developing in Flutter / Dart (what this was built in).
* I’m never realistically going to be looking through names on a desktop; I use the app when I have a few minutes to kill in line or something where I can pull out my phone, decide on a few names, and then go back to what I was doing. I could build it as an offline web-app that gets saved to my device but then why not just build an app in the first place?
* I like using SQL for retrieving data, and I don’t want to have to jump through hoops to do so.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#26Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#27Despite the French name for the app, this seems to only use English names.
[1]: https://dash-naissances.herokuapp.com/ [2]: https://github.com/Elie-B/dash-naissances
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#28Despite the French name for the app, this seems to only use English names.
Re: Show HN: My wife is pregnant; naturally I made a baby-name app to prepare
#29I added filters for min and max popularity, gender ratio, scrabble score, number of syllables, length, etc.