Site Updates: May 2026 Changelog
Updated daily · Freemaki Team
May 2026 is a busy month for Freemaki. We're shipping new tools, blog articles, and improvements almost daily. This changelog is updated in real time — bookmark it to follow along.
Salary Survival Engine (1,741 Pages)
New Blog: Salary Survival Guide 2026
Bug Fixes & Compliance
- Palette page JS broken — i18n object had a syntax error where
zh: was nested inside a string value, causing all JavaScript (including image upload) to fail silently. Also fixed HTML structure (Related Tools and FAQ sections were outside the page container). Updated styles to match light theme.
- Removed fake aggregateRating — 24 tool pages had self-reported 4.8/5 star ratings in JSON-LD schema. These violate Google's structured data guidelines and could harm search rankings and AdSense approval. All removed.
Updated Totals
- Total tools: 38 · Total articles: 18 · Total static pages: 1,779+
New Blog: Loan & Compound Interest Guide
Bug Fixes
- Safe Zone Checker dark mode: fixed main workspace background (was pure black instead of neutral-950, causing visual break with card backgrounds).
- Google Discover Checker: recovered missing
discover/index.html from git history (file was lost on network drive).
Updated Totals
- Total tools: 36 · Total articles: 16
Homepage Redesign v2
- Category-based tool organization — All Tools section reorganized into 6 labeled categories (Developer Tools, Design & Media, Productivity, Health & Lifestyle, Finance & Tax, SEO & Utilities) replacing the flat chip grid.
- NEW badges on Popular Tools — 3 latest tools (1099 Tax, Baby Name Initials, Meeting Cost) now show green "NEW" badges.
- Articles section trimmed — Shows 6 latest articles with "View all 15" expand toggle instead of 15 cards at once.
- Stats bar added — Header now includes "33 tools · 15 guides · 100% free, forever" visual indicator.
- Total tools: 33 — Site now has 33 tools and 15 guide articles.
2 New Articles
- Image Optimization Guide: Format, Compression & Core Web Vitals — Format selection (WebP/AVIF), compression strategies, responsive images, lazy loading, and performance impact on LCP/CLS.
- How to Create Secure Passwords & Why Password Managers Matter — Attack methods (dictionary, brute force, credential stuffing), password entropy, NIST guidelines, passphrases, and 2FA setup.
Homepage & Site-Wide Updates
- Homepage layout widened — Max-width increased from 720px to 960px. Title 36px, card gap 18px, enhanced hover shadows.
- New tool cards added — Password Generator (Developer Tools), Image Converter and Palette Extractor (Design & Color). Category counts: Developer Tools 8, Design & Color 6.
- New article cards added — Image Optimization Guide and Secure Password Guide in Guides & Articles (now 12 articles).
Performance Optimization
- dns-prefetch + preconnect — Added to all 24 pages for Google Fonts and Freemaki domain. Pre-resolves DNS before the browser needs the resources.
- theme-color meta tag — Added `#2563eb` to all pages. Mobile browsers now match the address bar color to the brand.
Bug Fix
- Reddit Explorer sort dropdown — Sort selector (Top by Score / Most Comments / Newest) no longer visually resets after re-rendering results.
5 AI Side-Hustle Blog Articles
Launched a 5-article series on AI-powered content entrepreneurship:
Homepage Updates
- Tagline updated — Changed from hardcoded "21 free tools" to "Free online tools & guides" for future-proof messaging.
- Guides section expanded — Homepage now showcases 10 articles (up from 4), with category tags for easy browsing.
- SEO meta tags refreshed — Title, description, and OG tags updated to reflect the growing content library.
How We Build This
Freemaki is a static HTML site — no frameworks, no build steps. Every tool is a self-contained HTML file with embedded CSS and JavaScript:
- Instant loading — No JS bundles to parse. Pages load in under 200ms.
- Works offline — All tools are cached by the browser after the first visit.
- SEO-friendly — Every page is directly indexable. No client-side rendering delays.
- Easy to maintain — Each tool is independent. No dependency conflicts.
- Bilingual — English and Chinese with a single click toggle.
Hosted on Vercel (free tier), auto-deployed from GitHub.
What's Next
On the roadmap for the rest of May 2026:
- More design tools — image resizer, favicon generator
- More blog articles — practical tutorials and tool reviews
- Dark mode support for tool pages
Explore all tools on the Freemaki homepage.