I design and ship compliance automation, investment intelligence, and trading systems — end to end, from architecture to production monitoring. No agency layer, no handoffs. One person, running real infrastructure.
GDPR / AI Act / NIS2 assistant on Cloudflare Workers AI, with a built-in risk audit calculator and tiered Stripe billing.
→ live demoDark-mode portfolio screener tracking 1300+ assets across equities, crypto, biotech and startups — modular, framework-free.
→ view case studyTrading bot that turns strategy state changes into real-time Telegram alerts — BUY / SELL / HOLD, rate-limited, credential-isolated.
→ view case studySmall teams need fast, defensible answers on GDPR, the EU AI Act and NIS2 — without paying for a compliance consultancy on every question.
A Workers-hosted chat assistant with dedicated modules for GDPR, AI Act, NIS2, due diligence and technical security, plus a 6-question risk audit calculator and a terminal CLI client for offline use.
Cloudflare Workers, Workers AI (Llama 3.3 70B), KV for key storage, Stripe for tiered billing (Free / Pro / Enterprise).
No secrets in the repo — all keys via Cloudflare secrets and a dedicated KV namespace. Usage tied to API keys, not client-side trust. Billing state never gates the answer content itself, only usage volume.
Resolve a pricing-modal runtime issue in the upgrade flow, then expand the regulatory knowledge base and add usage analytics per tier.
Cron and launchd jobs run market watchers and price alerts on fixed intervals, using absolute interpreter paths so jobs survive shell/env changes.
All credentials live in .env or platform-native secret stores — never hardcoded, never committed. Rotated on any suspected exposure.
User-facing bots enforce per-user request limits and bounded conversation context to keep cost and abuse surface predictable.
Trading and investment tools are explicitly labeled as automation, not financial advice — surfaced in-product, not buried in a footer.