First-class Tooling
A CLI, a Chrome DevTools extension, and an MCP server. The tools you would have built anyway, already built, and working together.
Most frameworks make you bring your own flashlight. You write a CLI script, wire up a debug panel, paste together some cloud commands, and hope your AI agent figures out the rest. sp00ky saves you the weekend.
Everything you reach for day to day is already in the box, speaks sp00ky natively, and looks like it was made by one team, because it was.
See your app while it runs
Pop open Chrome DevTools, click the Sp00ky tab, and the guesswork is
gone. Every store, every live query, every subscriber count, every sync status. Live.
No console.log archaeology at 2am.
One command from idea to deploy
The spky CLI is the only tool you need open in the terminal. Start a new
project, spin up a local stack, regenerate your types, ship to the cloud, tail your
logs. Same binary, same shape, no surprises.
When something goes sideways in production, you are one command away from live logs with regex search, service filters, and a TUI browser so you can actually find the thing you are looking for.
Your AI agents already understand it
sp00ky ships an MCP server. Point your agent at it and it can read your schema, run queries, watch stores in real time, and actually know what your app looks like. You stop writing context, and the agent stops hallucinating tables.
How it stacks up
Good tools do one thing well. Great tools work together. Here is where sp00ky sits next to the usual suspects.
| What you want to do | sp00ky | Redux DevTools | Prisma Studio | Supabase CLI | Firebase CLI |
|---|---|---|---|---|---|
| Debug live app state in Chrome DevTools | ✓ | ✓ | ✕ | ✕ | ✕ |
| Let AI agents drive your app natively | ✓ | ✕ | ✕ | ~ | ~ |
| Generate types from your schema | ✓ | ✕ | ~ | ✓ | ✕ |
| Spin up a local dev stack in one command | ✓ | ✕ | ✕ | ✓ | ✓ |
| Deploy and tail production logs from one CLI | ✓ | ✕ | ✕ | ✓ | ✓ |
| ✓ first class · ~ possible, with effort or caveats · ✕ not a goal | |||||
When to pick something else
sp00ky's tooling is the right call when you are using sp00ky. Redux DevTools is still the king of time travel debugging. Prisma Studio is a lovely spreadsheet for your database. Supabase and Firebase are full platforms in their own right. Use what fits, mix where it helps. We will not be offended.
Ready to build something amazing?
Full docs, install guide, and API reference — all in one place.
Read the docs