Retool is the AI-native enterprise app development platform where teams build and ship production-ready apps — at AI speed, with enterprise governance built in. Describe what you need and get a working app, import React-based apps from Lovable, Replit, or Claude Code, or connect your AI agent via MCP. However your team builds, every app lands in Retool with RBAC, SSO, audit logging, and your existing permissions already in place.
Retool connects to databases, APIs, LLMs, and external tools out of the box. Teams can build AI agents, dashboards, workflows, and full-stack apps — with a visual editor for speed and direct code access for precision. Trusted by over 10,000 organizations including Amazon, Stripe, DoorDash, and OpenAI to get AI-built apps safely to production.
Learn more
DbVisualizer is a universal database client for anyone who works with data, from solo developers and startups to professional teams managing complex environments, including developers, DBAs, analysts, and data engineers working with relational and NoSQL databases. It offers a graphical interface for database development, SQL querying, and data exploration. Key features:
- SQL editor with autocomplete, visual query builders, variables, and execution tools
- AI Assistant for questions, error explanations, and code analysis
- Built-in Git integration for SQL scripts and collaboration
- Customizable layouts, key bindings, and UI themes
- Favorite scripts and database objects for quick access
- Configurable security settings for organizations
Connects to popular databases via JDBC, including MySQL, PostgreSQL, SQL Server, Oracle, Snowflake, SQLite, Cassandra, and BigQuery. Runs on Windows, macOS, and Linux. 7 million downloads, Pro users in 150 countries.
Learn more
JSFiddle
JSFiddle has the notion of panels (or tabs if you switch into the tabbed layout), there are 4 panels, 3 where you can enter code, and 1 to see the result: HTML - structure code, no need to add body doctype head, that's added automatically, CSS - styles. You can switch pre-pocessor to SCSS, JavaScript - behavior. There are many frameworks and code pre-processors you can use. Once you enter code, just hit "Run" in the top actions bar, and the fourth panel with results will appear. SFiddle allows you to switch the layout of the editor from the classic 2x2 grid to something that suits your needs. In addition to the grids mode it also has a tabbed mode. Grids are fully resizable. As an addition resizing the Results panel will tell you its width (handy for working on media queries).
Learn more