A simple, private tool to help pick a baby name.

Overview

Nom de Bébé
icon

A simple, private tool to help pick a baby name. https://nomdebebe.app/

GitHub

Motivation

I need to choose a name. There's lots of tools and apps out there to help with that, but I want a tool that doesn't spy on me and / or sell my data (or yours for that matter). Unfortunately, it seems the only way for that to exist anymore is to build it yourself, so here we are.

Features

  • Over 110,000 names from over a century of records
  • Fully private—there is no tracking / spying / advertising / etc
  • Quickly power through names by swiping or tapping
  • Sort your favourites list manually or automatically
  • Filters to let you hone in on the type of name you want
  • Share your list with a partner and figure out your top names together
  • Light, dark, and OLED black themes for night-time browsing
  • Open source (licensed under Apache-2.0)—fork away!

Screenshots

Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot
Comments
  • Added french firstnames database generator

    Added french firstnames database generator

    This PR adds a script to generate a database based on France's Insee database for firstnames given from 1900 to 2019.

    I replaced the original nomdebebe.db to test it locally, but it would obviously needs more work to be included in the app (user selectable database or a country field in the existing database maybe ?)

    Related to https://github.com/hamaluik/nomdebebe/issues/1

    opened by blemasle 2
  • The OpenGraph image is missing

    The OpenGraph image is missing

    See here:

    https://github.com/hamaluik/nomdebebe/blob/4c137319bc88dbdaf369a593f4f51723fa84a2a7/website/public/index.html#L14

    That image doesn't exist: https://nomdebebe.app/image.jpg

    There are some available images in the images directory but the PNG is too big and I don't know if webp will be supported by all clients (Slack, Mattermost, WhatsApp, etc.).

    opened by alexislefebvre 1
  • Support downloading name list from custom server

    Support downloading name list from custom server

    Hey there,

    Baby due in a couple of weeks, very timely discovery of your great looking app on HN 🙂 Well, probably a bit too late for us I guess as we can't quite use it as is : we're not in the US and I would need a custom names list.

    I've taken a look at the built-in db and although I haven't quite figured out what the decade related fields are for, it sounds easy enough to make a custom one.

    Deploying it to the phones is the challenging part (to me at least) : I'm not an iOS dev but I suppose the only way is to build the project in XCode and deploy it manually both to my wife's iPhone and mine, even without a developer certificate ?

    But since you already support using a custom server, it would be so much easier if the db could just be downloaded from there ! How much work do you think it would be to add that route server-side + maybe a toggle in the app to override the built-in db with a downloaded one ?

    I suppose the iTunes/Finder file transfer method would be fine too, but I'm guessing a bit more work to add to the app ?

    Thanks !

    opened by renaudguerin 0
  • Feature request: Filter by syllables

    Feature request: Filter by syllables

    It would be great to have a setting to filter by syllables.

    I had a quick look into the name generation code, and can see the source data doesn't contain number of syllables. It would have to be parsed during name generation. There are existing algorithms, such as https://github.com/words/syllable (JavaScript) or https://github.com/Serdnad/lyrical_syllables (Rust), for determining number of syllables in a word.

    Happy to give that aspect a shot, let me know what environment we have available when running generate.sh.

    But I don't know Flutter development else I would have loved to contribute the UI additions.

    opened by yanneves 0
  • Android: Physical back button not handled correctly in settings

    Android: Physical back button not handled correctly in settings

    On the Android app, when a dialog is opened in the settings, I want to tap the physical "back" button on my phone to close the dialog.
    Instead of doing that, it closes the entire app.

    You likely have to figure out how to handle the onBackPressed method.

    opened by carstenhag 0
  • Recommend names based on liked names

    Recommend names based on liked names

    First of all, I haven't tried the app yet, but I'm excited to see it exists. It's exactly like an app idea that I wrote down when I was picking baby names for my kids. They're 6 and 9 now, so obviously I haven't gotten around to making it.

    One piece that I had in mind to implement that I don't see in this one yet is the ability to use some machine learning or other creative mechanism to recommend names based on others that I've "liked". I'm hoping that would allow a gigantic list of names to be processed more quickly by essentially prioritizing them.

    As I see it, names can be related to other names in various ways...

    • they sound somewhat alike
    • they have a similar construct (double consonant, similar suffix, etc.)
    • they are associated by era (i.e. they were each among the most popular names in the early 1900's)
    opened by codefoster 0
  • Randomize name list order

    Randomize name list order

    Hi,

    First thank you for this great app. Would you consider a pull request which randomizes the order of the names? This would increase the amount of names we as a couple come across.

    Greetings Stefan

    opened by ibutra 0
Owner
Kenton Hamaluik
Kenton Hamaluik
Startup-Name-Generator-App-in-Flutter - Business Startup Name Generator App in Flutter

Business Startup Name Generator App #About APP: A simple mobile app that generat

AHSAN SIDDZ 0 Jan 30, 2022
Private Project - Urbanscouting App

urbanscouting A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if

Naufal Abdussyakur 0 May 23, 2022
💖A free IoT (Internet of Things) platform and private cloud

??A free IoT (Internet of Things) platform and private cloud

Open IoT Hub(云易连) 422 Nov 30, 2022
This is tool to create 3D Models which can be used in Flutter Applications. Tool is developed completely using Flutter.

three_d_model_tool A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you start

Shubham Yeole 2 Nov 8, 2022
An app to pick, upload and display images from camera and gallery with size and extension constraints.

image_uploader A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started i

Ehmad Saeed⚡ 4 Mar 7, 2022
Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your device and upload them to Firebase.

Flutter Tutorial - Upload Files To Firebase Storage Upload Files To Firebase Storage with Flutter. Pick images, videos, or other files from your devic

Johannes Milke 30 Dec 28, 2022
In this repo you will see how to pick images from the image library and also, see how to store the selected images on Firebase.

flutterimageapp Flutter Tutorial - Upload Images using Firebase Storage. Flutter Tutorial - Upload Images using Firebase Storage Video series can be w

Whatsupcoders 60 Nov 4, 2022
FormField to pick one or more locations from open streat map

FormField to pick one or more locations from open streat map Features Pick single location Pick multi locations display open street maps can work with

Mohamed Dawood 13 Dec 15, 2022
Imagepickerweb - A picker with which you can pick images and videos from your Flutter web app

ImagePickerWeb This Web-Plugin allows Flutter Web to pick images (as File, Widget or Uint8List) and videos (as File or Uint8List). Many thanks goes to

Rebar Ahmad 40 Sep 26, 2022
Flutter package to show and pick country code

country list pick Flutter plugin to pick country with output name, code, dialcode and flag of country Usage To use this plugin, add country_list_pick

fiaz 69 Nov 13, 2022
A Flutter widget to show an icon collection to pick. This widget extend TextField and has a similar behavior as TextFormField

icon_picker A Flutter widget to show an icon collection to pick. This widget extend TextField and has a similar behavior as TextFormField Usage In the

m3uzz Soluções em TI 11 Sep 27, 2022
A tool to help cli package authors make raising issues like bug reports more interactive for their users.

issue A tool to help cli package authors make raising issues like bug reports more interactive for their users. Features Interactive file based prompt

Viren Khatri 3 Oct 18, 2022
Wraps Flutter shared_preferences plugin, providing a iOS Suite Name support, it's helpful for sharing data from App to Widget.

shared_preferences_ios_sn Wraps Flutter shared_preferences plugin and provides an iOS Suite Name support, it's helpful for sharing data from App to iO

null 3 Sep 14, 2022
Change App Package Name for Flutter

Change App Package Name for Flutter Change App Package Name with single command. It makes the process very easy and fast. What It does? Update Android

null 0 Dec 13, 2021
Note the place to remember it's name and descriptions along with google map location.

Note the Place Note the place to remember it's name and descriptions along with map location. View in Web Click here for web view Note: for bettter lo

subash kc 4 May 5, 2022
Ensdart - A dart library that wraps the Ethereum Name Service

⚡️ ENS Dart A dart library that wraps the Ethereum Name Service. The Ethereum Na

Chiziaruhoma Ogbonda 22 Nov 29, 2022
Music-App-Flutter - This is a flutter app which has some songs displayed in the form of a list and user can play any of them by clicking on the name of the song.

music_player_app A music player app made by me in flutter About the App This is a music player which i made to play audio files which we have passed i

Harsh Kumar Khatri 3 Apr 1, 2021
Peek & Pop implementation for Flutter based on the iOS functionality of the same name.

peek_and_pop Peek & Pop implementation for Flutter based on the iOS functionality of the same name. Finally, the v1.0.0 release! More fluent, more opt

AliYigitBireroglu 227 Dec 17, 2022
Ali Türkay AVCI 1 Jan 20, 2022