import { Github, ExternalLink } from "lucide-react" export function CreatorSection() { return (
About

The Creator

agua_omg avatar

agua_omg

Independent Developer & Creator of Yuuki

{"Hey, I'm agua -- a young independent developer. I started this project in January 2026 simply because I couldn't afford to keep paying for Claude anymore, so I decided to build my own open-source model for everyone. I'm open to collaborating with and supporting anyone who wants to try out or contribute to Yuuki."}

{/* Name Origin Story */}

{"Where does the name \"Yuuki\" come from?"}

{"It all started back in October 2025. I was working on another project and wanted to find a good name for it, so I looked into Japanese kanji and discovered"}{" "} Yuki {" -- meaning \"snow.\""}

{"Then in November 2025, I came across the anime"}{" "} {"Girls' Last Tour"} {". The two protagonists are Yuu and Chi-chan, but I really fell in love with Yuu -- her personality is so unique and beautiful."}

{"By December 2025, the two inspirations came together, and"}{" "} Yuuki {" was born -- a name that carries the quiet beauty of snow and the courageous spirit of a character who never gives up."}

{/* Related Projects */}
) } function MiniStat({ label, value }: { label: string; value: string }) { return (
{value}
{label}
) } function ProjectLink({ name, desc, href, }: { name: string desc: string href: string }) { return (

{name}

{desc}

) }