Core Stack
- TypeScript
- Next.js
- Node.js
- CLI
Key Deliverables
- In-memory secret injection at runtime
- Token-based access with short-lived credentials
- Real-time log redaction
- Team workspaces + full audit trails
Project Overview
DotArc was engineered to permanently eliminate the risk of committing .env files and hardcoding secrets. It operates as a zero-trust CLI that fetches encrypted configuration maps from a highly available vault, injecting them directly into the runtime memory of the application without ever persisting to disk.
System Architecture
Built atop a Node.js CLI written entirely in TypeScript, integrating with a Next.js / PostgreSQL dashboard for team management. Cryptographically secure tokens facilitate ephemeral API handshakes.
Core Objectives
- 01Zero-disk footprint for sensitive configuration.
- 02Instantaneous credential revocation across distributed teams.
- 03Invisible integration seamlessly replacing standard process.env.
Visuals // Interface




