Pay-per-call compatibility and migration intelligence for developer tools. No API key. No account. Just USDC on Base via the x402 protocol.
Are two tools compatible? Verified data from 6,622 pairs and 58,638 manifest co-occurrences from real repos.
GET /v1/compatibility/nextjs/supabase
How many repos switched between two packages, when, and with what confidence. 422 migration paths from real git history.
GET /v1/migration/jest/vitest
Send your full proposed stack. Get a compatibility matrix, conflict warnings, and migration alternatives for every package pair. Pre-flight intelligence for coding agents.
POST /v1/stack/architect {"packages": ["react", "nextjs", "supabase", "prisma"]}
Hit an endpoint to see the 402 payment challenge:
curl -v https://indiestack.ai/v1/compatibility/nextjs/supabase
x402-capable agents can discover these endpoints programmatically:
curl https://indiestack.ai/.well-known/x402-resources
After payment, a compatibility check returns:
{"tool_a": "nextjs",
"tool_b": "supabase",
"compatible": true,
"confidence": "verified",
"success_count": 47,
"cooccurrence_count": 312,
"related_tools": ["prisma", "lucia-auth"]}