Example Apps
Test Wristband features locally by running sample projects from GitHub.
Experience Wristband by running our GitHub example apps locally.
📘
Working with Example AppsLaunch your first example app by following the Setting Up a Demo App tutorial.
Backend Server Examples
ASP.NET
An C# backend server with a React SPA interacting with it.
Django
A Django backend server with template-based frontend demonstrating user authentication.
ExpressJS
An Express backend server with a React SPA interacting with it.
FastAPI
A Python FastAPI backend server with a React frontend interacting with it.
Go
A Go backend server with a React SPA interacting with it.
NestJS
An NestJS backend server with a Vue SPA interacting with it.
Next.js: App Router
A full-stack Next.js application that handles both frontend and backend with App Router.
Next.js: Pages Router
A full-stack Next.js application that handles both frontend and backend with Pages Router.
Machine to Machine Examples
ASP.NET
An C# Demo server with two REST APIs simulating separate services: one public, and one requiring an access token.
NodeJS
An Express Demo server with two REST APIs simulating separate services: one public, and one requiring an access token.
Python
A FastAPI Demo server with two sets of REST APIs (sync and async) simulating separate services: one public, and one requiring an access token.
Native Examples
Updated 15 days ago