Home

waynesutton/markdown-site

Status:Indexed
Analyzed Dec 22, 2025300+ starsTypeScript

An open-source publishing framework for AI agents and developers. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex and Netlify.

Back to Pull Requests
#1Closed
Simple Review

Switch stats to use the aggregate component

by sethconvexDec 16, 2025
View on GitHub

Summary

This pull request refactors the `/stats` page to utilize a new aggregate component. This likely involves abstracting common UI or data fetching logic for statistics into a reusable component, leading to cleaner code and better maintainability for the stats section.

Changes

+771 additions-33 deletions

Impact Areas

UIData DisplayCode Reusability