Preface
Let me start with the conclusion: FormatNow is the largest-scale online tool site cluster I've discovered recently, built by an individual.
It's not one of those "hodgepodges" that stuff hundreds of tool links onto a single webpage, giving you a headache just looking at it. Instead, each niche direction has its own independent sub-site, with its own domain name, its own UI, its own brand name, and then they're aggregated together on the formatnow.dev main site as a portal.
From March to May this year, 16 sub-sites were launched in just over two months. Development tools, image processing, text processing, PDF, QR codes, network diagnostics, unit conversion, SEO detection, horoscopes, fun quizzes, anonymous rants, countdowns... pretty much everything you'd expect is covered. This is the first article, so let's first take a look at the quality of the portal homepage.
I. First Impression: This Site Cluster is "Organized"
To be honest, there's a site inside called https://cal.formatnow.dev. Feel free to check it out. It's used to look up food calories. The author never imagined there would be a site like this. Of course, maybe it's because I'm relatively thin – I can eat whatever I want and never gain weight, so I don't care about these things. But when I recommended it to my partner, who is always trying to lose weight, she said it was an absolute treasure.
I contacted the site owner via email. He said the content of this site could be further enriched, but it relies on everyone brainstorming ideas and putting forward requirements. He would be responsible for organizing and launching them to make them convenient for everyone. Personally, I think the site owner is very nice.
Opening formatnow.dev, you're greeted by a dark frosted glass style, with a dark purple background and purple gradients as the main color scheme. It loads quite fast, with no three-second ads or pop-ups demanding you "register/login for access." Just for this, it's already better than many online tool sites.
At the very top of the homepage is a 5-page rotating hero carousel that plays automatically. Each background image is different:
- Development Tools page: code grid + scattered dots + < /> large text
- Design & Image page: several large overlapping colored circles
- Conversion page: arrow paths + concentric circles
- Fun page: many scattered little stars + wavy lines
- Network page: node-and-line network diagram
The transitions are quite smooth, with a fade-in effect, automatically switching every 5 seconds. There are also a few drifting glowing orbs on the background, moving around slowly – adding some depth without being distracting. Honestly, this design isn't annoying.
II. Categorization and Navigation: 10 Modules, Clearly Arranged
Scrolling down, the 16 sub-sites are listed under 10 categories. Each category has a gradient-colored vertical bar decoration in front, making it visually easy to distinguish:
1. Development Tools
- Dev Toolbox: I'll test this one in-depth in my second article – JSON formatting, Base64 encoding/decoding, URL encoding, regex testing, timestamp conversion, hash generation, JWT parsing, SQL formatting, code formatting, JSON to TS, API testing, format conversion – a total of 12 tools, all processed locally in the browser without being sent to a server.
- TextNow: 40+ text tools, text analysis, case conversion, Unicode fancy script (Gothic, double-struck, etc.), Zalgo, Leet, word count, text comparison, password generation, slug generation, palindrome detection... 9 modules.
2. Image Processing
- CompressNow: Compression, resizing, cropping, format conversion, 30+ presets adapting to mainstream social media dimensions.
- IconGen: One-click generation of app icons for iOS/Android/HarmonyOS/PWA/macOS various platforms.
3. Design Tools
- ColorNow: Color picking, palette generation, gradients, WCAG contrast checking.
- IconGen is also listed under the Design category.
4. Document Tools
- PDF Tools: PDF merging, splitting, compression, format conversion. Also processed browser-side without uploading to a server.
5. Calculation & Conversion
- ConvertNow: 114 conversion tools! 8 major modules – Unit Conversion (16), Finance (17), Time (17), Life (17), Mathematics (18), Text (14), Color (7), Number & Encoding (8). Each tool has its own route for SEO purposes.
6. QR Codes
- QRNow: Generates QR codes for WiFi, business cards, email, URLs, payments, etc., and can also decode, beautify, and batch print.
7. SEO & Utilities
- SEO Check: SEO detection tools, checks title tags, meta tags, OG tags, hreflang, JSON-LD, keywords, social previews, interlinking detection within the site cluster, etc.
- CalNow: Calorie lookup for over 1300 types of food, daily nutrition tracking, BMR calculation. Data source is USDA.
- NetNow: 21 network diagnostic tools – IP lookup, DNS lookup, SSL certificate inspection, Whois, HTTP status codes, security header scanning.
8. Fun Quizzes
- QuizNow: MBTI personality test, mental age, love compatibility, knowledge Q&A.
9. Fun & Creative
- MemeNow: Chinese meme generator. Classics like "Zhen Xiang" (It smells so good), "I want it all," Black guy question mark... all the classic templates are there.
- StarNow: Daily horoscopes, zodiac compatibility, personality analysis.
- RantNow: Anonymous rant/confession card generator. Type a few words to generate a beautifully formatted shareable card.
10. Productivity Tools
- EveNow: Countdown tracker for college entrance exams (Gaokao), regular exams, holidays, anniversaries.
Each card comes with an SVG icon (no emojis, looks much cleaner), with both Chinese and English titles and descriptions. When you hover over a card, there's a gradient glowing border animation and it slightly lifts – the details are well executed.
III. Some Small Details
- Quick Access: At the bottom, there are 16 quick links; clicking through them, there are no dead links.
- Language Switching: The Chinese/EN toggle button in the top right corner. Default is English. The entire site switches after toggling; the logic is quite clean. No awkward mixing of Chinese and English.
- Footer: Complete interlinking of the site cluster, all 16 sub-sites are listed. Also includes Contact, Privacy, Terms, Sitemap. And the sub-sites link to each other in their footers as well – forming a closed loop.
IV. A Few Words from a Technical Perspective (Developers might want to take a look)
Digging into the page source code, this site cluster has a solid technical foundation:
- Each sub-site is equipped with JSON-LD structured data, and each site has dual schema (WebSite + WebApplication)
- Both Chinese and English hreflang tags are present
- robots.txt and sitemap.xml are complete
- Uses the Geist font (Vercel's new font system)
- CSS animations are hand-coded: glowing borders, floating orbs, hover scaling
- For an individual site owner to achieve this level, it's quite standardized. This isn't just slapping on a WordPress theme and calling it a day.
V. The Good Parts
- Large coverage – 16 sub-sites, 200+ tools, covering everything from coding to love life (horoscopes)
- Unified design – All sub-sites share a consistent tone, giving a sense of branding, not a patchwork
- Pure front-end – All processing done in the browser, no server uploads, no registration required
- Bilingual support – Every site can switch between Chinese and English
- Comprehensive SEO – Structured data, sitemap, hreflang all configured
- Fast loading – Static export, no waiting for backend rendering
- Clean – No registration/login needed, no intrusive ad pop-ups
VI. Areas for Improvement
- The statistics display on the portal is blank – that area is empty, probably a missing component or a bug
- Tool depth is somewhat uneven – Dev Toolbox's 12 tools are relatively lightweight, each simply "input → output"; advanced users might find it lacking
- SEO Check is relatively thin – compared to other sub-sites, this one has slightly fewer features
- Lacks community features – no comments, sharing, interaction, etc. But then again, adding community features to a tool site is always a dilemma
- Some sub-sites could be further developed – for example, RantNow's card sharing, EveNow's custom events – these could be made richer
VII. Which Site for Which User?
Here's a rough summary:
- Developers → Dev Toolbox (JSON/Base64/Regex), TextNow (text processing), NetNow (network diagnostics)
- Designers → CompressNow (image processing), IconGen (icon generation), ColorNow (color palettes), PDF Tools
- Website owners/Content creators → SEO Check, QRNow, NetNow, TextNow
- General users → ConvertNow (conversions), CalNow (calorie lookup), QuizNow (quizzes), StarNow (horoscopes)
- Students → EveNow (countdowns to push you to study), ConvertNow (homework help), TextNow (word count for essays)
Conclusion
As a personal project of a tool site cluster, FormatNow is commendable in scale, design, and technical execution. With 16 sub-sites spanning development tools to horoscopes, a unified design language and a fairly standardized technical stack make it stand out among a sea of "amateur" online tool sites.
As the "main entrance," the portal homepage has the foundational elements: carousel, category cards, statistics area, quick access links, and footer interlinking. It's just that the statistics section needs fixing – a minor bug, nothing major.
If some of the sub-sites deepen their functionality further, this would truly be a tool matrix worth bookmarking.



Top comments (0)