Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Devtools that live in your React Native app. And answer to your agent. 15 tools · desktop dashboard · MCP server for AI agents
| Date | Stars |
|---|---|
| 2026-07-31 | 667 |
| 2026-08-06 | 667 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
15.0
growth rate 0.00%/day
<div align="center">
# 🛟 Buoy
**Devtools that live in your app. And answer to your agent.**
[Docs](https://buoy.gg/buoy/latest/docs/overview) · [Quick Start](#-quick-start) · [Desktop](#%EF%B8%8F-buoy-desktop) · [MCP](#-your-agent-gets-hands) · [Pricing](https://buoy.gg/pricing)
[](https://www.npmjs.com/package/@buoy-gg/core)
[](https://www.npmjs.com/package/@buoy-gg/core)
[](https://www.npmjs.com/package/react-native-react-query-devtools)
[](https://www.typescriptlang.org/)
Buoy is a floating dev menu that ships inside your React Native app — every request, state change, render, and frame, live on the phone, on your desktop, and in Claude or Cursor.
**Every tool is free. Pro unlocks production builds, MCP & unlimited capture.**
**🎯 Now in beta: [Buoy for Flutter](https://github.com/Buoy-gg/Buoy-Flutter)** — `flutter pub add buoy`, wrap your app in one `BuoyDevTools` widget, and get the full suite: network, storage, console, env, routes, images, impersonate, image overlay, an events timeline, a Riverpod inspector, and a live perf HUD — all on the same desktop dashboard and MCP server. [Details →](https://buoy.gg/flutter)

</div>
- **One component, zero config** — drop in `<FloatingDevTools />` once; install any tool package and it appears in the menu on its own
- **15 tools, every environment** — network, state, storage, renders, performance and more, in dev, staging, *and* production builds
- **Your agent can drive it** — Claude or Cursor reads live state, taps real buttons, and benchmarks on a physical device over MCP
---
## ⚡ Quick Start
```bash
npm install @buoy-gg/core
```
```tsx
import { FloatingDevTools } from "@buoy-gg/core";
export default function App() {
return (
<>
{/* Your app */}
<FloatingDevTools />
</>
);
}
```
That's the whole setup. A floating dev menu appears inside your app.
> [!NOTE]
> Install any tool package and it auto-appears in the menu. Most tools need zero config — a few take one line, like passing `zustandStores` or calling `watchAtoms()`. Every tool is free, no key or signup needed. Add a `licenseKey` to unlock [Pro](https://buoy.gg/pricing): production builds, the MCP server, and unlimited capture.
---
## 🛟 One live session. Three ways in.
Every tool runs inside your app's process. The phone, the desktop, and your agent all see the same session, live.
- **📱 On the phone** — tap the floating menu. Works on any device, no cable, no desktop app, no Metro.
- **🖥️ On your desktop** — [Buoy Desktop](https://github.com/Buoy-gg/Buoy-Desktop) mirrors the on-device tools to full-screen panels on macOS, Windows & Linux, with a live UI/JS FPS · CPU · memory HUD and remote control of the device.
- **🤖 Through your agent** — the [Buoy MCP server](https://buoy.gg/buoy/latest/docs/mcp) gives Claude Code, Cursor, or any MCP editor structured tool calls into the running app.
---
## 🧰 The 15 tools
| Tool | Package | What it does |
| --- | --- | --- |
| [Network](https://buoy.gg/buoy/latest/docs/tools/network) | `@buoy-gg/network` | Every request, response, timing & error — GraphQL operations extracted and shown as `GetUser › 123` |
| [Storage](https://buoy.gg/buoy/latest/docs/tools/storage) | `@buoy-gg/storage` | Browse & edit AsyncStorage, MMKV & SecureStore with change history — biometric keys listed, never auto-read |
| [Env](https://buoy.gExcerpt of 12,701 characters
Read on GitHub53
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:1de8520781a65a4c, topic:mcp, desc:mcp server
matched fp:1de8520781a65a4c, topic:developer-tools