# emweb/wt

Wt, C++ Web Toolkit

Repository: https://github.com/emweb/wt
Canonical: https://ross.abutalabs.com/products/wt
Homepage: http://www.webtoolkit.eu/wt
Language: C
License: NOASSERTION
License Family: other
Last push: 2026-08-06T08:44:08+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 96, longevity 100
- inputs: {"age_days": 5396, "days_push": 27, "days_rel": 27, "gap_med": 25.5, "n_releases_24m": 19}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1853, forks 393 (observed 2026-08-28T04:05:44.509547+00:00)

## What it is
Wt is a C++ web toolkit for building highly interactive web applications using a widget-based GUI abstraction, without writing JavaScript. It bundles a widget/rendering library, an async HTTP/WebSockets server, multiple connectors (FastCGI, ISAPI), a C++ ORM (Wt::Dbo), and an authentication framework.

## Use cases
- build interactive web apps in C++ without JavaScript
- develop a web GUI with widgets and signal/slot events
- map C++ objects to PostgreSQL, MySQL, SQLite, SQL Server, or Firebird with an ORM
- add authentication and session security to a C++ web app
- generate dynamic PDF reports from a web application
- render 2D and 3D graphics (WebGL/canvas) in a C++ web app
- deploy a self-contained C++ web server with WebSockets support

## When to choose
- your team writes C++ and wants full-stack web development in one language
- you need a server-driven, widget-based alternative to JavaScript SPA frameworks
- you want built-in protection against XSS, CSRF, and SQL injection
- you need an integrated C++ ORM and auth framework alongside the UI layer
- you must support non-JavaScript or plain-HTML user agents and crawlers

## When to avoid
- you want a large ecosystem of JavaScript libraries, packages, and community resources
- your team primarily works in Python, Node.js, or another higher-level language
- you need fine-grained control over frontend markup and CSS for custom designs
- you are building a simple static site or REST API only

## Facets
- artifact type: framework
- maturity: stable
- function: web-framework, ui-components, orm, auth, http-server, websocket, charts, pdf, templating, state-management
- domain: web-development, backend, frontend, databases, security
- platform: windows, cpp, cross-platform
- tags: c++, widgets, server-rendered, no-javascript, fastcgi, isapi, websockets, orm, authentication, pdf-rendering, 3d-graphics, linux, macos

## Member repositories
- emweb/wt (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:44.509547+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:16:50.555754+00:00, confidence not recorded.
  - readme: https://github.com/emweb/wt (fetched 2026-08-28T04:05:44.509547+00:00, sha e17ce581f226)
  - homepage: http://www.webtoolkit.eu/wt (fetched 2026-08-29T10:56:17.071598+00:00, sha eebf18275e9d)
  - site_page: https://www.webtoolkit.eu/wt/features?wtd=srKEf78iPW3GbNE9 (fetched 2026-08-29T10:56:17.080634+00:00, sha c5c9deb8db9f)
  - site_page: https://www.webtoolkit.eu/wt/documentation?wtd=srKEf78iPW3GbNE9 (fetched 2026-08-29T10:56:17.082477+00:00, sha 4dbc85bac968)
  - site_page: https://www.webtoolkit.eu/wt/doc/reference/html (fetched 2026-08-29T10:56:17.084305+00:00, sha f87aecf8e4c7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
