Docker
26 production projects and 3 rule sets built with Docker.
AGENTS.md Rules & Agent Skills
Go + Echo + SQLite (Embedded, Self-Hosted Tools)
Architecture guidelines for single-binary Go services using the Echo framework, embedded SQLite, and minimal-JS server-rendered UI.
Go + PostgreSQL (pgx & sqlc) + React
High-throughput systems architecture rules for Go (Golang), pgxpool connection management, sqlc type-safe query generation, and React web dashboards.
Rust + Axum + PostgreSQL (sqlx & Tokio)
High-concurrency systems architecture for Rust 2024, Axum 0.8, Tokio async runtime, compile-time SQL verification with sqlx, and Tower middleware.
Production Projects
Mattermost
High-security enterprise messaging; Go backend with concurrent WebSocket routing and React desktop/web clients.
Vaultwarden
Unofficial Bitwarden compatible server written in Rust; replaces the heavy multi-container C#/.NET stack with a lightweight single-binary service consuming under 50MB of RAM.
Nextcloud
The world's most deployed self-hosted cloud office suite; gives complete data sovereignty over files, calendars, office collaboration, and communications without third-party surveillance.
Rocket.Chat
Enterprise privacy-first Slack alternative; combines real-time messaging, WebRTC video calling, matrix federation, and strict compliance security with full on-premises data ownership.
Hasura
Turns databases into high-throughput GraphQL APIs in seconds; compiles GraphQL queries directly into optimized single-query SQL statements in Haskell with enterprise access controls.
Gitea
Frictionless GitHub alternative; written in Go to run on minimal hardware (even a Raspberry Pi) while providing Git repository management, issue tracking, and Docker-based CI/CD pipelines.
MinIO
Standard for private cloud object storage; engineered in Go with SIMD assembly acceleration to deliver multi-gigabyte/sec read/write throughput compatible with the Amazon S3 API.
n8n
Leading self-hosted Zapier alternative; combines an intuitive Vue visual canvas with a high-throughput Node.js execution engine and built-in AI agent reasoning nodes.
Fasten Health
Self-hosted personal health record aggregator connecting thousands of medical institutions via standard SMART-on-FHIR protocols. Built in Go for secure single-binary local-first deployment with embedded encrypted SQLite storage and zero third-party telemetry.
Browserless
Production-grade headless browser grid for automated web scraping, PDF generation, and synthetic testing. Wraps Chromium instances in isolated Docker sandboxes with WebSocket multiplexing, connection pooling, and memory-leak auto-restarts.
Apache Answer
Self-hosted developer community and technical Q&A platform (Stack Overflow / Dev Community alternative). Built with Go Gin for high concurrency and low memory usage, GORM for multi-database persistence (Postgres/MySQL/SQLite), and React TypeScript for rich Markdown editing.
Gatus
Lightweight developer status page; compiled into a single binary where Go performs zero-allocation concurrent health checks and serves an embedded Vue interface.
Authentik
Enterprise open source IAM; Django core manages permission trees while lightweight Go outposts terminate TLS and validate tokens at the edge.
Budibase
Low-code platform for internal business apps; Svelte-powered reactive client connected to modular Node.js database connector plugins.
Crowd.dev
Community intelligence platform; event-driven worker architecture tracks open-source developer engagement across GitHub, Discord, and Slack.
Penpot
Open-source web-based Figma alternative; Clojure backend utilizes open SVG standards directly for pixel-perfect design rendering.
Ollama
Ultra-lightweight local LLM runtime; Go REST daemon manages model distribution while C++/llama.cpp provides optimized GPU compute.
Mage AI
Modern data orchestration tool; Python execution engine with interactive React notebook UI for building real-time data pipelines.
Logto
Developer-centric OIDC & OAuth identity provider; unified TypeScript backend with fine-grained RBAC and multi-tenancy.
Coolify
Self-hosted Heroku/Netlify alternative: single Laravel server orchestrates servers, databases, and Docker containers via SSH.
Directus
Database-first architecture: dynamically layers a clean REST and GraphQL API directly over any existing SQL schema.
Langfuse
Specialized LLM tracing platform: high-volume generation logs streamed into ClickHouse for cost and latency analytics.
Typebot
Visual node-based builder: drag-and-drop state machine with lightweight web embed runtime.
Appwrite
Self-contained asynchronous BaaS: async Swoole server delivers ultra-low memory footprint and massive concurrency.
Often Used With
Frequently Asked Questions
How many production projects use Docker?
26 verified production projects in the STACK IT FAST directory use Docker, each with a full architecture breakdown.
What is Docker most often used with?
Across projects in the directory, Docker is most commonly paired with PostgreSQL, TypeScript, Redis.
Is there an AGENTS.md rule or Claude Code skill for Docker?
Yes — Go + Echo + SQLite (Embedded, Self-Hosted Tools), Go + PostgreSQL (pgx & sqlc) + React, Rust + Axum + PostgreSQL (sqlx & Tokio) each include a full AGENTS.md, CLAUDE.md, Cursor .mdc rule set and an installable SKILL.md covering Docker.