Bundlephobia
bundlephobia.com
Shows what an npm package costs your bundle before you install it
sqlformat.org
Reformats an unreadable SQL statement into something reviewable.
Paste a query that arrived as one 400-character line and it comes back indented, with keyword and identifier casing you control and optional comment stripping. It can also wrap the result as a Python or PHP string literal, which saves a fiddly manual step. The formatting now runs in your browser via Pyodide, so the query is not sent anywhere — which matters, because real queries carry real table and column names.
AltFTool does this too
If you would rather not leave the site, SQL Formatter covers the same job here — free, no account, and it runs in your browser.
Open SQL FormatterQuestions
Works the moment the page loads. No account, no email, no trial. It formats but does not validate — a broken query comes back neatly indented and still broken.
No. SQLFormat does the work inside your browser, so the file never leaves your device — you can load the page, disconnect from the network, and it still works. That makes it a reasonable choice for material containing personal data.
It formats but does not validate — a broken query comes back neatly indented and still broken.
Alternatives
Same category or same task, ordered by how closely they overlap.
bundlephobia.com
Shows what an npm package costs your bundle before you install it
caniuse.com
Answers whether a browser feature is safe to ship yet
crontab.guru
Translates a cron expression into a plain English schedule as you type
gchq.github.io
Chains encoding, hashing and decryption steps into a repeatable recipe
devdocs.io
One fast search box across a hundred API references, usable offline
jwt.io
Decodes a JSON Web Token into readable header, claims and signature