Examples

Explore practical examples and learn best practices for building with JsWeb. These examples are available in our GitHub repository.

Basic Todo App

A simple application demonstrating routing, database models, and template rendering to create a functional todo list.

View on GitHub

User Authentication

An example of how to implement user registration, login, sessions, and protected routes using JsWeb's built-in auth system.

View on GitHub

REST API

A guide to building a JSON-based RESTful API with JsWeb for your frontend applications or microservices.

View on GitHub