feat(dev): add 5 developer reference tools - #275
Merged
Conversation
Slugify, HTTP status code lookup, MIME type lookup, Lorem Ipsum generator, and a 'What is my browser' info tool. Each has a pure, unit-tested lib and a thin island, plus EN + ID SEO entries.
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
goodwebtools | 35cf179 | Aug 18 2026, 10:35 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds 5 lightweight, client-side developer reference tools to the Dev category:
/tools/slugify) — text/title → clean URL-safe slug; separator, lowercase, accent-folding options. Pairs with Case Converter./tools/http-status) — search any status code by number (422), class (4xx) or name (gateway); category-coloured results./tools/mime-lookup) — extension → MIME type and reverse; free-text search./tools/lorem-ipsum) — placeholder text by paragraph/sentence/word, optional classic opener./tools/browser-info) — user agent, browser/OS, screen & viewport size, DPR, cores, timezone, etc; live viewport on resize; copy-all-as-JSON.Each tool has a pure, unit-tested lib (
src/tools/dev/*.lib.ts) and a thin island, plus EN + ID SEO entries (title/description/intro/howTo/faqs)./tools/<id>/+/id/tools/<id>/)