Skip to content

Overview

List of all published version of Swytch and their accompanying release notes.

1.00

Swytch v1.0.0 — First Stable Release

Excited to announce the first stable release of Swytch, version 1.0.0!

Swytch is a fast, lightweight, developer-friendly alternate web framework written in C#. It is designed for building modern APIs, web apps, and static sites with minimal friction.

This release completes the core framework features and serves as a solid foundation for building exciting and robust web applications.

I encourage you to give it a try and hope you will be kind enough to share any feedback you have. I would like to know how practical it is for users other than myself.


Core Features

  • Simple and flexible routing system
  • Path Parameters
  • JSON and template-based response support
  • Built-in authentication utilities (Basic & JWT)
  • Middleware pipeline support
  • Static file server
  • Actor-based asynchronous job execution
  • Built in lightweight ORM
  • Ready-to-use starter templates:
    • swytch-api-lite
    • swytch-api
    • swytch-web