#Developer Profile

The developer introduction section is rendered on the home page route: /{locale}.

#Data sources

  • public/site/locales/[locale].json
    • meta: site title and description
    • hero: hero section copy
    • developer: profile content
  • public/site/contacts.json
    • email and social links shown in the profile section

#Developer fields

The developer object typically includes:

  • heading, name, role, bio
  • location, timezone
  • likes, principles, stack
  • visited.countries[] with code, name, flagEmoji, cities

#Localization behavior

  • Site data uses locale files in public/site/locales/.
  • If a field is missing in a requested locale, default locale values are used as fallback.

#Contacts behavior

  • Contact links are read from public/site/contacts.json.
  • email contact is rendered as mailto:.
  • URL-like values are rendered as external links.