Show HN: Yurl.ai – LLM based url shortener in F#

1 reverseblade2 0 5/25/2025, 12:49:25 PM yurl.ai ↗
Built a URL shortener in F# to explore CQRS – feedback welcome Hey folks,

I’ve been experimenting with F# and decided to build a small project to try out CQRS in practice. The result is a basic URL shortener I named YURL.

The backend is all in F#, structured around command and query separation. I wanted something minimal yet cleanly architected—so no heavy dependencies or complicated setup. The project helped me better understand event flow and separation of concerns in functional style.

If you’re curious, here’s the code: github.com/OnurGumus/YURL

Would love thoughts from other F# folks or anyone doing CQRS in a minimalist way.

Comments (0)

No comments yet