Topic

Tools for databases and schemas · Free

37

match your filters

35

answered today

0

arrived this week

2

stopped answering

Watching this group for 24 days, checked once a day · how we check

Baltic Firms

LiveWatched 11d

Free search engine and API over 800k+ Baltic company registry records, for developers who need business data instead of scraping government sites.

Free
What to know
How it works
Indexed open registry data from Lithuania, Latvia, Estonia; search by name/code, filter by status, location, industry.
What's different
Free API included, not just a search UI.
Pricing
Free
Details →

Text2Diagram

LiveWatched 12d

Generates Mermaid diagram syntax (flowcharts, schemas, API diagrams) from a plain-English description, exportable as SVG or PNG.

FreeNo sign-upCan export my data
What to know
How it works
Describe a flow or schema in plain English, AI writes Mermaid syntax you can edit and export
Pricing
Free, no signup, no watermark
Details →

Snacc

LiveWatched 7d

Lets people log meals by photo instead of manually searching a food database that often returns wrong results.

Free
What to know
How it works
AI identifies food and estimates portions from a camera photo to break down calories, protein, carbs, and fat.
Pricing
free on Android
Details →

LaraBench

LiveWatched 12d

A free alternative to Tinkerwell for Laravel developers to run Tinker/Artisan commands and inspect the SQL each run actually executed.

Free
What to know
How it works
Runs Tinker snippets/Artisan commands against local or remote Laravel apps, capturing SQL queries with bindings and timing
What's different
Shows actual SQL executed and benchmarks two Eloquent approaches side by side
Pricing
Free; Premium only adds sync and themes
Details →

Intellrise

LiveWatched 10d

Lets you connect a database, spreadsheet, or warehouse and ask questions in plain English, with a semantic layer that learns your schema over time.

Free
What to know
How it works
connects to your data source and builds a semantic layer that improves answer accuracy over time
What's different
shows the query plan before running it, and never trains on your data
Pricing
free tier; Pro $29/mo
Details →

DateSweep

LiveWatched 9d

WordPress plugin that bulk-updates published/modified dates across posts, pages and comments.

Free
What to know
How it works
Bulk-updates published and modified dates across WordPress posts, pages, CPTs, and comments, spread naturally across a chosen range, with preview and undo.
Pricing
Free on WordPress.org.
Details →

GenosDB

LiveWatched 12d

A serverless graph database that syncs data in real time between peers directly in the browser, without a central server.

FreeWorks offline
What to know
How it works
Cellular-mesh P2P sync beyond WebRTC's full-mesh limit, with an optional fallback server for persistence
What's different
Zero-trust security with signed, peer-verified, role-based access
Pricing
Free for personal and commercial use
Details →

RDB

LiveWatched 8d

A free open-source desktop client for editing multiple database engines, instead of separate GUI tools per database.

FreeOpen source
What to know
How it works
One native Rust binary for macOS, Windows, and Linux supporting six database engines.
Best for
Developers who work across multiple database types.
Details →

Redbrix

LiveWatched 20d

A browser-based front-end for viewing and editing MySQL data with no install, so developers can hand clients a simple admin panel instead of building one from scratch, or small businesses can move off spreadsheets.

FreeNothing to install
What to know
How it works
Points at an existing MySQL database and generates a browser-based admin UI on top: browse records in a grid, edit them directly, and navigate linked records across tables without touching SQL.
What's different
Works with the existing database and schema as-is, with no migration required, so developers don't need to build a bespoke admin panel from scratch.
Pricing
Free during the current public beta; paid plans, including a 'pro' account, are planned at full launch.
Best for
Developers who need to give clients a simple way to manage their own data, or small businesses moving off spreadsheets.
Details →

Exports, archives, and migrates Claude Cowork chat history so users retain ownership of their conversation data.

Watch out · Windows only.

FreeOpen sourceCan export my data
What to know
How it works
Exports a Claude Cowork chat into a bundle you own, with a built-in MCP server to resume it anywhere.
What's different
Solves Claude Cowork chats being lost (uploads, files, context) when the app closes.
Pricing
Free, open source.
Watch out
Windows only.
Details →

SQLito

LiveWatched 20d

A free SQL query optimizer that gives instant, rule-based suggestions for SQL Server, MySQL, MariaDB, Postgres and SQLite, no AI chat needed. For developers who want a quick second opinion before touching production.

Free
What to know
How it works
Paste a SQL query, choose SQL Server, MySQL, MariaDB, PostgreSQL, or SQLite, and get database-specific, rule-based optimization suggestions without executing the query; includes redaction guidance for sensitive data.
What's different
Gives instant rule-based suggestions instead of requiring AI chat back-and-forth.
Pricing
Free.
Best for
Developers and founders who want a quick second opinion on a query before touching production, without a dedicated DBA.
Details →

GEOKit

LiveWatched 9d

Free GEO toolkit generating llms.txt, schema markup and robots.txt for AI-search optimization.

FreeNo sign-up
What to know
How it works
Generates llms.txt, schema markup, and robots.txt, plus a readiness checker, to optimize a site for AI search engines.
Pricing
Free, no signup.
Best for
Website owners optimizing for AI-driven search and citations.
Details →

Macro

LiveWatched 9d

Free AI tool that estimates calories, protein, carbs and fat from a photo of a meal.

Free
What to know
How it works
Snap a photo of a meal to get instant calorie, protein, carb, and fat estimates.
Pricing
Free.
Best for
Athletes and anyone tracking a physique goal.
Details →

Hasir

LiveWatched 13d

A free, open-source, self-hosted Protobuf schema registry for engineers who want to manage and version their Protocol Buffers without vendor lock-in, as a lightweight alternative to Buf.

FreeOpen sourceSelf-hosted
What to know
How it works
A self-hosted registry for managing, versioning, and distributing Protocol Buffers.
What's different
Lightweight alternative to Buf without vendor lock-in.
Pricing
Free and open-source.
Best for
Engineers.
Details →

The Port Index

LiveWatched 14d

A free searchable database of the world's seaports and airports with depths, runways, and location codes.

Free
What to know
How it works
A free searchable database of 3,804 seaports and 9,640 airports across 195 countries, with depths, runways, UN/LOCODEs, IATA/ICAO codes, and coordinates.
Pricing
Free, built on public-domain data.
Details →

A desktop entity-resolution tool that matches and deduplicates records in a CSV locally on your machine, free up to 100k records, with an MCP server for AI coding assistants.

FreeNo sign-upWorks offline
What to know
How it works
Loads a CSV and resolves duplicate records live using the same real-time matching engine as Tilores' cloud product, running entirely on your machine; a local MCP server also lets Claude Code, Codex and other AI assistants search, import and steer it against your data.
What's different
Skips the usual enterprise entity-resolution sales process (demo, contract) — nothing leaves your laptop, and it's free up to 100k records.
Pricing
Free up to 100,000 records.
Best for
Teams who want to deduplicate and match records locally, including via AI coding assistants, without a cloud enterprise contract.
Details →

SQL Designer

LiveWatched 20d

A free, open-source, browser-based ERD tool for visually designing database schemas and relationships before writing migrations. Built for developers, not graphic designers despite the tag.

FreeNo sign-upNothing to install
What to know
How it works
A browser-based tool for visually designing database schemas — drag out tables, define columns and relationships, and get an entity-relationship diagram.
Pricing
Free and open source.
Best for
Developers who want to plan a data model before writing migrations, not graphic designers.
Details →

IQVigilant answers

LiveWatched 17d

Runs AI queries against your database using reviewed, deterministic plans instead of free-form generation, cutting hallucinations and cost. For data teams needing governance, plus solo developers.

Free
What to know
How it works
Runs AI queries against your database using deterministic, reviewed and business-curated plans instead of open-ended free-form generation, aiming to cut hallucinations and reduce token usage/cost.
What's different
Deterministic agents that don't guess, combined with governance and visibility into AI-driven queries.
Pricing
Free forever for 1 user.
Best for
Data teams needing governance over AI-driven database queries, and individual developers wanting lower token costs.
Details →

Zaira Labs Guide

LiveWatched 19d

A reference database of 900+ developer tools with tradeoffs and agent-readiness scores, built to feed accurate facts to AI coding agents over web, REST or MCP. Free, no signup.

FreeNo sign-up
What to know
How it works
A reference database covering 900+ developer tools with tradeoffs, alternatives, constraints and agent-readiness scores, accessible over the web, REST API or MCP.
What's different
Built specifically to feed accurate, structured facts to AI coding agents choosing databases, frameworks or libraries, instead of relying on stale training data.
Pricing
Free, no signup.
Best for
Developers and coding agents that need current, structured facts on tool tradeoffs before picking a dependency.
Details →

PgCraft

LiveWatched 12d

A fast native desktop GUI for browsing PostgreSQL schemas and running queries, free on Mac, Windows, and Linux.

Free
What to know
How it works
native desktop app for schema browsing and queries
Pricing
free
Details →

CSVTool.io

LiveWatched 12d

A free suite of 62 browser-based CSV tools — viewer, editor, deduping, comparison, repair, and format conversion — that never uploads your file.

FreeNo sign-upNothing to install
What to know
How it works
Runs locally via web workers; converts to Excel, JSON, SQL, and more; viewer handles files too large for Excel.
Pricing
Free.
Best for
Anyone cleaning or converting CSV files who doesn't want to upload data to a server.
Details →

GCP Architecture Tools

LiveWatched 24d

Three free, no-signup tools that recommend GCP compute, database and IAM setups by answering a few questions -- a decision aid for developers and cloud architects, entirely client-side.

FreeNo sign-upNo ads
What to know
How it works
Three client-side tools that recommend a Google Cloud setup by asking a few questions: a Compute Selector (Cloud Run vs GKE vs Functions), a Database Selector (Cloud SQL vs AlloyDB vs Spanner vs BigQuery), and an IAM Checker that flags public access and over-broad roles.
What's different
Runs entirely in-browser with no sign-up, and explains when each recommendation does NOT apply.
Pricing
Free, no sign-up required.
Best for
Developers and cloud architects deciding between GCP compute, database, or IAM options.
Details →

ps·db

LiveWatched 15d

Free database of 2,759 PS5 games with cross-checked Metacritic scores, ESRB ratings, and playtime, searchable by genre and tags.

Free
What to know
How it works
A database of 2,759 real PS5 titles cross-checked across IGDB and RAWG for Metacritic scores, ESRB ratings, and playtime, searchable and filterable by genre, tag, score, player count, and release year.
Pricing
Free.
Details →

OWOX Model Canvas

LiveWatched 23d

A free, open-source visual canvas for drawing data models — tables and joins — and exporting them to Google's Open Knowledge Format, for data and analytics engineers who want a schema their text-to-SQL tools can read.

FreeOpen sourceCan export my data
What to know
How it works
A visual canvas for drawing data model tables and joins, or letting AI draft them, then exporting to Google's Open Knowledge Format so an LLM-based text-to-SQL tool can read your schema.
What's different
Google only shipped a viewer for OKF; this is the authoring canvas, with sample models from GA4, Stack Overflow and Bitcoin.
Pricing
Free and open source, no sign-in required.
Best for
Data and analytics engineers who want a portable, git-friendly schema for text-to-SQL tools.
Details →

Gaio DataOS

LiveWatched 20d

Lets developers build data pipelines, ETL flows and AI-powered dashboards in one low-code environment, with a chat layer over your data via OpenAI, Deepseek or Grok.

FreeSelf-hosted
What to know
How it works
A low-code platform for building data pipelines, ETL flows and integrations, with a 'Data Chat' feature for exploring data via LLMs (OpenAI, Deepseek, Grok) and AI-generated dashboards.
What's different
Centralizes data pipeline building, chat-based data exploration and dashboarding in one platform, and can process large volumes of data.
Pricing
Free, self-hosted Community Edition available via Docker.
Best for
Developers and data teams building pipelines and analytics who want a chat layer over their data.
Details →

Loktra

LiveWatched 20d

Loktra answers natural-language questions by querying both a company's database and internal documents together, citing the exact row or PDF page behind each answer, for SaaS teams tired of waiting on data requests.

Free
What to know
How it works
Answers natural-language questions by querying both a company's database and its internal documents in one pass, citing the exact row or PDF page behind each answer.
What's different
Most 'AI for data' tools query either a database or documents, not both together with row/page-level citations.
Pricing
Described as free to try.
Best for
SaaS teams whose staff wait on data requests and want grounded, audit-logged, role-based access to answers.
Details →

Schematic World

LiveWatched 22d

A free desktop tool that manages component library files for Proteus Design Suite and bundles 100+ engineering calculators and pinout references — a niche fit only for Proteus users.

Watch out · Only useful if you work in Proteus Design Suite specifically.

Free
What to know
How it works
A free desktop app for Proteus Design Suite that auto-detects your local library directory and installs or removes community-contributed schematic symbol and PCB footprint libraries in one click, plus 100+ built-in engineering calculators, guides, and pinout references.
What's different
Automatic local directory detection replaces manually hunting for symbols and footprints on forums.
Pricing
Free.
Best for
Electronics engineers using Proteus Design Suite who need to manage component libraries.
Watch out
Only useful if you work in Proteus Design Suite specifically.
Details →

Bleek.dev

LiveWatched 23d

A free web scanner that checks apps built with Lovable, Bolt or v0 for leaked API keys, open databases and missing security headers, no signup needed.

FreeNo sign-up
What to know
How it works
Scans apps built with tools like Lovable, Bolt or v0 for issues those builders tend to skip: leaked API keys, publicly readable databases, and missing security headers.
What's different
Targets the specific gaps left by AI app-building tools rather than doing generic security scanning.
Pricing
Free, no signup.
Best for
People who built an app with an AI app builder and want a quick check for exposed keys or open databases.
Details →

Barcody

LiveWatched 23d

A barcode tool that converts UPC and EAN codes to GS1 Digital Link QR codes and generates barcodes in bulk, for retailers preparing for GS1 Sunrise 2027.

Free
What to know
How it works
Converts UPC/EAN barcodes to GS1 Digital Link QR codes via manual entry, image scan, or batch CSV; also generates Code 128, ITF-14, PDF417, and other barcode formats.
Pricing
Free.
Best for
Retailers migrating barcodes ahead of GS1 Sunrise 2027.
Details →

Polygres

LiveWatched 2d
FreeOpen sourceSelf-hosted
Details →

NexQL

LiveWatched 2d
Free
Details →

Multisite Migrate

LiveWatched 7d

Lets WordPress admins back up and migrate an entire multisite network instead of relying on a proprietary black-box tool.

FreeNo sign-upCan export my data
Details →

Lovelace

LiveWatched 5d
FreeNo sign-upWorks offline
Details →

Maticsapp

LiveWatched 4d
Free
Details →

Host.VoltJS.com

Not respondingWatched 22d

A website platform storing your whole site as Markdown files in Git, with a one-command WordPress migration tool.

FreeCan export my dataSelf-hosted
What to know
How it works
Stores your whole site as plain Markdown files in Git, with a visual editor and a one-command migration from a live WordPress site (pages, posts, media, menus, URLs kept).
What's different
No database or build step; includes free HTTPS, sitemaps, image CDN, and spam-protected contact forms with no reCAPTCHA or third parties.
Pricing
Hosting starts from $0; you can also export and self-host anywhere.
Best for
People who want WordPress's ease without its stack, or to migrate off WordPress.
Details →

CarpeCarb

Not respondingWatched 15d

Lets you log meals in plain text and get instant carb/protein/calorie breakdowns, syncing with Apple Health, iCloud, and Siri.

Watch out · No account needed; iOS only.

FreeNo sign-up
What to know
How it works
Type what you ate in plain language and get carbs, protein, fat, fiber, and calories sourced in seconds; syncs with Apple Health, iCloud, Siri, and a home screen widget.
Pricing
Free with 4 AI lookups/day; unlimited for $2.99/mo.
Best for
People doing keto, low-carb, or diabetic-friendly tracking.
Watch out
No account needed; iOS only.
Details →