Skip to content

marcj/untitled-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation




Formerly Deepkit — renamed after European Union “no genuine use” ruling. Trademarks don't like open-source.



Discord npm CI

This is a new modular TypeScript framework for backend applications based on runtime types.

Docs

Check out the Documentation to get started.

Getting started

To create an app from scratch, you can use NPM init:

npm init @deepkit/app@latest my-deepkit-app

Community Packages

  • 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

Examples

Contributing

If you are interested in contributing to the development, check out the Development Docs to learn more about setting up your local development environment.