Loglists
logging rows of truth on spreadsheets for web layouts
// updated 2026-03-03 00:26
LogLists: a spreadsheet wrapper built with Alpine.js that allows "searches" and "sorts", as well as "filters" by field, then shows the rows in a grid on a "website":

Forewords
I've always wanted to use Google Sheets as a back-end (even though some would say it wasn't the best choice), so I made a front-end for it for "information" that did not need that much "security"!

To tweak the "website", I would only need to tweak the "Google Sheets" spreadsheet!
Hallmarks
- pulls from Google Sheets worksheets
- this will make one large "tab-separated values (TSV) file"
- LogLists will then read the TSV file
- shows the TSV dataset on a webpage
- "sorts" and "searches"
- bundles many worksheets together to make a "library" of "datasets"
...built with the following frameworks:
- front-end:
alpine.jsbootstrap
- "CMS":
- Google Sheets (!)
Runtimes
- "website" on loglists.joncoded.com
- as well as loglists.vercel.app
- "code" on GitHub