#Developer Profile
The developer introduction section is rendered on the home page route:
/{locale}.
#Data sources
public/site/locales/[locale].jsonmeta: site title and descriptionhero: hero section copydeveloper: 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,biolocation,timezonelikes,principles,stackvisited.countries[]withcode,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. emailcontact is rendered asmailto:.- URL-like values are rendered as external links.