Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Shovel.js – A portable meta-framework built on web standards (shovel.js.org)
2 points by bikeshaving 9 hours ago | hide | past | favorite | 2 comments
I recently built a CLI and set of libraries for running Service Workers as application servers. The idea: instead of inventing new APIs, use the ones browsers already have (Cache API, FileSystem API, CookieStore, URLPattern, AsyncContext) and shim them for Node, Bun and Cloudflare when missing. The result is portable code that runs anywhere and follows rigorous specifications which coding agents like Claude Code already know how to use. `npm create shovel` to try it.




Very fresh take on APIs. With proliferation of compute types (container, lambda, cloudflare worker, VM, offline-first apps), there's something to be said for a common interface.

Kudos. will explore more.


Thanks for the kind words! Let me know your thoughts if you end up exploring.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: