2025

CarlosAguerri

Automation / Systems Product Engineer

I ship features, integrate APIs, and build reliable systems end-to-end. I move faster than most teams because I use modern AI tooling effectively — not as a crutch, but as leverage. Strong in architectural decision-making, edge-first systems, and automation pipelines.

Miami, FL · Open to Remote (US)

WHAT I DO
• Ship features from zero with clear conventions, structure, and DX
• Make runtime decisions (SPA vs SSR, polling vs streaming, cache TTLs) based on real constraints
• Integrate APIs and design storage layers with explicit tradeoffs (Postgres, SQLite, D1, KV)
• Build reliable systems — real-time pipelines, batch automation, and streaming APIs that stay correct under load
• Own products end-to-end — move fast without breaking things
STACK
TypeScript·React·Astro·Hono·Cloudflare Workers·D1·KV·R2

Comfortable across the JS ecosystem — tools are chosen based on constraints, not preference.

SELECTED WORK

CURRENTLY BUILDING

loadit

Dev environment orchestration — Netflix for tools, skills, and workflows. Pick a pack, attach, done.

Why: Devs manage scattered tools across MCP servers, client-side utilities, research workflows, and automation scripts. Each requires separate config, auth, and maintenance. Power users handle it. Everyone else drowns in setup.
Solution: One interface for all environments. Curated packs (Research, Build, Design, Ops) bundle MCP skills, client-side tools, and workflows. Attach to Claude Code, Cursor, Windsurf — or run standalone.
Tradeoff: Simplicity over granular control. Curated packs instead of à la carte — optimized for speed, not customization.
Next: Usage analytics, custom pack builder for teams, workspace inheritance, and client-side tool marketplace.

pressgen

High-volume flyer production engine for TikTok Live agencies managing creators at scale.

Why: TikTok Live agencies produce 50-1000 flyers daily with tight turnarounds (often minutes before going live). Every flyer needs creator profiles, event metadata, and agency branding — all swappable without layout drift.
Solution: SPA on Cloudflare Pages with client-side canvas rendering (Konva), structured JSON templates, and R2-backed asset storage. Multi-tenant by default, brand-locked per agency.
Tradeoff: Guardrails over freedom — templates are structured, branding is enforced. Speed over complexity — editing takes seconds, not minutes.
Next: Batch export queue, calendar scheduling integration, and template versioning.

SHIPPED · LIVE

Real Estate SEO Engine

SEO-first Next.js engine generating hundreds of indexed landing pages from a single source of truth. Architected dynamic routing, JSON-LD schema generation, and programmatic sitemaps. Used SSR and static generation selectively to balance indexability, build time, and maintainability.

Screenshot Tool

GitHub ↗

Utility for automatically capturing and organizing screenshots into structured folders and filenames, eliminating manual sorting during high-volume workflows.

Wellness Site

Marketing site with automated email drip campaigns. Integrated ConvertKit APIs for subscriber tagging and sequencing, enabling hands-off content distribution once published.

CASE STUDY

OrbGlide

GitHub ↗

Real-time sports data platform with explicit separation between live and historical workloads. Live games prioritized freshness with short TTLs and event-driven cache invalidation. Previews and recaps used aggressive edge caching and precomputed aggregates. Separate read paths prevented over-invalidation and unnecessary compute. Built on Cloudflare Workers, Hono, KV, and D1. Live API was shut down after validating the architecture to avoid third-party data costs.