Skip to content

Home

PyView brings the Phoenix LiveView paradigm to Python: build dynamic, real-time web applications using server-rendered HTML. Keep your state on the server, let the browser do what it does best, and remember what it felt like when building for the web was fun.

Quick Start

Terminal window
cookiecutter gh:ogrodnek/pyview-cookiecutter

Or try a single-file app with zero setup.

Live Examples

See PyView in action: examples.pyview.rocks

Documentation

Getting Started

Core Concepts

Templating

Features

Example Projects

Source Code

github.com/ogrodnek/pyview