Skip to content
View yammbocom's full-sized avatar

Block or report yammbocom

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yammbocom/README.md
Frank Rivera

Portfolio Email X Instagram

Hello,

const frank = {
  role: "Co-founder & engineer at Yammbo",
  since: 2017,
  builds: ["point of sale", "storefronts", "websites", "streaming", "AI assistants"],
  for: "small businesses that actually sell with it",
  previously: ["Globant", "Toptal", "Applaudo Studios"],
  runsOn: "servers we operate ourselves β€” we carry the pager at 3am",
}

I build and run the software small businesses sell with. Most of my time goes to the half nobody demos: recommendations that run against our own database instead of a third-party API, catalogs of hundreds of thousands of tracks that still page fast, and sites that hold up on a phone with bad signal.

πŸ› οΈ Stack

Stack Infra

πŸ€– Where AI actually sits in this

Not a feature bolted on the side β€” it runs unattended in production. The storefront picks and publishes its own catalog daily, the website builder turns a brief into a deployed site, the blog writes and ships itself, and the assistants answer real customers on WhatsApp, Instagram and Facebook.

The interesting engineering is the part around the model, not the prompt: retries, cost ceilings, human-readable failure, and knowing when not to call it at all.

πŸš€ What I build

Product What it does
Yammbo POS Point of sale for restaurants and retail. Dine in, delivery and pickup on one screen, inventory and per-branch reporting behind it. Installs as a PWA.
Music Music streaming with recommendations served from our own catalog.
TV Video streaming, web and Android.
Shop Storefront with an automated catalog and social pipeline.
Web Website builder that generates and publishes a full site from a brief.
Blog Written and published on a schedule by an n8n pipeline.

πŸ“Š Metrics

GitHub stats Top languages

Served by a Worker I wrote for this, because the usual stat cards only read public repos and reported a third of the real numbers. Languages cover owned, non-fork repositories.

🧰 Free tools we host

No account, nothing to install, most of them do their work in your browser.

Dev Draw PDF Convert Remove BG OCR Paint

Most of these are open source projects we package, host and keep running so they are one click away. Credit for the underlying work belongs upstream, and each repo names it.

πŸ’Ό Hiring?

Important

I'm open to interesting work. The fastest way to see what I do is frank.yammbo.com β€” full background, projects and stack. Email works too: frank@yammbo.com. I read everything myself.

Pinned Loading

  1. frank.yammbo.com frank.yammbo.com Public

    Personal portfolio. Astro on Cloudflare Workers.

    TypeScript

  2. yammbo-chat yammbo-chat Public

    Support chatbot on Cloudflare Workers: RAG over a docs knowledge base, Groq with Gemini fallback, and an embeddable widget.

    TypeScript

  3. yammbo-ocr yammbo-ocr Public

    Client-side image-to-text built on tesseract.js. Nothing leaves the browser. Runs at ocr.yammbo.com.

    TypeScript

  4. Yammbo-Tv-web Yammbo-Tv-web Public

    Forked from Stremio/stremio-web

    Web player for tv.yammbo.com. Fork of the Stremio web client.

    JavaScript

  5. yammbo-stats yammbo-stats Public

    GitHub stat cards that count private work. The public services reported 55 of my 615 contributions, so I wrote this: Cloudflare Worker, GraphQL, hand-built SVG.

    TypeScript