Blog

AI insights, product news and practical tips from the Synaplan team.

Vibe Coding at Scale: How Synaplan Ships Production-Ready AI with Playwright, PHPStan & a Bulletproof CI Pipeline
CI/CDPlaywrightcode quality

Vibe Coding at Scale: How Synaplan Ships Production-Ready AI with Playwright, PHPStan & a Bulletproof CI Pipeline

AI agents write a large share of our code — which is exactly why every commit runs a no-shortcuts CI pipeline: PSR-12 linting, PHPStan, vue-tsc, 549 Vitest tests, Playwright across two browsers, OIDC login flows, and a full Docker image build. Nothing ships to production until every check is green. A look behind the scenes of our open-source AI platform.

Synaplan Team
Open Source Memories: How Local Vector Databases Let You Use Any LLM Without Sharing Your Data
data-sovereigntyvector-databaserag

Open Source Memories: How Local Vector Databases Let You Use Any LLM Without Sharing Your Data

Today’s best language models live in US or Asian data centres — but your documents do not have to follow them there. With a sovereign, locally managed vector database, your team can keep every memory and every document on its own infrastructure while still using GPT-5, Claude, Gemini, or Qwen as the inference engine. Here is why that split matters, especially for larger corporations.

Synaplan Team
Vibe a Website with AI: How We Run synaplan.com on Rules Instead of Tickets
vibe-codingai-websiteopen-source

Vibe a Website with AI: How We Run synaplan.com on Rules Instead of Tickets

We let AI agents build and maintain the entire Synaplan website — marketing pages, multilingual blog, even this article. The trick is not the model. It is the rules we keep next to the code. Here is how vibe coding with AGENTS.md works in production, and why we open-sourced the whole site.

Synaplan Team
Synaplan × openDesk: AI with Real European Sovereignty
opendesksovereigntypublic-sector

Synaplan × openDesk: AI with Real European Sovereignty

Synaplan is already running inside sovereign openDesk-based workplaces used by public institutions in Switzerland and Germany. Here is what that means — in plain language — and why it matters for every European organisation that wants AI without giving up control over its data.

Synaplan Team
ai-gatewayllm-proxymodel-routing

The Ultimate AI Gateway: Switch Models Instantly with Synaplan

An AI Gateway acts as a unified control plane between your applications and the various AI models on the market. Learn how to switch models instantly via config, set up automatic routing and fallbacks, and control costs.

Synaplan Team
open-sourceai-platformci-cd

Why We Build Synaplan as Open Source — And Why CI Matters

Synaplan is an open-source management layer between your team and every AI model on the market. Every release is automatically tested, scanned for vulnerabilities, and monitored for dependency health — because enterprises need AI they can trust.

Synaplan Team
powershellexcelautomation

Bulk Rename and Sort Files (from Excel) with PowerShell

Learn how to bulk rename, copy, or move files using an Excel spreadsheet and a single PowerShell command. Our free open-source script turns any XLSX column into ready-to-run file operations — perfect for (but not only for) compliance, tax audits, and document sorting with Synaplan SortX.

Synaplan Team