惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

美团技术团队
N
Netflix TechBlog - Medium
WordPress大学
WordPress大学
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
V
Visual Studio Blog
H
Help Net Security
Engineering at Meta
Engineering at Meta
Hugging Face - Blog
Hugging Face - Blog
Microsoft Security Blog
Microsoft Security Blog
腾讯CDC
博客园 - 【当耐特】
B
Blog
Stack Overflow Blog
Stack Overflow Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
大猫的无限游戏
大猫的无限游戏
GbyAI
GbyAI
博客园 - 司徒正美
博客园 - 叶小钗
Y
Y Combinator Blog
MyScale Blog
MyScale Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
酷 壳 – CoolShell
酷 壳 – CoolShell

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
A Domain Family: 16 Professional Tool Sites, 200+ Online ...
Eli_M · 2026-05-15 · via DEV Community

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.