User Rating 0.0 β˜…β˜…β˜…β˜…β˜…
Total Usage 0 times
Type of celestial object to name
Generate 1–50 names at once
Same seed = same names. Leave blank for random.
Phonetic flavor of generated names
Quick Presets:

Select a category and click Generate Names

    Is this tool helpful?

    Your feedback helps us improve.

    β˜… β˜… β˜… β˜… β˜…

    About

    Astronomical nomenclature follows strict conventions maintained by the International Astronomical Union (IAU). Star names derive from Arabic (Aldebaran, Betelgeuse), Greek (Sirius), and Latin roots. Catalog designations use systematic formats: Bayer letters (Ξ± Centauri), Flamsteed numbers, or survey prefixes like HD, NGC, and PSR. This generator reconstructs those linguistic patterns using morpheme dictionaries extracted from 400+ real celestial names and applies phonotactic constraints to produce results that sound authentic rather than random.

    The tool operates across 5 celestial categories, each with distinct phonological rules. Star names favor 2 - 4 syllable Arabic/Greek morphemes. Exoplanet designations append lowercase letter suffixes to parent star names per IAU convention. Galaxy and nebula names blend catalog-style alphanumeric codes with poetic descriptors. Results approximate real naming patterns but are fictional. Verify uniqueness against the SIMBAD database if using names for published work.

    celestial name generator star name generator planet name generator sci-fi name generator galaxy name generator nebula name generator space names worldbuilding tool

    Formulas

    Name generation uses weighted morpheme assembly with phonotactic filtering. Each celestial category defines a morpheme set M partitioned into positional slots:

    Name = Pprefix β‹… Rroot β‹… Ssuffix

    where P is drawn from the prefix set with probability weight wi, R from root morphemes, and S from suffix morphemes. Selection probability for morpheme mi is:

    p(mi) = winβˆ‘j=1 wj

    A phonotactic filter rejects combinations where consecutive consonant clusters exceed length 2, or where vowel sequences exceed length 3. Catalog-style names use the format:

    CatalogName = Prefix + + floor(rand() Γ— 10d)

    where d ∈ {3, 4, 5, 6} controls digit count per category convention. Exoplanet names append a lowercase letter (b - h) to a generated star name, following IAU convention where b denotes the first discovered planet.

    Reference Data

    CategoryNaming ConventionReal ExampleOrigin LanguageTypical Pattern
    Star (proper)IAU proper nameBetelgeuseArabic2-4 syllable, vowel-rich
    Star (Bayer)Ξ±/Ξ²/Ξ³ + GenitiveΞ± CentauriGreek + LatinGreek letter + constellation genitive
    Star (Flamsteed)Number + Genitive61 CygniLatinInteger + constellation genitive
    Star (catalog)Prefix + NumberHD 209458Survey code2-3 letter prefix + digits
    ExoplanetStar name + letterKepler-442bMixedParent star + lowercase letter
    Galaxy (Messier)M + NumberM31French catalogM + 1-3 digit number
    Galaxy (NGC)NGC + NumberNGC 4486English catalogNGC + 4 digit number
    Galaxy (proper)Descriptive nameWhirlpool GalaxyEnglishAdjective/Noun + Galaxy
    Nebula (proper)Descriptive nameEagle NebulaEnglishNoun + Nebula
    Nebula (catalog)NGC/IC + NumberIC 1396English catalogPrefix + 3-4 digit number
    ConstellationLatin genitiveOrionisLatin2nd/3rd declension genitive
    PulsarPSR + CoordinatesPSR B1919+21Survey codePSR + RAΒ±Dec
    AsteroidNumber + Name433 ErosGreek/RomanInteger + mythological name
    MoonMythological figureEuropaGreek/RomanDeity/character name
    Dwarf planetMythological creatorMakemakePolynesianCreation deity name
    CometDiscoverer + YearHalleySurnameSurname or C/Year + code
    Star clusterCatalog or namePleiadesGreekMythological group name
    QuasarSurvey + Coordinates3C 273Survey codePrefix + number
    Black holeGalaxy core or nameSagittarius A*LatinConstellation + designator
    Binary starName + A/BSirius BMixedPrimary name + uppercase letter

    Frequently Asked Questions

    The generator uses morpheme dictionaries extracted from real celestial name etymologies. Arabic roots (al-, abd-, beth-), Greek stems (-ius, -on, -ara), and Latin genitives (-oris, -ae, -ium) are combined following phonotactic rules that prevent unpronounceable consonant clusters. Each morpheme carries a frequency weight derived from its prevalence in the IAU catalog of 400+ named stars.
    Yes. Because the generator uses authentic morpheme patterns, collisions with real names are possible though statistically rare. The combinatorial space exceeds 106 unique names per category. For published work (fiction, games, academic papers), cross-reference results against the SIMBAD astronomical database (simbad.u-strasbg.fr) or the IAU Working Group on Star Names catalog.
    Per IAU convention, the lowercase letter "a" is implicitly reserved for the parent star itself. The first confirmed exoplanet in a system receives designation "b", the second "c", and so on in order of discovery (not orbital distance). This generator follows that convention. The letter suffix range spans b through h, representing systems with up to 7 confirmed planets.
    Each category has a target syllable range. Stars: 2-4 syllables (matching Arabic/Greek patterns like Aldebaran at 4 syllables). Moons: 2-3 syllables (matching Io, Europa, Titan). The generator counts vowel nuclei in the assembled morpheme string and rejects candidates outside the target range, then re-rolls.
    Catalog designations are alphanumeric codes assigned by sky surveys. NGC (New General Catalogue) uses 4-digit numbers. HD (Henry Draper) uses up to 6-digit numbers. PSR (Pulsar) encodes right ascension and declination coordinates. The generator replicates these formats with randomized but format-valid numbers. Proper names are linguistic constructions with etymological roots.
    Yes. Entering the same seed text with the same category and count settings will always produce identical names. The seed string is hashed to a 32-bit integer using a djb2 hash function, which initializes a Mulberry32 pseudo-random number generator. This allows reproducible results for collaborative worldbuilding projects.