Drupal
Robust enterprise open-source CMS ideal for complex web portals, extensive content, granular roles, and custom integrations. For custom work, see the Drupal Development service.
Critical External Dependency: When a Vendor Becomes a Risk
Every company today depends on external technologies and vendors. We use cloud, SaaS services, payment gateways, accounting systems, hosting, or external developers. That is not a problem in itself. The problem starts the moment we cannot function without one particular vendor. That is called a critical external dependency. When does it become a problem? Picture an e-shop that has been running on a single platform for several years. It holds the website, the products, the orders, the stock, and the link to accounting.
Drupal Development
For 15 years I have worked with Drupal for Czech and international clients — mostly where the point-and-click admin stops being enough. I write the custom backend, connect Drupal to the rest of your systems, bring AI into it, and run it on infrastructure you control: your own VPS or cloud. Projects usually start with a technical workshop and a review of the current setup. Based on that I propose the architecture, scope, and timeline. I focus on clean code, security, testability, and easy maintenance.
Photostock Browser Integration
Status: Production Authors of articles had to find images on photostock websites, download them, and upload them to the CMS. I wrote a custom Drupal module that allows authors to search for images directly from the article editor and insert them with a single click. Key features In-editor photostock search via API with modal preview One-click image insertion into articles Automatic download, cropping, and upload to S3 in the background Simplified image licence management Open-source Drupal module: www.drupal.org/project/imago
Drupal on Docker
Status: Maintained A Docker Compose starter pack for Drupal 11. A complete development stack — PHP 8.4, Nginx and MySQL 8.4 — that gets a new Drupal project running in minutes, with nothing installed on the host. The point is that Docker is not a side tool here, it is part of the project. The docker/ directory and docker-compose.yml sit in the repository right next to the Drupal codebase and composer.json, and the image is built from that same project. The environment is therefore versioned by the same git history as the application — it cannot drift from the code meant to run in it, and a single git clone brings you both.
Claude Plugins – Skills for Claude Code
Status: Active development This repository contains a collection of Claude Code Skills that extend Claude Code with specialized knowledge and best practices for web application development. The project is available on GitHub: https://github.com/siva01c/claude-plugins Currently Available Skills Drupal Skills focused on Drupal development. They include best practices for: Module development Drupal Coding Standards Composer Drush DDEV Common development workflows Security Skills focused on web application security. They include guidance and reviews based on:
Outdated SEO Content Cleanup
Status: Production The client manages content across multiple websites with hundreds of thousands of articles. They needed to remove outdated SEO content — paragraphs with various headers and links scattered throughout the articles. I built a bulk cleanup pipeline to identify, queue, and automatically process the affected content. Key features Bulk article export and analysis using OpenRefine CSV-driven identification of articles containing outdated SEO content Custom Drupal form for generating queue items from CSV data Automated queue processor that removes or rewrites SEO content based on defined rules Scaled to hundreds of thousands of articles across multiple sites
Drupal & Hugo Development
15 years of experience in developing professional web solutions – on both Drupal and Hugo. I help clients choose technology based on business goals, traffic, content structure, and operations. Both platforms run in production in my projects, and I can combine them in hybrid setups. Drupal vs. Hugo Comparison Criterion Drupal Hugo Project type Corporate portals, e-commerce, knowledge bases Presentations, landing pages, blogs, documentation Content management Structured, workflows, roles, and permissions Markdown in Git, simple editing Performance Scales with caching and infrastructure Extremely fast static files, excellent Core Web Vitals Security Regular updates, granular permissions Minimal attack surface, no database Integrations REST/JSON:API, CRM, ERP, AI, MCP Static generators, API at build time, CDN Operations Docker, VPS, AWS, DDEV, monitoring CI/CD, CDN, no server-side runtime Maintenance cost Higher – updates, modules, security Lower – Git, build, deploy When to Choose Drupal Drupal is the right choice when you need:
Which Open-Source CMS Should You Choose for an AI Knowledge Base?
Most companies introducing an AI assistant over internal knowledge start with technology: which model, framework, or vector database to use. Those layers can be changed when needed. A knowledge base and CMS give an AI project a stable foundation: they determine where company knowledge is created, who maintains it, and how it stays current and approved. AI then works with information the company can trust. A CMS as a knowledge base, not only a website In an AI project, a CMS has a different role than on a website. It is where knowledge is created, structured, approved, and maintained, and where AI retrieves it. The selection criteria therefore differ: