Example Apps
Try one of our example applications in GitHub! You can run the code locally to experience Wristband and review example implementations.
ℹ️
Working with Example AppsThe easiest way to get started with an example app is to follow our 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.