Back to Projects
I-Activa

I-Activa

Personal brand site for freelance web development work — trilingual, animated

Astro iconVue iconTailwind iconTypeScript icon

A personal brand site built to present freelance web development services — focused on replacing manual business workflows with custom digital solutions.

What It Does

Multi-page marketing site with work showcase, about page, and contact. Available in three languages: English, Hungarian, and Serbian — with locale-aware URLs and proper hreflang alternates for SEO.

Architecture

Built with Astro 5 and Tailwind CSS v4 via the Vite plugin. Page transitions use Astro’s built-in View Transitions API for smooth navigation between routes. Scroll and interaction animations run through Motion (motion.dev) with a mix of CSS keyframes and JS-driven effects.

A single Vue island (ProjectGallery.vue) handles the interactive project gallery — the rest of the UI is static Astro components.

Custom i18n layer in src/utils/i18n.ts manages translations and locale routing for all three languages, with SEO-focused multilingual metadata (canonical URLs + hreflang) on every page.