Skip to main content

Templates

Project templates for the Urbalurba developer platform. Each template provides a working starting point for a specific language or framework.

Categories

All Templates

Workflow Templates logo

Workflow Templates

1 template
Plan-Based AI Workflow logo
Plan-Based AI Workflow

A structured AI development workflow that guides AI coding assistants through investigation, planning, and phased implementation. Includes CLAUDE.md, 6 portable docs, plan templates, and git safety rules. Designed for human-in-the-loop collaboration.

aiworkflowplanning
Basic Web Server Templates logo

Basic Web Server Templates

6 templates
C# Basic Webserver logo
C# Basic Webserver

A minimal ASP.NET Core web server with hot reload via dotnet watch. Includes Docker multi-stage build, Kubernetes deployment manifests, and GitHub Actions CI/CD workflow.

csharpdotnetaspnet
Go Basic Webserver logo
Go Basic Webserver

A minimal web server using Go's standard net/http package with a health check endpoint. Includes Docker multi-stage build, Kubernetes deployment manifests, and GitHub Actions CI/CD workflow.

golangwebserverapi
Java Basic Webserver logo
Java Basic Webserver

A minimal Spring Boot web server with health check endpoints via Actuator. Includes Docker multi-stage build, Kubernetes deployment manifests, and GitHub Actions CI/CD workflow.

javaspring-bootwebserver
PHP Basic Webserver logo
PHP Basic Webserver

A minimal PHP web server using PHP's built-in server with a health check endpoint. Includes Docker containerization, Kubernetes deployment manifests, and GitHub Actions CI/CD workflow.

phpwebserverapi
Python Basic Webserver logo
Python Basic Webserver

A minimal Python web server using Flask with a health check endpoint. Includes Docker containerization, Kubernetes deployment manifests, and GitHub Actions CI/CD workflow. Ideal for microservices and API backends.

pythonflaskwebserver
TypeScript Basic Webserver logo
TypeScript Basic Webserver

A minimal Express.js web server written in TypeScript with hot reload via nodemon. Includes Docker containerization, Kubernetes deployment manifests, and GitHub Actions CI/CD workflow.

typescriptexpresswebserver
Demo Stacks logo

Demo Stacks

1 template
PostgreSQL Demo logo
PostgreSQL Demo

A minimal UIS template that deploys PostgreSQL and creates a sample tasks table with seed data. Shows the full uis template flow from registry to deployed, configured service. Use this to verify your UIS setup or as a starting point for your own stack templates.

postgresqldatabasedemo
Web Application Templates logo

Web Application Templates

1 template
Designsystemet Basic React App logo
Designsystemet Basic React App

A React application using Designsystemet from Digdir with blog cards, Vite for development, and TypeScript support. Includes Docker containerization, Kubernetes deployment manifests, and GitHub Actions CI/CD workflow.

reacttypescriptvite
Basic Webserver with Database logo

Basic Webserver with Database

1 template
Python Basic Webserver with Database logo
Python Basic Webserver with Database

A minimal Flask web server that connects to a PostgreSQL database and reads from a tasks table. Demonstrates the full producer/consumer flow — UIS deploys PostgreSQL, dev-template configure creates the database and wires the connection into .env, and the app reads from it. Includes Docker containerization, Kubernetes deployment manifests, and GitHub Actions CI/CD workflow. Consumer-side companion to the postgresql-demo UIS stack template.

pythonflaskpostgresql