Skip to content

feat(dev): add 5 developer reference tools - #275

Merged
slaveofcode merged 1 commit into
developfrom
feat/dev-reference-tools
Aug 18, 2026
Merged

feat(dev): add 5 developer reference tools#275
slaveofcode merged 1 commit into
developfrom
feat/dev-reference-tools

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

Adds 5 lightweight, client-side developer reference tools to the Dev category:

  • Slugify (/tools/slugify) — text/title → clean URL-safe slug; separator, lowercase, accent-folding options. Pairs with Case Converter.
  • HTTP Status Codes (/tools/http-status) — search any status code by number (422), class (4xx) or name (gateway); category-coloured results.
  • MIME Type Lookup (/tools/mime-lookup) — extension → MIME type and reverse; free-text search.
  • Lorem Ipsum Generator (/tools/lorem-ipsum) — placeholder text by paragraph/sentence/word, optional classic opener.
  • What Is My Browser (/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).

  • Tests: 40 new, full suite 1410 passing
  • Lint: 0 errors
  • Build: all 10 pages built (/tools/<id>/ + /id/tools/<id>/)

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.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 18, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
goodwebtools 35cf179 Aug 18 2026, 10:35 AM

@slaveofcode
slaveofcode merged commit 0ad1b5d into develop Aug 18, 2026
2 checks passed
@slaveofcode
slaveofcode deleted the feat/dev-reference-tools branch August 18, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant