The platform you'd build if you had time.
A guided tour through Dockier — from connecting your first repo to deploying a verified commit.
Unified dashboard
Project counts, deployment status, scan history, and findings — at a glance, with severity badges that mirror your team's mental model.
Scan results that make sense
Group findings by file. Filter by provider. Open a remediation PR or create a Jira/Linear issue without leaving the page.
AI project overview
Eight tabbed sections: Overview, How It Works, Tech Stack, Architecture, Data & Storage, Code Quality, Security, Deployment. Cached per commit, refreshable on demand.
From repo to prod in four steps.
Connect repository
Link GitHub, GitLab, or Bitbucket. Branch tracking and tech stack detection start immediately.
Analyze & scan
Semgrep, SonarQube, custom rules, OSV.dev, and AI architecture analysis run on every commit.
Fix with AI
Generate remediation PRs from findings. Assign reviewers. Track effort and severity in one queue.
Deploy securely
Promote a verified commit to AWS or GCP with branch-based pipelines and full rollback.
Built API-first by engineers, for engineers.
Microservices on Fastify. React + Tailwind frontend. OpenAI under the hood. Self-hosted or fully managed — your call.
- API-first architecture
- Fastify microservices
- Self-hostable
- OpenAI gpt-5.4-mini
- Webhooks for everything
- GraphQL + REST
// dockier.config.ts
import { defineProject } from "@dockier/sdk";
export default defineProject({
repo: "github.com/acme/billing-api",
branch: "main",
scanners: ["semgrep", "sonarqube", "custom"],
ai: {
analysis: true,
remediation: { autoOpenPR: true, reviewer: "@security" },
},
deploy: {
provider: "aws",
strategy: "blue-green",
env: "production",
},
});Start securing your repositories with AI.
Connect your first repo in under 60 seconds. Free for personal projects and open source.