Skip to content

Cookbook

Practical recipes for building real programs with Kaappi. Each recipe is a self-contained guide that solves one problem end-to-end.

Recipes

Web & API

  • Build a REST API — full CRUD API with PostgreSQL, Redis caching, validation, and error handling
  • Call HTTP APIs — GET/POST requests, JSON decoding, error handling, retries, and downloads
  • Serve HTML with Templates — dynamic HTML pages with the template engine, layouts, and auto-escaping

Data Processing

Application Patterns

Each recipe assumes you have installed Kaappi and know the basics from the tutorial. If a recipe uses ecosystem libraries, installation commands are shown at the top.