I’d love to share something I’ve worked on over the past few months.
Swytch is a lightweight and fun alternative web framework written in C#.
I had to work with C# professionally early last year, so I wanted to spend some time digging into the language and its ecosystem. While it wasn’t too difficult (coming from other languages), I found the .NET world to be quite formal compared to what I was used to, with most content and tooling focused on ASP.NET Core and large-scale enterprise applications.
I wanted to explore C# in a more raw and expressive way, which led me to build Swytch.
It’s been a really fun project, and I’m especially happy to have followed it through to a stable release.
I’d love any kind of feedback.
Thanks.