DEV Community

Cover image for Introducing kinekt: a typescript-first web framework for building REST Apis
Samuel Müller
Samuel Müller

Posted on

Introducing kinekt: a typescript-first web framework for building REST Apis

I created a web framework called kinekt and would like to introduce it to the community:

https://kinekt.dev

Kinekt is a TypeScript-first, high-performance web framework built on web standards. It has the following features which set it apart from other frameworks in the javascript realm:

  • It is 100% type safe. It supports the use of zod schemas to declare endpoints
  • It has great DX. It auto-infers a client function for every endpoint you declare, making it extremely useful for developing full-stack web apps which are completely written in TypeScript
  • It is highly modular. The middleware engine is unlike most other existing implementations and follows a functional-style paradigm

It is still in early development stages. Feedback is highly appreciated!

Top comments (0)