Menu
AboutWorkExperienceContact
ftgeorgean@gmail.com
Available
02Web

DotArc

Runtime secrets management. No .env files. Ever.

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
ZERO-TRUST RUNTIME

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
DotArc Interface Screenshot 1
DotArc Interface Screenshot 2
DotArc Interface Screenshot 3