I suggest writing your documentation from the perspective of someone maintaining separation of concerns between their backend (e.g like hono) and the frontend (react).
How would I integrate this with my existing hono+drizzle api? The docs mention prisma but cannot find the implementation in the example web app repo.
Generally, the deeper the tool abstracts, the more idiot(me)-proof the documentation should be.
Appreciate you taking the time to read the docs. You’re right the example app’s implementation is currently incomplete and parts of the docs describe the intended dev experience rather than what’s currently implemented in the repo.
I’m pushing a major update to both the packages and docs in the next half day and would love your feedback once it’s live. I'll try my best to make the READMEs and docs as simple to follow as possible!!