Files
wiki/content/pages/about.md
Wayne Sutton 462729de58 chore: prepare v1.0.0 for Netlify deployment
Update version to 1.0.0 across package.json and changelog. Configure netlify.toml with Convex deployment URL (agreeable-trout-200.convex.site). Verify TypeScript type-safety for src and convex directories. Confirm Netlify build passes with SPA 404 fallback configured. Update TASK.md with deployment steps and files.md with complete file structure.
2025-12-14 11:30:22 -08:00

1.0 KiB

title, slug, published, order
title slug published order
About about true 1

This is a markdown site built for writers, developers, and teams who want a fast, real-time publishing workflow.

What makes it different

Most static site generators require a rebuild every time you publish. This one does not. Write markdown, run a sync command, and your content appears instantly across all connected browsers.

The backend runs on Convex, a reactive database that pushes updates to clients in real time. No polling. No cache invalidation. No deploy cycles for content changes.

The stack

Layer Technology
Frontend React + TypeScript
Backend Convex
Styling CSS variables
Hosting Netlify
Content Markdown

Who this is for

Writers who want version control for their content. Developers who want to extend the platform. Teams who need real-time collaboration without a traditional CMS.

Fork it, customize it, ship it.