17 Nov 2025 Post Keep you VPS with coolify Clean How to keep a vps clean and ensure that old volumes are not eating up all the space. coolify docker 5 min read
21 Sept 2025 Post Safely Running Ollama with CPU Temperature Checks in Python Learn how to wrap Ollama models with a CPU temperature check in Python. This tutorial shows you how to prevent overheating by pausing execution when system temperatures exceed safe limits. llm ollama 8 min read
20 Sept 2025 Post Migrating local setup from ollama to llama.cpp Ollama is a great tool to run local llm models, but it's not the fastest and sometimes has some bugs. To run everything smoother you can use llama.cpp. This guide shows how to use existing ollama models for llama.cpp llm 3 min read
11 Sept 2025 Post Minimal self hosted E2E Setup with Playwright and Allure (Docker) his minimal stack shows how to do that with Playwright for tests, Allure for reports, Cronicle for scheduling, and optional self‑hosting via Coolify coolify docker 6 min read
03 Sept 2025 Post How to Fix Docker Orphaned Layers and Reclaim Lost Disk Space Learn how to identify and fix Docker's with Coolify orphaned layer problem that wastes disk space. Step-by-step guide to safely reset Docker data directory and reclaim gigabytes of storage on your VPS server. coolify docker 4 min read
02 Sept 2025 Post TranslatePrompt: The AI Translator That Learns From Your Instructions Stop making the same corrections. TranslatePrompt is the smart translator that learns from your instructions to build custom glossaries and rules, ensuring perfect translations every time. llm general 5 min read
31 Aug 2025 Post Migrate a sqlite database When running a database is essential to have a migration strategy to be able to add, remove, change tables and columns in a database. In this guide I'll go over this database 5 min read
30 Aug 2025 Post How to add auth in your app using supertokens Adding the option to the users to log in can be very simple or very tricky. In this post I'll show the steps to set up supertokens in a react app with fastapi (python) on the backenn. The supertokens instance will be selfhosted in coolify. python react auth 10 min read
25 Aug 2025 Post How to handle Human in the loop with Langgraph and FastAPI A practical guide to building a chatbot with human review capabilities. Learn how to combine AI chat with human oversight using React, FastAPI, and Gemini LLM. Perfect for developers looking to create more reliable AI chat applications that benefit from human expertise langgraph llm 9 min read
23 Aug 2025 Post Create a chatbot: Part 3 - Adding the frontend This post explains how to use assistant ui to render a chatbot and handle the calls with the backend llm langgraph react 4 min read
19 Aug 2025 Post Creating custom tools in Langgraph How to create your custom tools in a chatbot so you're able to realize specific functions like accessing a database, or calling an api. langgraph llm 3 min read
15 Aug 2025 Post How to create your own OCR service with Doctr and modal Modal allows you to host your own small services on the cloud to run it's operations there. Great for open source llms, ocr... in general things that require heavy computation or where you want to have an small microservice that is easily deployable llm ocr 4 min read