[Project Name]

Active

[One-sentence summary shown on cards and in SEO/OG metadata.]

Started
January 1, 2026
Progress
50%
Repository
GitHub ↗

Overview

[Expand on the overview frontmatter field here in prose.]

Problem

[What was broken, missing, or worth exploring?]

Solution

[How did you approach it? What did you build?]

Architecture

[Describe the system’s components and how they interact. If you have a diagram (Excalidraw, Mermaid Live Editor export, etc.), save it under src/assets/ and embed it here with:]

import { Image } from 'astro:assets';
import diagram from '../../assets/your-diagram.svg';

<Image src={diagram} alt="Describe the diagram for accessibility" />

Lessons learned

Engineering decisions

Future improvements

[What’s the next iteration look like?]