skillfed

h2o-wave

Python driver for H2O Wave Realtime Apps

h2o-wave v1.8.12 277.7K downloads/30d#8,142 on PyPI4,248
Permissive license Apache-2.0 Active released

What it is and what it does

H2O Wave is a Python framework that lets you build interactive web applications without writing HTML, JavaScript, or CSS. It ships with pre-built form and data visualization components and handles real-time state synchronization between Python and web browsers through a relay server. The framework is designed for rapid prototyping of analytical and decision-support applications, particularly in data science and machine learning contexts.

You write your application logic in Python using async functions, define UI components declaratively, and Wave manages the browser communication automatically. The framework depends on Starlette and Uvicorn for the web server, Click for CLI tools, Httpx for HTTP requests, and Inquirer for terminal prompts. It supports Python 3.8 through 3.11 and is actively maintained with recent releases.

Use it for:

  • Build real-time data dashboards and analytical applications without learning web technologies.
  • Prototype machine learning model interfaces and decision-support tools quickly in Python.
  • Create collaborative web applications where multiple users interact with shared state.
  • Deploy low-latency interactive applications for data science workflows.
  • Build form-based applications with built-in validation and visualization components.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

H2O Wave is a Python framework for building interactive web applications with real-time state synchronization, form components, and data visualization—no HTML, JavaScript, or CSS required.

Yes. H2O Wave is actively maintained, has low install friction, carries a permissive Apache-2.0 license, and solves a real problem for Python developers who want to build interactive web applications without learning web technologies. It's well-suited for data science, dashboards, and analytical tools. No known vulnerabilities.

Install

h2o-wave on PyPI

pip

pip install h2o-wave

uv

uv add h2o-wave

poetry

poetry add h2o-wave

Installing h2o-wave

Before you install

Low friction: pure Python wheel with five common runtime dependencies (click, httpx, inquirer, starlette, uvicorn). Actively maintained with a recent release and 4248 repository stars.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions, making it suitable for most projects.

Quickstart

pip install h2o-wave

from h2o_wave import main, app, Q, ui

@app('/')
async def serve(q: Q):
    q.page['hello'] = ui.markdown_card(
        box='1 1 3 3',
        title='Hello world!',
        content='Welcome to Wave!'
    )
    await q.page.save()

Requires Python 3.8 or later; the Wave relay server must be running (typically via `wave run` command) to synchronize state between Python and browsers.

Verify before relying

  • Whether the relay server is included in the pip package or must be installed separately.
  • Performance characteristics and scalability limits for concurrent users or large datasets.
  • Availability and maturity of third-party component libraries beyond built-in widgets.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 5 — click, httpx, inquirer, starlette, uvicorn
Maintenance actively maintained — 0 days since the last release
Last repo commit
First released
Downloads 277,748/month — #8,142 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: h2o_wave-1.8.12-py3-none-any.whl

Keywords: Data Science, Low code, Machine Learning, Realtime, UI

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Communications :: ChatTopic :: Internet :: WWW/HTTP :: Dynamic ContentTopic :: Scientific/Engineering :: VisualizationTopic :: Software Development :: Libraries :: Application FrameworksTopic :: Software Development :: Widget SetsTopic :: System :: Distributed Computing

Tags

python web app frameworkinteractive dashboard builderreal-time web applicationspython ui componentslow-code web frameworkdata visualization dashboardpython browser sync
web-frameworkdashboard-builderreal-time-sync

More Application Frameworks packages