Dev Useful Stuff
2.21K subscribers
20 photos
384 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
Gridex - (★ 815 at GitHub) is a native cross-platform database IDE for PostgreSQL, MySQL, SQLite, and Redis.

Ships with an MCP server out of the box, and a built-in AI chat that understands your schema — so LLM-driven tools can query your DB and the in-app assistant already knows your tables.

#database #sql #mcp #ai #devtools
🔥3
Headroom - (★ 65.3k at GitHub) compresses tool outputs, logs, files, and RAG chunks before they hit the LLM.

Drop-in library, HTTP proxy, or MCP server. Claims ~20% token savings on coding-agent traces and 60-95% on JSON payloads with equivalent downstream answers — useful when your context window is the bottleneck, not the model.

#llm #ai #tokens #agents #rag
👍1
Docker Sandboxes - secure sandboxes for coding agents (Claude Code, Gemini, Codex, Kiro) with microVM-based isolation.

Run coding agents in isolated environments without giving them full host access. MicroVM-based, so escape resistance is stronger than plain containers. ★

#docker #sandbox #ai #agents #security
❤1
Spec Kit - (★ 130.3k at GitHub) Toolkit to help you get started with Spec-Driven Development.

Spec-Driven Development flips the script: instead of prompts producing throwaway code, executable specifications become the source of truth that generate working implementations. Works with Claude Code, GitHub Copilot, Gemini CLI, Cursor, and more.

#ai #spec #copilot #development #cli
👍2
OpenBot - (★ 2.9k at GitHub) is open-source AI coworkers that each get their own computer — a browser, files, and tools.

Every action is decided before it happens and recorded after. Bring any AG-UI agent.

#ai #agents #browser #automation #opensource
❤1👍1
tgrep - (★ 526) is a trigram-indexed grep with a client/server architecture for fast regex search in large codebases.

Up to 52x faster than ripgrep on huge monorepos (gecko-dev, chromium, linux). Builds a trigram index once, runs a server with a file watcher, and queries only touch the small set of files that could actually match. It's what powers grep in GitHub Copilot CLI.

#cli #grep #search #rust #dev
👍2
Orchard - (★ 1.5k at GitHub) is a native UI for Apple Containers and (o)MLX sandboxes, written in Swift as a replacement for Docker Desktop.

#macos #containers #apple #swift #docker
👍2
Happy - (★ 23.8k at GitHub) is a mobile and web client for Codex and Claude Code, with realtime voice, end-to-end encryption, and full session features.

Lets you drive Codex/Claude Code sessions from your phone — voice input, push notifications, and remote control of your terminal-based AI coding agents.

#ai #cli #mobile #coding #bobukrecommends
👍2
council-of-high-intelligence - (★ 4.2k at GitHub) structured multi-perspective deliberation for hard decisions.

Run full councils (18 grounded agent personas), focused triads, or duo debates across Claude Code, Codex, Gemini CLI, and OpenCode. Each agent argues from a distinct stance; a confidence-weighted vote surfaces the verdict.

#ai #multi-agent #llm #decision-making #claude
👍2😁1
TREK - (★ 14.1k at GitHub) is a self-hosted travel planner with real-time collaboration, interactive maps, PWA support, SSO, budgets, and packing lists.

Day-by-day itinerary builder with map pins, multi-user collaboration, PDF/ICS export, and place search. A solid self-hosted alternative to TripIt or Wanderlog.

#selfhosted #travel #maps #pwa #opensource
👍3
KubeGlance - a native Kubernetes dashboard for iPhone, iPad, and Mac.

Merges multiple clusters into one live view: pods, workloads, events, merged logs, GitOps (Flux & Argo CD), canary analysis, node drain previews, and right-sizing. No agent, no account — just kubeconfig in. Mac app is free with no limitations; iPhone & iPad require a subscription (3-day free trial included).

#kubernetes #devops #ios #mac #k8s
🔥2