Formerly Deepkit — renamed after European Union “no genuine use” ruling. Trademarks don't like open-source.
This is a new modular TypeScript framework for backend applications based on runtime types.
Check out the Documentation to get started.
To create an app from scratch, you can use NPM init:
npm init @deepkit/app@latest my-deepkit-app
- OpenAPI: Automatic OpenAPI doc and Swagger UI generation based on HTTP routes.
- Serverless Adapter: Run Deepkit on top of AWS Lambda, Azure, Digital Ocean and many other clouds.
- REST: DeepKit REST opens up a whole new declarative and extensive approach for developing REST APIs.
- Stripe: Interacting with the Stripe API or consuming Stripe webhooks in your Deepkit applications is now easy as pie 🥧.
- GraphQL: Create GraphQL servers using Deepkit
- Apollo Server: Run your Deepkit GraphQL server using Apollo
- Remix: Create Remix apps using Deepkit as the server
- Remix Validated Form: Use Deepkit Type as form validator for Remix
- Nx Webpack Plugin: Nx Webpack plugin for Deepkit
- example with HTTP, RPC, and CLI controller.
- HTTP router with custom http server.
- Bookstore: Auto REST CRUD + Deepkit API Console.
- Webpack: Type Compiler with Webpack.
- GraphQL: Deepkit GraphQL server application with ORM integration
- Remix: Remix application using Deepkit as the server
- Angular: Angular SSR application using Deepkit as the server with RPC
If you are interested in contributing to the development, check out the Development Docs to learn more about setting up your local development environment.