Build the Future.
Software Engineer. AI Specialist. 20+ Years Experience.
Let's build somethingAbout Me
Founder of IT-Trail GmbH. I build AI-powered software and the tools that let AI build software. For over 20 years, I've been shipping solutions — from mainframe banking to cloud-native microservices.
Expertise
Three disciplines. One goal: software that improves itself.
Agentic Development
Creator of Atoo StudioAI agents that build software — not just suggesting code, but scaffolding entire projects, testing, and deploying.
public class AgentOrchestrator
{
async Task<Result> Execute()
{
var plan = await _agent
.Analyze(requirements);
return await Build(plan);
}
} const pipeline = async () => {
const result = await fetch(
'/api/deploy', {
method: 'POST',
body: JSON.stringify({
env: 'production',
agent: 'claude'
})
});
}; resource "aws_ecs_service" "app" {
name = "production"
cluster = aws_ecs_cluster.main.id
task_definition = aws_ecs_task.app.arn
desired_count = 3
launch_type = "FARGATE"
} Full-Stack Engineering
20+ years shipping codeFrom C# and .NET to Node.js and TypeScript to infrastructure — full-stack means everything from database schemas to CI/CD pipelines.
Cloud-Native DevOps
AWS / Azure / Sovereign CloudEC2 automation, container orchestration, Infrastructure as Code. I don't just build software — I build the platforms software runs on.
Most developers build:
Features.
I build:
Systems. Not features.
What I've Built
SiteHorse.ai
AI-powered website builder. Create professional web presences — automated, efficient, no technical skills required.
IT-Trail SaaS Stack
All-in-one SaaS foundation: OAuth2 SSO, user registration, Google/Microsoft login, Stripe/Paddle integration. The backbone of SiteHorse.ai and future SaaS projects. Currently private — open source planned.
Online Network Tools
Browser-based network tools: DNS lookups, SSL analysis, port scans and more. Fast, no installation needed.
Disinfection Tunnel
IoT control system for disinfection tunnels: Arduino/Controllino firmware, Raspberry Pi HMI with Blazor, cloud management platform, and permanent 4G network connection.
Acoustic Soundmasking
IoT hardware product for soundmasking: ESP32 firmware (ESP-IDF), Bluetooth/WiFi/ESP-NOW, PCB design, 3D-print prototyping, cloud platform (Blazor), and React Native mobile app for Android/iOS.
Printedmoments
Custom-built photobooth software and hardware for weddings, corporate events, and celebrations.