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.

How to update Excel, Google Sheet and backend Databases with Natural Language commands with Voice Agents

Published: October 24, 2024

Video thumbnail

Execute. Automate. Analyze

Chat is just one of the many things LLMs can do...

They can act and execute.

In this first of a 5 part series, I show a demo, architecture and process tracing. Next 4 are all detailed hands-on implementation guides.

VTEXER: Voice-Enabled LLM Action Agent App for Task Execution Automation Query and Research. I demonstrate how you can, with natural language voice instructions:

And yes, it can also chat.

The app uses LLM ReAct Agents, Reasoning and Action Agents. Called as such since they can execute tasks via API calls, also called Function Calls / Tool Calling. Fairly easy to setup in Flowise. FlowiseAI (YC S23) has a marvelous functionality to access an agent / chat flow via an API endpoint. Allows you to fully customize the UI and response flow. Using that extensively here (glad i remembered it from Van Zyl's videos).

The app has a React.js frontend, with Flowise providing complete middle layer of LLM Agents and ChatFlows. Backend of automation workflows in Make.com, automation scripts in Google Apps Script and database connectivity via a custom-built FastAPI server.

ALL coding done by GPT, LLMs & AI Assisted Coding Tools. For Google Scripts and Python I like GPT-4o. For React in general it is Claude Sonnet. For React.js apps like this one, my current favorites are Claude Dev, a VS Code extension and Cursor AI IDE, a VS Code fork. Claude Dev works on Github Codespaces also… I have a bit of preference for cloud over local. Both are able to create new files as well as modify files across whole codebase. Claude Dev even has terminal access, so does pretty much everything.

In this video:

  1. Demo
  2. Architecture Overview
  3. Tracing of Agent Flow - Component Level
  4. Implementation Guide - process steps

The total video content for the implementation guide is more than 2 hours. I will be publishing it in 4 Parts over the coming week or so. Along with the GitHub Repo, Codes, Schemas, Blueprints, etc. Free to use.