# Examples

You can find examples demonstrating features of pywebview in the sidebar.

Below there are a couple of non-trivial examples that demonstrate an application architecture.

# React Boilerplate

React boilerplate with parcel-bundler (opens new window). A complete React-based boilerplate with installation, usage and building taken care of out of the box.

React boilerplate with create-react-app (opens new window). A complete React-based boilerplate with installation, usage and building taken care of out of the box.

# Serverless application

Serverless application (opens new window)

A simple todo application that uses serverless architecture. Communication between frontend and backend is provided by built-in API.

# HTTP server application

Flask-based application (opens new window)

In this example communication between frontend and backend is facilitated by a Flask server.