Blog

Technical articles, architecture deep-dives, and announcements from the UIGen team.

Building a Meeting Minutes App with FastAPI and UIGen

Olebogeng Mbedzi11 min read

Learn how to build a production-ready meeting minutes automation system using FastAPI for the backend and UIGen to auto-generate a complete admin interface from your OpenAPI spec.

document-generationexample-appfastapitutorial

Config Reconciliation: Runtime Annotation Merging Without Touching Your Spec

Olebogeng19 min read

A deep dive into UIGen's Config Reconciliation System: how it merges user annotations at runtime, why it is non-destructive and deterministic, and how it enables customization without spec modification.

architectureconfigreconciliationtechnical

Customizing Your UIGen Theme: Brand Your Generated UI

Olebogeng Mbedzi11 min read

Learn how to customize the appearance of your UIGen-generated frontend with the new Theme Editor. Apply your brand colors, adjust spacing, and create a polished UI without touching React code.

csscustomizationdeveloper-experiencefeaturestheming

Introducing the UIGen Config Command: Visual Annotation Management

Olebogeng Mbedzi15 min read

A deep dive into UIGen's new config command that provides a visual interface for managing x-uigen annotations without touching your spec files.

annotationsconfigdeveloper-experiencefeatures

UIGen Architecture: A Deep Dive

UIGen Team13 min read

A comprehensive look at UIGen's architecture, design patterns, and the benefits of each architectural decision.

architecturedeep-divetechnical