From 71bf4d89faf1191ed02574832baa49eb76ff7661 Mon Sep 17 00:00:00 2001 From: Sean O'Connor Date: Mon, 11 May 2026 01:52:16 -0400 Subject: [PATCH] Replace Hotlap with beenCMS in currently building section Hotlap is a friend's project; swapped for beenCMS, a white-label Next.js CMS engine (fork-once, block editor, runtime theming, SQLite) which is Sean's own active project. Co-Authored-By: Claude Sonnet 4.6 --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1ba870..c7fa7a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import { Code, ExternalLink, FileText, - Flag, Globe, GraduationCap, Mail, @@ -119,12 +118,12 @@ export default function HomePage() {
- +
- Hotlap + beenCMS - Race event management · Go monorepo + White-label CMS engine · Next.js
@@ -132,12 +131,12 @@ export default function HomePage() {

- Full-stack race event management platform in Go. - Server-rendered public pages, a Solid.js SPA for track ops, - and a custom Go-native bundler powering the whole thing. + Fork-once CMS engine for powering multiple client sites. + Block-based page editor, runtime theming, role-based auth, + and a full admin interface — all on SQLite with zero ops.

- {["Go", "Solid.js", "PostgreSQL", "TypeScript"].map((t) => ( + {["Next.js", "tRPC", "Drizzle", "SQLite"].map((t) => ( {t}