Skip to main content
</></>{}</>{}</></>{}</>{}
Dev Templates logo

Dev Templates

Instant-start templates
for any service, any language

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
Applications logo

Applications

1 template
Atlas Data logo
Atlas Data

Installs the Atlas data platform as one application: a PostgreSQL database with its migrations, a Dagster code location running the ingest and dbt transforms, and a PostgREST API over the curated api_v1 views. The data is an open semantic layer over Norwegian public sources — SSB statistics, FHI public-health and living-conditions indicators, Bufdir child-poverty figures and the Brønnøysund business register — joined to NGO supply data, so that humanitarian need and the organisations responding to it can be queried together at kommune level. The API is self-describing: meta_sources, meta_endpoints and meta_dimensions let a consumer discover what is available without out-of-band documentation. A fresh install serves an empty API until the first pipeline run — the schema and grants exist from install, the data arrives on the ingest schedule. Exports api-url for other applications to consume. Installing does not start anything: the schedules and sensors ship stopped, so no data is fetched until an operator turns them on. That is a deliberate go-live decision, not a side effect of installing — and enabling them starts the NEXT scheduled run rather than backfilling, so a fresh install stays empty until the first-data jobs are launched by hand.

atlasngodata
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