Back to projects

Copy Paste Converter Hub

A fast, privacy-focused, no-login utility site for developers. Tools include JSON formatter, timestamp converter, and more.

Built With

Next.jsTypeScriptTailwind CSS

Project Timeline

Problem Discovery

Mar 2024

Noticed most online converter tools are bloated with ads, require sign-ups, and send data to servers. Decided to build a privacy-first alternative.

Market Research & Feature List

Apr 2024

Surveyed popular converter tools and identified the most-used utilities: JSON formatter, Base64 encoder, URL decoder, timestamp converter. Prioritised client-side-only processing.

Architecture & Design

May 2024

Chose Next.js with TypeScript for type safety and SSG. Designed the minimal, distraction-free UI using a CSS variable design system with dark mode support.

Core Converters Built

Jun 2024

Implemented JSON formatter/validator, Base64 encode/decode, and URL encode/decode — all running purely in the browser with zero server calls.

Timestamp & Hash Tools

Aug 2024

Added Unix timestamp converter and MD5/SHA hash generators. Implemented copy-to-clipboard with user feedback toasts.

UX Polish & Accessibility

Sep 2024

Added keyboard shortcuts, responsive layouts for mobile, and ARIA labels. Introduced smooth transitions between tools.

Testing & Edge Cases

Nov 2024

Tested all converters with malformed inputs, empty strings, extremely large payloads, and Unicode edge cases. Fixed whitespace handling in JSON formatter.

SEO & Custom Domain

Dec 2024

Configured converterhub.dev custom domain, added meta tags, sitemap, and robots.txt. Structured data for rich search results.

Public Launch

Jan 2025

Deployed to Vercel with the custom domain. Open-sourced the codebase on GitHub. Shared with developer communities for feedback.

Community Feedback & Iterations

Feb 2025

Received feature requests for colour converters and regex testers. Improved performance by lazy-loading tool components.