Changelog
This page is a readable story of what changed, newest themes first within each year. It is not a commit ledger. For exact diffs, use GitHub or the milestone notes in changelog details.
2026
June
Next.js is documented as the official web stack; SolidStart is on hold. The site gained a developer platform role (users.platformRole), an FTN developer panel (floating control, not in public nav), and a /dev/styles catalog for card surfaces including optional liquid-glass-react cards.
April
Mid-month, deployment and backend work matured: Vercel and GitHub Actions were aligned with the pnpm monorepo (including deploying from the repository root), the Next.js build was relaxed when Convex URLs are absent at build time, and product work shipped for venues and events and auth, with docs updated to match.
Later in April, the public face of both web apps moved: a shared glassmorphism direction on Next and SolidStart, a SolidStart on-ramp with a 3D hero and geolocated search, and follow-up fixes for shared styles, logos, and layout. Documentation was reorganized in Antora (shared guides on the ROOT module; older material under the old-website module). A short-lived doc experiment about code signing in a release pipeline was reverted. The month ended with lockfile maintenance and small comment cleanups around Square and internal APIs.
March
Housekeeping and foundations: day-to-day editor settings moved to .vscode/, org naming and cross-links in docs pointed at FoodTruckNerdz on GitHub, and a batch of workspace updates was merged in from a fork. Separately, the map stack grew multi-provider support and client performance hooks, and code-workspace settings were refreshed from the shared template approach.
February
The monorepo took the shape you see today: pnpm and package metadata at the repository root, the Next app in site-nextjs/, Node 24 on Vercel, Biome for formatting and lint, and environment variables documented in Antora instead of only in ad hoc .env comments. Old migration paths and folder names were cleaned up, Zustand stores in the Next app were restored, and small doc quality rules landed (AsciiDoc list style, how to republish the doc site). That February wave sits right after a late-January security pass on React Server Components (below).
January
A React Server Components advisory was addressed through a merge from the fork queue, and a few default editor nags were toned down. The doc tree moved to a flatter docs/ layout, check-in behavior was captured in the published doc set, and pnpm became the default story in build instructions. JSON and code-workspace files picked up the same Biome treatment as the rest of the repo, and per-repository settings kept aligning with the common workspace template. This January work completes the move that began when Antora was introduced the previous fall.
2025
Late November
Repository layout, Git, and first-run deployment all moved at once: the Next app lived under a clearer subfolder, Vercel and Convex install and build lines were made explicit, example env files were committed on purpose, and a round of over-eager Git LFS tracking was unwound. Cursor and Turbopack cache ignores, pnpm config, and workspace metadata (including funding) landed in the same period, overlapping the Antora transition that had started in October.
October
Narrative content moved out of ad hoc READMEs and into Antora, with a root README.adoc as the shell for humans cloning the repo. An in-tree dev-setup GUI was extracted to its own repository so the monorepo could stay slimmer. Early October was mostly stashes and small doc nudges before that cutover landed.
See also
-
Repository — full git history
-
Milestone write-ups — commit anchors and
gitcommands where recorded