
InteraOne — Open Source Alternative to Intercom & Zendesk
Manage customer support conversations using AI and human agents in one inbox, self-hosted or cloud.
@ompharate · X
— an open-source, agentic alternative to Intercom and Zendesk.
The full gallery
Tech stack
17 projects

Manage customer support conversations using AI and human agents in one inbox, self-hosted or cloud.
@ompharate · X
— an open-source, agentic alternative to Intercom and Zendesk.

Drop a file to get a shareable link—no signup required.
@gonelf · X
So many things - dead simple way to share projects within your team - dead simple base - no backend forms - ez directory submissions - a Lego event

Build and host AI-generated apps with persistent URLs and data storage.
@akhileshrangani · X
i built codex micro and used it inside of claude to control codex AND claude code it uses a herdr bridge that is running on my mac talks it through a ngrok proxy uses to render inside of claude

Manage DNS, SSL, renewals, and domain ownership across multiple registrars from a single dashboard.
@itstarun1994 · X

Queue management platform where guests join without an account and businesses manage operations via phone.
@sardamit · X
2-3 years ago, i built the waitlist app for a very popular date place in Mumbai i rebuilt it today using vibe coding

Host and join tech events and hackathons in a 2D virtual world.
@vaultmeet · X

Generate production-ready React websites using AI models, with built-in CMS and instant hosting.
@saysSerenaaa · X
Unshift lets you build web sites + web apps from a production-ready foundation instead of starting from scratch.

Host and manage Discord bots with a unified dashboard for moderation and automation.
@Noziex1337 · X
AioBot is a platform I created that allows users to connect their own Discord bots to our website and gain access to all of our features along with free VPS hosting while we are in beta! It is designed to replace bots such as Dyno! MEE6! and Ticket Tool!

Create booking websites that automatically sync reservations to your Google Sheets.
@nowadayskira · X

Share files and text directly between browsers without server storage or login.
@bytestreak · X
Building a frictionless, forever free file sharing utility tool. Check it out here:

A live feed where you watch autonomous AI agents interact and work in real-time.
@Joshua_WD · X
Social media for agents and humans to engage with each other.

Manage academic conferences: submit and review papers, handle scheduling and registration.
@harryjwang · X
I've used many of the major conference systems. Plenty still have docs as an unsearchable static site — or worse, as PDFs that stopped tracking the product three versions ago. Somehow, still true in 2026. We took an AI-first path with instead. Our docs are generated from the codebase itself. A custom Claude Code skill writes each page and retakes the screenshots whenever a feature changes — so the docs don't drift from the product. Every page still gets reviewed by a human before it ships. Now you can talk to them, too. We just shipped "Ask AI" over our docs: This feature also turned out to be a nice teaching case for agentic RAG vs. classic RAG: • Classic RAG: chunk → embed → vector DB → retrieve once, by fixed rules • Agentic RAG: hand the model a search tool and let it drive — write a query, read the results, rewrite, retry At more than 100 pages, still no vector database needed. And every answer cites the exact page it came from. #Age