Cutelyst!

The Qt Web Framework

Create fast and modern web applications that share the same code from your desktop or mobile apps!

Learn more ยป

Share code

Why have two or more development teams focused on an specific platform when you can have a single team coding the same code, sharing skills and lines of code!

With Qt, you already can write application for Windows, Linux, Android, MacOS and iOS using the same source code, Cutelyst allows you to share your C++ code with your web application.

Easy to deploy

Cutelyst has a WSGI server which supports HTTP/1.1, HTTP/2, FastCGI and WebSockets, it can even be embedded in your application if you like. It also features a plugin for uWSGI which give us support for HTTP/1.0, FastCGI and uWSGI protocols but is slower and doesn't support WebSockets. Running standalone or behind a web server is really easy.

Scalable

With your application logic written in C++ your application get's really small, a full CMS (like this one) uses around 5MB of RAM which can be shared with other instances of the same application. You save your RAM and CPU while offering your users with faster response times.