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 get Oracle's 24GB RAM server free - what I call the 'VPS Lottery'. Problem - hard to get. Solution - automated scripts and patience.

Published: January 30, 2026

Oracle ARM VPS Monitor

Oracle provides one VPS instance of 24GB RAM, 4 ARM CPUs, 200GB storage. Forever free. Like an EC2/Azure VM. Only cloud provider that gives this away always free.

Banged my head past one year on the web console - capacity never available.

Finally asked my AI Coder (Claude Code now) to research how people actually get these instances. Answer: automated retry scripts running 24/7, cycling through availability zones. Takes 1-3 months typically.

Had it build a retry script with monitoring dashboard, deployed on my server. The script will keep retrying until a VM is created. Results are saved to json on server on success. Checks all 3 availability domains each round. Ran 30+ days, over 100K API calls. Finally got the instance. Felt like I won a lottery.

Oracle reclaims inactive free instances - so put it to work immediately. Had Claude Code secure the server, install Coolify, deploy my DuckDB dashboards as alternate backend (IMDb data, 230M rows, 16GB database, FastAPI layer) - same day.

Resources below - VPS creation tool, infra guides, live dashboard.

Bonus: Oracle also gives 2 AMD Micro VMs (E2.1.Micro) - 1 CPU, 1 GB RAM each, x86 (not ARM), always available. No lottery. Great for many tasks. Each uses ~50 GB of your 200 GB quota.


Resources

Oracle ARM VPS Creator: Real-time Web UI with Live Monitoring https://github.com/amararun/oci-arm-vm-monitor FastAPI + HTML interface with Basic Auth. All OCI credentials stay server-side.

2026 Infra Guide for Tool Builders

Live Dashboard (DuckDB, IMDb data, 230M rows, 16GB, Open Source) https://www.tigzig.com/movie-explorer Toggle between Hetzner/Oracle servers.