I Built 24+ Free Developer Tools That Run in Your Browser — Here's the Full Stack
<p>I got tired of jumping between 10 different websites every time I needed to format JSON, encode Base64, test a regex, or check DNS records.</p> <p>So I built <strong><a href="https://devpik.com" rel="noopener noreferrer">DevPik</a></strong> — a collection of 24+ free developer tools, all in one place. No signups, no ads, no data leaving your browser.</p> <p>Here's what I built, how I built it, and what I learned.</p> <h2> What's Inside </h2> <h3> Text Tools (9) </h3> <ul> <li> <strong><a href="https://devpik.com/text-tools/word-counter" rel="noopener noreferrer">Word Counter</a></strong> — words, characters, sentences, paragraphs</li> <li> <strong><a href="https://devpik.com/text-tools/case-converter" rel="noopener noreferrer">Case Converter</a></strong> — uppercase, lowercase, title ca
I got tired of jumping between 10 different websites every time I needed to format JSON, encode Base64, test a regex, or check DNS records.
So I built DevPik — a collection of 24+ free developer tools, all in one place. No signups, no ads, no data leaving your browser.
Here's what I built, how I built it, and what I learned.
What's Inside
Text Tools (9)
-
Word Counter — words, characters, sentences, paragraphs
-
Case Converter — uppercase, lowercase, title case, camelCase, snake_case
-
Text Diff — compare two texts side by side
-
Slug Generator — SEO-friendly URL slugs from any text
-
Markdown Converter — markdown to clean HTML
-
Lorem Ipsum Generator — placeholder text for designs
-
Text Repeater — repeat any text N times
-
Text to HTML — plain text to formatted HTML
-
Unicode Text Converter — fancy fonts for social media bios
Developer Tools (12)
-
JSON Formatter — format, validate, beautify with tree view
-
Regex Tester — real-time match highlighting, capture groups, cheat sheet
-
Base64 Encoder/Decoder
-
URL Encoder/Decoder
-
UUID Generator
-
JWT Decoder — decode tokens, inspect headers and payloads
-
HTML Minifier
-
Color Converter — HEX, RGB, HSL, CMYK with visual picker
-
Unit Converter — length, weight, temperature, data, speed, time
-
Mermaid Converter — mermaid code to PNG/SVG
-
Code Share — share code snippets with shareable links
-
URL Shortener — shorten URLs with QR codes
Network Tools (3)
-
Internet Speed Test — download, upload, ping
-
IP Address Checker — IP, location, ISP details
-
DNS Lookup — query A, AAAA, MX, TXT, NS, SOA records
The Tech Stack
Here's exactly what powers DevPik:
Frontend: Next.js (App Router) + TypeScript + Tailwind CSS
Backend: Supabase (PostgreSQL + Auth + Storage)
Hosting: Vercel
Architecture:
-
Most tools run 100% client-side — your data never leaves the browser
-
Two tools (Code Share & URL Shortener) use Supabase for storage since they need to generate shareable links
-
DNS Lookup uses a Next.js API route as a proxy to Google's DNS-over-HTTPS API (browsers block direct calls due to CORS)
-
Blog content is managed through Supabase with a custom admin dashboard
-
Newsletter subscribers, contact form submissions, tool feedback, and anonymous usage analytics all flow into Supabase
Why I Built This
Every developer has this workflow:
-
Need to format some JSON → google "json formatter online"
-
Land on a site with 3 popup ads and a cookie banner
-
Paste your API response containing sensitive data
-
Hope the site isn't logging everything to their server
-
Repeat for Base64, regex, JWT, DNS...
I wanted one clean site where:
-
No data leaves the browser (for client-side tools)
-
No signups required
-
No ads anywhere
-
Fast — tools respond in milliseconds, not seconds
-
Everything is in one place
A Few Things I Learned Building This
1. Client-side processing is a real competitive advantage
When I tell developers their data doesn't touch a server, they actually care. Especially when pasting JWT tokens, API keys, or production JSON. The privacy angle isn't just marketing — it's a genuine feature.
2. Supabase's free tier is incredibly generous
I'm running a blog CMS, newsletter system, contact forms, anonymous analytics, a paste bin (Code Share), and a URL shortener — all on the free tier. PostgreSQL + Row Level Security + Storage + Auth in one place made this possible as a solo project.
3. Google's DNS-over-HTTPS API blocks browser requests
I tried calling dns.google/resolve directly from the client. CORS said no. The fix was a simple Next.js API route that proxies the request server-side. Took 20 minutes but saved the entire tool.
4. SEO for tool pages needs more than just the tool
A page with just a JSON formatter widget won't rank. Each tool page needs: a descriptive H1, a "How to Use" section, an "About" paragraph, an FAQ with structured data, and links to related tools. It's more content work than code work.
5. Build the tools people actually search for
I prioritized tools based on search volume, not what I thought was cool. JSON Formatter, Regex Tester, Base64 Encoder, Word Counter — these are the workhorses that bring in traffic. Niche tools are nice, but the basics are what people actually need daily.
What's Next
-
More tools: Hash Generator, CSS/JS Minifier, Cron Parser, Timestamp Converter, QR Code Generator
-
More blog content supporting each tool (each post = a new keyword entry point)
-
Possibly a public API so developers can use these tools programmatically
Try It Out
👉 devpik.com
Everything is free. No signup. No ads. Just tools.
If you find it useful, I'd love to hear which tool you use the most — or which tool you wish existed. Drop a comment below.
I'm Muhammad Tayyab, a full stack developer from Pakistan building DevPik. I write about developer tools, Next.js, and building in public. Follow me here to see what I ship next.
DEV Community
https://dev.to/itxtayab/i-built-24-free-developer-tools-that-run-in-your-browser-heres-the-full-stack-4lh8Sign in to highlight and annotate this article

Conversation starters
Daily AI Digest
Get the top 5 AI stories delivered to your inbox every morning.
More about
productfeaturemarket
7 tips for rationalizing your application portfolio
A strong application portfolio is an essential IT resource. Ensuring that the portfolio is ready to meet enterprise operational and financial needs is essential to long-term business success. Unfortunately, applications tend to accumulate over time, leading to bloat that creates confusion, undermines efficiency, and introduces risk to the organization . Application rationalization streamlines an existing application portfolio to improve efficiency, reduce complexity, make room for innovation, and lower the total cost of ownership (TCO) through a specific set of processes. Application rationalization is a daunting task for any CIO. Here are seven tips that can make the process faster and easier. Be methodical and make use of metadata “Application management is periodically necessary to redu

The invisible AI adding value to World2Meet
As prevalent as AI implementation is, not all organizations approach it in the same way, or to the same degree. Many are still testing the technology, with specific and limited use cases, while others have integrated it in a way that’s transformative. The latter is the case for World2Meet (W2M), the travel division of global tourism company Iberostar Group, and a finalist in the Best AI and Intelligent Automation Project category at last year’s CIO 100 Awards for its Intelligent Process Automation (IPA) initiative. Seeing is believing W2M CIO Joan Barceló says IPA is essentially the invisible AI that’s truly delivering value. Launched in 2023 with the goal to explore everything that could be automated and equipped to gain efficiency and productivity, IPA began to deliver results in 2025.
Knowledge Map
Connected Articles — Knowledge Graph
This article is connected to other articles through shared AI topics and tags.
More in Products

How analytics and AI are reshaping the boundaries of IT leadership
IT leadership is under more pressure than ever. As analytics and AI become embedded in everyday operations, expectations of CIOs are expanding, often without clear agreement on where IT leadership begins and ends. Many organizations assume that strong IT leadership will naturally extend to analytics and AI. In practice, that assumption no longer holds. The challenge is not that IT leadership has become less important, but that it is no longer sufficient on its own. To understand why, it helps to be clear about what has changed, what has not and where the boundaries of IT leadership now sit. What hasn’t changed about IT leadership At its core, IT leadership remains about the enablement and stewardship of the organization’s technology environment and capabilities. In practice, this has alway

7 tips for rationalizing your application portfolio
A strong application portfolio is an essential IT resource. Ensuring that the portfolio is ready to meet enterprise operational and financial needs is essential to long-term business success. Unfortunately, applications tend to accumulate over time, leading to bloat that creates confusion, undermines efficiency, and introduces risk to the organization . Application rationalization streamlines an existing application portfolio to improve efficiency, reduce complexity, make room for innovation, and lower the total cost of ownership (TCO) through a specific set of processes. Application rationalization is a daunting task for any CIO. Here are seven tips that can make the process faster and easier. Be methodical and make use of metadata “Application management is periodically necessary to redu

The invisible AI adding value to World2Meet
As prevalent as AI implementation is, not all organizations approach it in the same way, or to the same degree. Many are still testing the technology, with specific and limited use cases, while others have integrated it in a way that’s transformative. The latter is the case for World2Meet (W2M), the travel division of global tourism company Iberostar Group, and a finalist in the Best AI and Intelligent Automation Project category at last year’s CIO 100 Awards for its Intelligent Process Automation (IPA) initiative. Seeing is believing W2M CIO Joan Barceló says IPA is essentially the invisible AI that’s truly delivering value. Launched in 2023 with the goal to explore everything that could be automated and equipped to gain efficiency and productivity, IPA began to deliver results in 2025.

The end of the org chart: Leadership in an agentic enterprise
Most security initiatives fail before the first line of code is written. Not because the technology is wrong, but because the problem was framed poorly from the start. Leaders often move fast toward familiar answers, then wonder why progress stalls. Last year, a global cybersecurity technology company brought me in to help run a Privileged Access Management proof of concept. On paper, it made sense. PAM was proven, defensible and easy to justify to cybersecurity leaders. The intent was legitimate and the urgency was real. Once we looked closer, the real issue became obvious. Centralizing PAM had no internal support. Stakeholders were wary, resisted heavy controls and were unconvinced it would help them do their jobs. Pushing forward would have burned credibility and months of effort. So we


Discussion
Sign in to join the discussion
No comments yet — be the first to share your thoughts!