RunTimes
running snippets from small to big with care and thought
// updated 2026-03-03 00:27
RunTimes ... a Next.js starter for marks ("mini-apps") like "calculators" and "generators"

Forewords
RunTimes is not about the marks (i.e. the "mini-apps") themselves, but how it holds the marks together (the old "list and item" framework!)

I made this to help others learn about the inner workings of Next.js and for any "websmith" who wants a quick "non-CMS" web holder thing for small apps:

Hallmarks
RunTimes has:
- a fixed header
- a light / dark / system layout
- a home page with a "show more" button to, well, show more "marks"
- clean folder layout for marks:
/mark- each "mark" has its own folder with:
page.tsxmetadata.ts
- each "mark" has its own folder with:
- 4 "marks" built-in as a "starter kit", e.g.:
...which makes note of:
- front-end frameworks:
next.jstailwind
- no back-end, only front-end!
Runtimes
- run on runtimes.joncoded.com
- as well as runtimes-joncoded.vercel.app
- "code" on GitHub