Project 01
I bridge front-end engineering and interface design to create accessible, responsive experiences—from scalable design systems to polished production code.
const Experience = ({design, code}) => {
return buildInterface({
accessible: true,
responsive: true,
delightful: true
})
}Explore front-end engineering, product design, branding, and visual experiments—organized by craft.
Front-End
Responsive interfaces and production-ready web experiences.
Project 01
Project 02
Project 03
Project 04
Project 05
Project 06
Project 07
Project 08
Project 09
Project 10
Project 11
Project 12
Project 13
Project 14
Project 15
Project 16
Project 17
Project 18
Project 19
Project 20
Project 21
Project 22
Project 23
Project 24
Project 25
How I work
I connect product thinking, interface design, and front-end engineering to turn early ideas into maintainable digital systems.
Async-first communication, thoughtful documentation, and flexible overlap hours keep distributed product teams moving.

Capabilities
A practical toolkit grouped around the way modern interfaces are designed, engineered, animated, and delivered.
Typed, component-driven product architecture.
From user flow and prototype to visual system.
Responsive interfaces with intentional movement.
Tooling for reliable releases and inclusive products.
function useProducts(query: string) { const deferredQuery = useDeferredValue(query); return useQuery({ queryKey: ["products", deferredQuery], queryFn: ({ signal }) => productService.search(deferredQuery, signal), staleTime: 60_000, });}function ProductList() { const { data = [], isPending } = useProducts(query); const cards = useMemo(() => data.map(toCardModel), [data]); return <ProductGrid items={cards} loading={isPending} />;}Production architecture
Data access, caching, cancellation, presentation, and derived models are separated into focused layers.
Open source & builds
Live repository signals, implementation notes, and compact code previews from selected front-end projects.
GitHub metadata captured at build timeNext.js and React app, offering internationalization using i18next-react. Styled with Tailwind CSS and PostCSS. It leverages TypeScript for type safety and incorporates modular UI components from Shadcn.
A custom video player with React, Vite, Ionic, and TailwindCSS without any Libraries
Sepan is a hybrid pharmacy platform built with React and Ionic, designed to improve accessibility and efficiency for patients with critical illnesses. The platform has demonstrated measurable impact in patient enrollment, medication delivery, and overall user satisfaction while maintaining strong performance and maintainability standards.
Leverages AI to provide medication management services for patients and doctors. This project focuses solely on the login functionality, delivering a responsive, and mobile-first interface to authenticate user.
It’s designed to showcase financial services and attract clients with clean layouts, and responsive design.
Share the idea, challenge, or opportunity. You’ll get a thoughtful reply with clear next steps—usually within one business day.
Best for product design, frontend development, creative collaborations, and ambitious digital experiences.
Primary email
A few useful details are enough to get the conversation moving.
© 2026 Luna Nezha.