--- import BaseLayout from '../../layouts/BaseLayout.astro'; import Eyebrow from '../../components/Eyebrow.astro'; import ProjectCard from '../../components/ProjectCard.astro'; import { Breadcrumb, BreadcrumbItem } from '@unkn0wndo3s/nova-design-system'; import { projects } from '../../data/projects'; const title = 'Projects — Louis Potevin, full-stack web developer / développeur full-stack'; const description = 'Projects by Louis Potevin: Astro design system, self-hosted infrastructure, systems tools in Rust, and LLM explorations. Full-stack web developer.'; ---
Home Projects

Projects

A showcase of everything I build — from business software running in production to the infrastructure supporting it, alongside my personal tools.

{projects.map((p) => )}