Skip to content
View Hiberius's full-sized avatar
  • Spain
  • 21:51 (UTC -12:00)

Block or report Hiberius

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.

Content in all repositories owned by your account will be closed.
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
Hiberius/README.md

Hi, I'm Christian Calabrò 👋

Performance marketer turned developer, based in Italy. I build products that help small businesses sell more, then sometimes I open-source them when the market gets harder than the code.

🚀 Latest project

CommentHide — self-hosted Facebook comment moderation

Facebook Ads fill up with crypto bait, follower farms and WhatsApp numbers within an hour of a post performing. The tools that fix that are €30–200/month subscriptions that keep your Page token on someone else's server. CommentHide does the same job as a single Cloudflare Worker in your own account, usually for free.

It is a rule engine, not a blunt switch: seven rule kinds, a dry-run mode that records every verdict without touching Facebook, and a stated reason on every decision. Spam gets hidden. An unhappy customer does not.

  • Stack: Cloudflare Workers · D1 · TypeScript strict · Hono · Meta Graph API · zero runtime dependencies in the UI
  • Guarantees: Page token encrypted at rest with AES-256-GCM, never returned to the browser, never in a URL or a log
  • Status: 299 tests passing, CI green, MIT licensed, deployable in about five minutes

Stars


🧰 Also open source

WhatsApp Receptionist — open-source AI receptionist

The AI receptionist that books real appointments on WhatsApp. Crafted in Italy 🇮🇹 with GDPR built-in. Multi-tenant SaaS starter kit, MIT licensed, self-hostable in 30 minutes.

  • Stack: Next.js 15 · React 19 · TypeScript strict · Supabase EU · Anthropic Claude Opus 4.7 Max · ElevenLabs · Stripe · Upstash
  • Compliance: GDPR Article 15/17 endpoints, Italian SDI electronic invoicing, EU-only hosting
  • Status: 369 tests passing, production-ready, 35 frontend pages, 37 API routes, 21 RLS-isolated tables

GitHub

⭐ Star either repo if it's useful — I'm a one-person team and stars are how I know what to keep building.


🛠️ What I'm good at

  • Performance marketing & growth: paid acquisition (Meta, Google, TikTok), CRO, attribution, SaaS metrics
  • Full-stack TypeScript: Next.js, React, Node, Supabase, Postgres
  • AI integration: Anthropic Claude, prompt engineering, agentic workflows with Claude Code
  • European compliance: GDPR, AGCOM, Italian SDI fiscal stack

🌍 What I care about

  • Self-hostable SaaS for European SMBs
  • AI that respects privacy by default
  • Italian B2B fiscal compliance done right (no half-baked SDI integrations)
  • Open source as a way to validate products before raising money

💬 Get in touch


"Crafted in Italy. Designed for everywhere."

Pinned Loading

  1. whatsapp-receptionist whatsapp-receptionist Public

    Open-source AI receptionist for WhatsApp. Books real appointments on Google Calendar, transcribes voice notes, escalates to a human. Multi-tenant Next.js 15 + Supabase + Claude SaaS starter, GDPR-f…

    TypeScript 15 13

  2. couples-card-game couples-card-game Public

    SPICE — a 500-card question and dare game for couples. Offline-first PWA, installable on any phone or desktop, zero dependencies, zero tracking. Adults only.

    JavaScript 1

  3. creativelift-ai creativelift-ai Public

    Open-source AI marketing measurement & incrementality testing platform. Track every AI creative from prompt to causal revenue lift — A/B experiments, SRM, sequential testing (mSPRT), MMM, Thompson …

    Python 1

  4. word-monument word-monument Public

    One million cells, one character each, one dollar, forever. The Million Dollar Homepage sold pixels to advertisers; this sells letters to people.

    TypeScript 1

  5. commenthide-facebook-comment-moderation commenthide-facebook-comment-moderation Public

    Self-hosted Facebook comment moderation on Cloudflare Workers. Automatically hide spam, scam and link-drop comments on Meta Page posts via the Graph API — rule engine, dry run, full audit trail. Op…

    TypeScript 1

  6. polymarket-bot-graveyard polymarket-bot-graveyard Public

    An honest, step-by-step post-mortem of six autonomous Polymarket trading bots built and killed over three months. Zero edge found — and why that 'no' was the only real win. Code, autopsy, and lesso…

    Python