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)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Engage with a sea of insights in this enlightening article, highly esteemed within the encouraging DEV Community. Programmers of every skill level are invited to participate and enrich our shared knowledge.

A simple "thank you" can uplift someone's spirits. Express your appreciation in the comments section!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found this useful? A brief thank you to the author can mean a lot.

Okay