cs-isr
v0.0.1
Published
Crazy Simple Incremental Static Regeneration
Readme
cs-isr
Crazy Simple Incremental Static Regeneration
Roadmap
[ ]
isr.config.jsfor configuration options (per project)[ ]
appSecretIdto authentify apps (webhook-related security)[ ]
appPublicIdto identify apps
[ ] single webhook service/server for all projects
[ ] receives the processing request
[ ] queues it (w/ FCFS deduplication)
[ ] UoW can trigger processing at will (usually behind a CRON)
[ ] CRON-ready processing
- [ ] payload is a list of URIs/pages to generate
[ ] Page generation engines
[ ] Common stack (e.g. Nuxt, Next)
[ ] Allow custom stacks
