Show and tell: serverless WorkPaper API route recipe #167
Replies: 3 comments
-
|
Serverless route coverage is now broad enough to be useful for copy/paste evaluation:
If you want a runtime covered, comment here with the framework and the request/response shape you need. The adapter should stay thin: build a web-standard |
Beta Was this translation helpful? Give feedback.
-
|
May 13 update: I refreshed this into a smaller adapter backlog again, this time focused on runnable or copy-paste service proofs instead of broad framework coverage. Current first-timer issues for this route family:
The target is still the same: accept records, build a WorkPaper, calculate formulas, return computed JSON, and prove persistence/readback when state is involved. If you are using spreadsheet logic behind an HTTP boundary, the useful feedback is concrete: which runtime would you actually copy first, and what payload/result shape would make the example worth trying? I am especially interested in whether durable workbook JSON belongs in KV/object storage, a database row, or should stay out of the first example entirely. |
Beta Was this translation helpful? Give feedback.
-
|
May 13 update: the Next.js App Router path is now runnable instead of just described in prose. What changed:
The smoke exports If you are using spreadsheet logic behind an API route, the next useful feedback is specific: would you copy this shape into Next.js as-is, or do you need the example to show Vercel storage, tRPC, Drizzle/Kysely persistence, or a different request/response boundary first? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I added a serverless API route recipe for people who want
@bilig/headlessbehind a small HTTP boundary instead of inside a browser grid.Recipe:
https://github.com/proompteng/bilig/blob/main/docs/serverless-workpaper-api-route.md
The shape is intentionally boring:
This is the path I expect to matter for Node services, coding-agent tools, and background jobs where the workbook is a calculation boundary rather than a UI component.
I am especially looking for feedback on real API shapes:
Beta Was this translation helpful? Give feedback.
All reactions