A simple & powerful query language to build production ready APIs

              
  user_courses = Product {
    users   = Read DB User { Include { name, age } }
    courses = Api Course {}
  } {}      
            

Avoid implementation details & frustrations

The framework comes with set of actions & filters to make database calls, send API requests, push notifications, email services and much more. Things just work!

Iterate fast without breaking things

TypeQL is type-safe. Any breaking change induced unintentionally would stop the code from compiling.

Inherently Concurrent

TypeQL will automatically execute actions concurrently that are not dependent on each other giving you the best in class performance for free.

A code editor that lets you play worry free

Start typing, play around & explore. Our editor never lets you type invalid code.

Sign up now for exclusive invite!