Add FastDevTool to Web Tools section#546
Conversation
|
RAW ?
…On Sat, 11 Apr 2026, 9:05 pm o0flame, ***@***.***> wrote:
What
Add FastDevTool <https://fastdevtool.com> to the Web Tools section.
Why
FastDevTool is a collection of 50+ free developer utilities (JSON
formatter/beautifier, Base64, URL encoder, JWT decoder, Regex tester, UUID
generator, Hash generator, SQL formatter, and more) that run entirely in
the browser with no server processing.
*What makes it different:*
- Uses Monaco editor (VS Code's engine) — syntax highlighting, error
squiggles, ⌘F search
- Shareable URLs via client-side pako compression (no server, links
never expire)
- Offline support via PWA
- Local input history saved in localStorage
- 100% client-side — no data sent to any server
Placed after the ExtendsClass entry as it serves a similar audience.
------------------------------
You can view, comment on, or merge this pull request online at:
#546
Commit Summary
- f153ca7
<f153ca7>
Add FastDevTool to Web Tools section
File Changes
(1 file
<https://github.com/trimstray/the-book-of-secret-knowledge/pull/546/files>
)
- *M* README.md
<https://github.com/trimstray/the-book-of-secret-knowledge/pull/546/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5>
(1)
Patch Links:
-
https://github.com/trimstray/the-book-of-secret-knowledge/pull/546.patch
-
https://github.com/trimstray/the-book-of-secret-knowledge/pull/546.diff
—
Reply to this email directly, view it on GitHub
<#546>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGFH43HCEAVVGWDP2IVVCS34VJX4ZAVCNFSM6AAAAACXVB3XFWVHI2DSMVQWIX3LMV43ASLTON2WKOZUGI2DKMJWGQ2DQMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for the review! Reason: Developers often need multiple formatting/conversion tools in one session (e.g. decode Alternatives considered:
Why this fits the list: The key differentiator is 100% client-side execution — no data ever |
What
Add FastDevTool to the Web Tools section.
Why
FastDevTool is a collection of 50+ free developer utilities (JSON formatter/beautifier, Base64, URL encoder, JWT decoder, Regex tester, UUID generator, Hash generator, SQL formatter, and more) that run entirely in the browser with no server processing.
What makes it different:
Placed after the ExtendsClass entry as it serves a similar audience.