Best used with an AI agent

40+ live apps, open data APIs, MCP servers, and 200+ guides - more than anyone wants to click through. Point your AI here and it reads the whole map and does the work: finds the tool, pulls the data, runs the analysis, and hands you the links.

Here for the open-source code? Your agent finds the right repo for you - and can even clone and deploy it.

Prefer to explore on your own? Go right ahead.

Paste this to Claude Code, Codex, or any AI agent:
Go to tigzig.com and read tigzig.com/llms.txt. It is a practitioner toolkit - 40+ analytics apps, open no-auth data APIs, MCP servers, open-source repos (github.com/amararun), and 200+ build guides. Help me [your task]. Surface the exact links; where there is an API or MCP, call it directly; and if I want to self-host, find the repo and help me deploy it.

Realtime voice AI - OpenAI WebRTC Implementation. Live app. Open source.

Published: January 19, 2025

Video thumbnail

REX-RT Voice AI

The real-time AI space is moving fast. Exploring options for real-time, conversation-driven analytics and DB-backed interactions.

OpenAI's revamped Realtime API, Google's Flash 2.0 Experimental, and ElevenLabs' Conversational AI are all raising the bar while driving down costs.

Built REX-RT, a mobile-friendly app powered by OpenAI's Realtime API. It connects to a PostgreSQL database with 1.5M cricket records-live, searchable, and fast. Using WebRTC, gpt-40-mini, and function calling. Costs ~$0.05–$0.07 per minute. Fully customizable.

While the demo uses cricket data, it can support domains like finance, retail and beyond.

Performance: Solid, but not plug-and-play. Needs deep dives into event flows, WebRTC, and APIs. It's a code-and-build journey.

Last week, I shared REX-C (cricket-odi.tigzig.com), built with Eleven Labs' Realtime Voice Widget. Plug-and-play simplicity, excellent performance (~$0.20/min), but limited UI customization-unless you use their SDK.

The possibilities: Huge. Conversation-driven analytics, voice integrations, realtime DB backed conversations, scalable apps for enterprises.

Other tools to explore: Gemini 2.0 Flash Experimental, Eleven Labs, Hume AI and packaged ones like Vapi, Bland AI, Synthflow and others.


Tech Details-Source Code

REX-RT is built with Cursor AI. Vanilla JS/HTML with CSS for mobile responsiveness, FastAPI for DB connectivity, and Flowise AI for LLM agents. Basic security is via domain whitelisting.

Most of my apps lean on React, but loving Vanilla JS for its raw power and speed to deploy-though it trades some polish for simplicity.

Source code, deployment guides and learning resources: tigzig.com

Caveat: This is a working prototype with a single agent (gpt-40-mini). Data is sourced from cricsheet.org's experimental CSV section and isn't independently validated.