Editors, IDEs & Dev Tools

5 tools

outils Editors, IDEs & Dev Tools5 tools curated by the community. Most popular: Qodo, mabl, Graphite. Each tool comes with a review, tags and alternatives to help you choose.

❓ Frequently asked questions about Editors, IDEs & Dev Tools

What is Editors, IDEs & Dev Tools?

Editors, IDEs & Dev Tools groups 5 tools curated by the mySelectas community. Most popular: Qodo.

What are the best free Editors, IDEs & Dev Tools tools?

mySelectas lists several free options in this category. See in particular: Qodo, mabl, Graphite.

What is the best alternative to Qodo?

Discover alternatives to Qodo on mySelectas. See all alternatives →

5 tools
Qodo
Editors, IDEs & Dev Tools🌐 EN

AI code review and governance platform that reviews pull requests with full multi-repository context and enforces team coding standards automatically.

#ide#git#testing#ai#generative-ai
qodo.ai
📄 Full details →
💬 Review

The short version: Qodo's edge over a generic AI code reviewer is cross-repository context — it can flag when a change in one service will break another, something most PR-level review tools structurally can't see. The "living rules" system, which enforces a team's coding standards automatically rather than relying on a static linter config, and the governance portal with audit trails aimed at engineering leadership both signal a platform built for larger organizations that need consistency and accountability across many repos and teams — which tracks with its enterprise customer list (Intel,…

👥 Target audience

Enterprise engineering teams | Multi-repository organizations

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
GraphiteCodeRabbitGitHub CopilotSonarQube
🔗 Visit Qodo
mabl
Editors, IDEs & Dev Tools🌐 EN

AI-native test automation platform that builds, runs and self-heals tests across web, mobile and API applications.

#automation#saas#testing#ai#ci-cd
mabl.com
📄 Full details →
💬 Review

The short version: mabl's pitch is that AI-generated code needs AI-generated test coverage to keep up, and its auto-healing tests genuinely cut the maintenance burden that makes most teams abandon test automation within a year. Test fragility — not test creation — is the real reason automated testing programs fail in practice, so auto-healing that recovers from UI changes without manual fixes addresses the actual bottleneck rather than a superficial one; mabl's claimed 85% reduction in test maintenance and 3x faster release velocity, if representative, would be a meaningful win. Covering web,…

👥 Target audience

QA teams | Development teams shipping fast with AI coding agents

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
PlaywrightSeleniumTestsigmaFunctionize
🔗 Visit mabl
Graphite
Editors, IDEs & Dev Tools🌐 EN

Code review platform built around stacked pull requests and AI review, designed to keep changes small and merge conflicts rare.

#git#cli-tool#generative-ai#code-review#version-control
graphite.dev
📄 Full details →
💬 Review

The short version: Graphite's stacked-PR workflow attacks a different problem than most AI code review tools — not "is this code good" but "why does review take so long and cause so many merge conflicts" — and it bundles AI review on top rather than as the whole product. Stacked PRs are a genuinely different (and for many teams, better) unit of work than one giant feature branch: smaller reviewable chunks merge faster and conflict less, and Graphite's merge queue is stack-aware, meaning it understands dependencies between stacked changes that a generic merge queue would trip over. The custome…

👥 Target audience

Engineering teams wanting faster code review cycles

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
QodoCodeRabbitGitHubGitLab
🔗 Visit Graphite
Thunder Client
Editors, IDEs & Dev Tools🌐 EN

Lightweight REST/WebSocket/gRPC API client built into VS Code and JetBrains — no app switching, local-first, git-syncable.

#api#ide#testing#rest#cli-tool
thunderclient.com
📄 Full details →
💬 Review

The short version: if you're already testing APIs with Postman but resent the extra app and account, Thunder Client does the same job without leaving your editor, for free on the basics. Thunder Client's core insight was simple and correct: most API testing happens right after writing the code, so put the client where the code already is. Local-first storage and git-based team sync (instead of a cloud account) are the real differentiators against Postman, which pushed teams toward paid cloud workspaces. The free tier genuinely covers solo and small-team use; CI/CD integration via the CLI mean…

👥 Target audience

Backend & API developers | QA engineers

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
PostmanBrunoHoppscotchInsomnia
🔗 Visit Thunder Client
marimo
Editors, IDEs & Dev Tools🌐 EN

Reactive Python notebook stored as pure .py files: no hidden state, Git-friendly, SQL built in, deploys as apps or WASM.

#python#sql#analytics#git#open-source
marimo.io
📄 Full details →
💬 Review

The short version: if you're starting a new Python data project today, this is probably the notebook to pick — free, modern, and it removes Jupyter's classic traps. marimo attacks the two things everyone quietly hates about Jupyter — hidden out-of-order state and JSON files that make code review impossible — and its answers are the right ones: a reactive dependency graph and pure-Python storage. The deploy-as-app story is a real bonus; many teams can delete a Streamlit wrapper that existed only to share a notebook. Adoption names (OpenAI, BlackRock, Stanford) and 21k+ stars say this is past t…

👥 Target audience

Data scientists | ML engineers | Educators

🌍 Target countries

Worldwide

🗣️ Available languages
EN
🔄 Alternatives
JupyterStreamlitHexObservable
🔗 Visit marimo