Developer / Technical Tools
Fast utilities for formatting, decoding, generating, and testing common development inputs.
JSON Formatter & Validator
Parse, validate, and pretty-print JSON with instant error feedback.
- Validate JSON payloads before sending them to APIs.
- Pretty-print nested objects for easier debugging.
JWT Decoder
Decode JWT headers and payloads locally without sending the token anywhere.
- Decode the header and payload safely in the browser.
- Inspect expiry, issuer, audience, and custom claims.
Base64 Encoder / Decoder
Encode or decode Base64 text with Unicode-safe handling.
- Convert text to Base64 quickly.
- Decode incoming Base64 strings for debugging.
URL Encoder / Decoder
Encode query strings, form values, and URLs for safe transport.
- Encode unsafe URL characters instantly.
- Decode query-string values to readable text.
Regex Tester
Test patterns, flags, and matches against sample text with match detail output.
- Try a pattern and flags in one place.
- Review matched values and capture groups.
UUID Generator
Generate one or many UUIDs for app records, webhooks, and seeded data.
- Generate multiple UUIDs in one click.
- Useful for test fixtures and resource IDs.
Website / SEO Tools
Practical tools for auditing pages, generating metadata, and shipping cleaner technical SEO assets.
Website Speed Checker
Fetch a page, measure response timing, and inspect core technical metadata.
- Check fetch time, status, size, and content type.
- Inspect page title, description, and indexing hints.
Meta Tag Generator
Build SEO and social meta tags for marketing pages and articles.
- Generate title, description, canonical, robots, and social tags.
- Copy clean markup for new landing pages.
Open Graph Preview Tool
Preview how a page could appear when shared on social platforms.
- Preview title, description, image, and URL treatment.
- Generate matching Open Graph and Twitter tags.
Robots.txt Generator
Generate a clean robots.txt file with common crawl and indexing rules.
- Set crawl rules for common admin and private paths.
- Add host and sitemap lines quickly.
Sitemap Generator
Convert a list of URLs into a valid XML sitemap.
- Paste URLs and generate valid sitemap XML.
- Optionally include change frequency and priority.
Domain WHOIS / DNS Lookup
Inspect DNS records and attempt RDAP/WHOIS details for a domain.
- Check A, AAAA, MX, TXT, NS, and CNAME records.
- Attempt RDAP registration details when available.
Business / SaaS Tools
Commercial calculators and document builders for pricing, ROI, and recurring revenue decisions.
Pricing Calculator (SaaS / agency)
Model monthly pricing, annual revenue, and margin for SaaS or service offers.
- Switch between recurring SaaS and agency pricing logic.
- Estimate MRR, annualised revenue, and gross margin.
ROI Calculator (marketing campaigns)
Estimate campaign ROI from spend, lead flow, conversion, and average order value.
- Model spend against results and margin.
- See break-even and projected return clearly.
Lead Value Calculator
Estimate the monetary value of a lead from close rates and deal value.
- Translate conversion metrics into lead value.
- Useful for ad budgets and landing page optimisation.
Invoice Generator (PDF)
Build a printable invoice and export it through the browserβs PDF print flow.
- Add line items, tax, due dates, and notes.
- Preview a clean invoice layout before printing.
Subscription Cost Calculator
Calculate recurring costs for seats, setup, discounts, and add-ons.
- Estimate monthly and annual commitment clearly.
- Model add-ons, onboarding, and billing discount impact.
WordPress-Specific Tools
Generators and code helpers for faster WordPress setup, plugin scaffolding, and config work.
WordPress Plugin Boilerplate Generator
Generate a starter plugin file with metadata, activation hooks, and structure notes.
- Generate a clean starter plugin main file.
- Include namespace, hooks, and activation structure.
WP Hook Finder (actions/filters search)
Scan pasted PHP to find actions, filters, and where hooks are registered or fired.
- Extract do_action, apply_filters, add_action, and add_filter calls.
- Useful for theme and plugin audits.
Shortcode Generator
Build WordPress shortcode strings with attributes and nested content.
- Generate shortcodes with attributes cleanly.
- Preview both self-closing and wrapped variants.
wp-config Generator
Generate a wp-config.php starter from database and environment inputs.
- Build a structured wp-config starter.
- Toggle debug and SSL settings.
.htaccess Generator
Generate common Apache rewrite and security rules for WordPress sites.
- Add HTTPS redirects, caching, compression, and XML-RPC blocking.
- Useful for launches, fixes, and server migrations.
Automation / API Tools
Test webhooks, inspect APIs, and convert structured data without leaving the browser.
Webhook Tester
Get a test endpoint, receive webhook payloads, and inspect requests in real time.
- Generate a unique endpoint for manual or automated tests.
- Review incoming method, headers, query, and payload.
API Request Builder (REST tester)
Build and send REST requests with method, headers, and body through a safe proxy.
- Test GET, POST, PUT, PATCH, and DELETE requests.
- Inspect response status, headers, and body.
JSON β CSV Converter
Convert JSON arrays into flat CSV output for exports and spreadsheet work.
- Turn arrays of objects into CSV quickly.
- Useful for exports, CRM imports, and reporting.
CSV β JSON Converter
Parse CSV text into JSON arrays for APIs and automation workflows.
- Convert CSV rows into JSON objects.
- Useful for API payload prep and cleanup tasks.
Mock API Generator
Generate mock REST payloads and example endpoints from a simple field schema.
- Define entity fields and generate example JSON responses.
- Get list, item, and create payload examples.
AI-Powered Tools
Login-gated AI helpers that run using the userβs own OpenAI API key and include live demos.
AI Meta Description Generator
Generate tighter meta descriptions from page context, keywords, and audience intent.
- Generate multiple description options from one brief.
- Tune for clarity, search intent, and CTA strength.
AI Business Name Generator
Generate sharper name ideas from sector, positioning, tone, and audience.
- Generate name directions from brand cues and offer type.
- Useful for startup concepts and service rebrands.
AI Website Audit Summary
Turn raw observations into a clearer audit summary with priorities and business impact.
- Condense raw notes into a clearer executive summary.
- Useful for proposals, handoff notes, and audit delivery.
AI Review Summariser
Summarise review text into themes, sentiment, and marketing-ready takeaways.
- Turn messy review exports into clear themes quickly.
- Useful for landing pages, testimonials, and reporting.
Frequently asked questions
A few practical answers about access, limits, and how the tools library works.
Do I need an account to use the tools library?
Most standard tools can be used without an account. AI tools require login, and Business / SaaS tools stay open without the browser limit except for Invoice Generator.
Why is Invoice Generator treated differently from the other business tools?
Invoice Generator is the one business tool that still follows the anonymous usage limit. The rest of the Business / SaaS tools remain openly accessible.
How do the AI tools work?
AI tools require login and run with the member's own OpenAI API key. Each AI tool page shows a demo first, then unlocks live use inside the authenticated flow.
Are tool inputs stored on the site?
Most tool workflows are designed for direct browser-side or first-party processing on TechChaps. For AI tools, usage stays behind login because the OpenAI API key flow needs an authenticated path.