Changelog

What has shipped so far.

A running record of the work on Compile Labs, newest first. Dates are build dates, not marketing milestones.

  1. Static pages and security headers

    Added the contact, privacy, terms, changelog and feedback pages, a dedicated 404, Cloudflare Pages redirects, and a Content-Security-Policy with long-lived caching for built assets.

  2. Blog

    Introduced the blog on Astro content collections with date formatting, reading time, tags, and a first post on when a plain word count is not enough.

  3. Calculators, health, utility and SEO tools

    Filled out the student, health, utilities and SEO categories: GPA, percentage, loan, grade, tip, temperature, distance, BMI, calorie, password, random number, timer, meta tag and sitemap tools.

  4. Image tools

    Shipped the image collection: compressor, resizer, PNG to JPG converter, image to Base64, favicon generator, information viewer, palette extractor and flip and rotate.

  5. Text and developer tools

    Added the text and developer collections: case converter, Lorem Ipsum generator, diff checker, regex tester, Markdown preview, JSON formatter, Base64 encoder, colour picker, hash generator, URL encoder and UUID generator.

  6. Tool page template and Word Counter

    Built the reusable tool page with how-to steps, frequently asked questions, related tools and metadata, and shipped the Word Counter as the first live tool.

  7. Home page with tool finder

    Rebuilt the home page around a live finder that searches the tool directory, suggests popular live tools, and links into every category.

  8. Tools directory and category pages

    Added the typed tool data layer, the /tools directory, per-category pages and the metadata that drives the rest of the site.

  9. Design system and site shell

    Established the Tailwind v4 design tokens, typography, buttons, focus states, and the shared header and footer, with WCAG AA contrast on interactive elements.

  10. Project scaffold

    Set up the Astro project with Tailwind CSS v4, strict TypeScript, Vitest and the Cloudflare Pages build.