Nomen

Nomen

3 devlogs
3h 18m
Created by Aram

A web viewer and parser for every name listed on a social security card between 1880-2024.

Timeline

Aram
Aram
1h 4m 5 days ago

Added a gender mode to compare a name over genders, which is cool for unisex names.

Update attachment
Aram
Aram
1h 24m 5 days ago

In an effort of a more simple UX, Nomen has a new feature: Search Modes!

Search modes are an easy way to do different type of searches for names! The first search is the compare mode (retiring the compare page), it allows you to put two names and compare them against each other to see how popular one name is versuses an other. AI was partially used but no new code was generated, it was just used to move code (because I diddn't want to move it manually), the rest of the new code is all manually done!

Update attachment

added multiple export options, allowing you to export your nomen data in any of the following formats: CSV, XML, JSON, PDF. I also re-made the README to have more information on how to run on development. I also upgraded my Next.JS version

Update attachment