About

01 — AI-Built audits, MVP Launch readiness, Fractional CTO

I'm Mik Bry. 30 years building software — SaaS platforms, AI products, real-time video, cryptography systems, and cloud infrastructure. The stack underneath: Rust, WebAssembly, React, Node.js, Python.

I work with founders, startups, and product teams who already have a prototype or MVP and now need to make it reliable, secure, and maintainable before launch.

02 — How I work

I use AI as an acceleration lever, not a shortcut. The goal is to ship faster while keeping a high bar on quality, security, and structure — clear architecture, human review, automated tests, documentation, and supervised AI-assisted delivery.

03 — Contact

hello@mikbry.com


04 — About this site

Plain static HTML — no framework, no bundler, no client JavaScript. A small Node script reads markdown from content/ and emits HTML to dist/. Total build time: a few seconds; the previous Next.js version took ~60.

The site itself was rewritten from Next.js + React + Tailwind to vanilla JS in about two hours, driven by Claude Code under human review.

Since July 2026 the site has been served from a Scaleway VPS in France with Caddy as its front-end — a move from GitHub Pages driven by the need for HTTP-header control and same-origin backend services (the future Trust Report delivery pipeline). Build time went from ~60 seconds to ~5. Deploy is a single-hop rsync over an SSH forced-command with a per-site deploy user; no CI framework layer, no orchestrator, no Docker in the artifact.