@@ -9,13 +9,15 @@ Open source developer multi-cloud infrastructure management platform.
99StackDock provides a unified interface for managing infrastructure across multiple providers. You own the code.
1010
1111** Three Registries:**
12+
12131 . ** Docks Registry** (` packages/docks/ ` ) - Infrastructure adapters (copy/paste/own)
13142 . ** UI Registry** (` packages/ui/ ` ) - Dashboard components (shadcn/ui model)
14153 . ** The Platform** (` convex/ ` , ` apps/web/ ` ) - Orchestration layer (RBAC, encryption, audit)
1516
1617## Architecture
1718
1819** Universal Tables** (Provider-Agnostic):
20+
1921- ` servers ` - Vultr, DigitalOcean, Linode, Hetzner, Coolify
2022- ` webServices ` - Vercel, Netlify, Cloudflare, Coolify
2123- ` domains ` - Cloudflare
@@ -71,12 +73,14 @@ Open http://localhost:3000
7173** Status** : Pre-alpha. Read-only mode.
7274
7375** What Works:**
76+
7477- 16 providers integrated (Vercel, Netlify, Cloudflare, Turso, Neon, Convex, PlanetScale, Vultr, DigitalOcean, Linode, Hetzner, Coolify, GitHub, Sentry, Better Stack)
7578- Universal schema validated across provider types
7679- Real-time sync via Convex subscriptions
7780- RBAC, encryption, audit logging
7881
7982** What Doesn't:**
83+
8084- Write operations (create, modify, delete, provision) are not implemented
8185- All functionality is view-only
8286
@@ -107,3 +111,5 @@ MIT License - see [LICENSE](LICENSE) for details.
107111Report vulnerabilities to security@stackdock.dev . Do not create public GitHub issues for security vulnerabilities.
108112
109113See [ SECURITY.md] ( ./docs/architecture/SECURITY.md ) for complete security documentation.
114+
115+ <!-- Remote Verification -->
0 commit comments