How to Build Custom Open WebUI Themes

While Open WebUI doesn’t have built-in theming support, you can easily customize its appearance by injecting a custom CSS file into the Docker image. This guide will show you how to create your own themed version of Open WebUI. Want to see a complete example? Check out our Open WebUI Theme repository on GitHub for […]

How to Build AI Agents to Enhance SaaS With Minimal Code and Effort

Is SaaS Really Dead? Several months ago, the internet was abuzz with the Microsoft CEO Satya Nadella saying, “SaaS is dead.” The conversation started with a question from Bill Gurley about whether Satya was worried that newer startups are building applications with an AI-first approach, which could obfuscate traditional infrastructure like Excel or CRM. Here […]

How to make your Express app 9x faster (and type-safe)

? This guide shows you how to migrate an existing Express.js app to Encore.ts, an Open Source backend framework for TypeScript, to unlock a 9x performance boost. Why migrate? Express.js is great for simple APIs, but as your app scales, you may face limitations. While the large Express.js community offers plugins and middleware to help, […]

How To Build a Web Application with HTMX and Go

This UI and backend are implemented with only 150 lines of code, including the HTML!The full example code for this tutorial is available in the babyapi GitHub repository if you’re eager to get into it. In my recent article, The Easiest Way to Create a REST API With Go, I demonstrated how babyapi can jumpstart […]