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.

Going beyond Google Login for critical apps. Identifying gaps & hardening your entry points.

Published: February 27, 2026

TigZig Command

Just AI security audit is not enough.. it misses things.

So had two Claude's go against each other....one hitting my app the other one fixing it. 130 tests across 3 phases.

This is the app that monitors all my databases, servers, deployments. Basically the keys to the kingdom, sitting on the public internet deployed at logs.tigzig.com. I also have client tools deployed on open internet (all with OAuth).

For admin-type apps sitting on the public internet (vs a VPN), OAuth (Google etc) alone isn't enough. So now this app has multiple independent gates.. Cloudflare Turnstile for invisible bot detection, a password gate before you even see the login page, Google OAuth with email whitelist, Google Authenticator MFA, JWT verification on every API call.

DDoS with rotating proxies - my server might remain unavailable for a little while till I turn on the 'under attack' mode in Cloudflare, But my gates won't be breached (hopefully)

More gate security possible? yupp.. but for a tool builder for small businesses, I think this is good enough.

Updated the security checklist to 78 items with all the new patterns. tigzig.com/security