Void Cloud

questions

it introduces a bunch of


VOID: Vite native deployment Platform
From going to Vite app to deployed light app you still need to pick a framework, deployment platform, DB, aura, ORM, auth, queues, crons...
The idea is that it turns any vite app into a full-stack app with a single plugin.
wraps cloudflare cloud primitives?

26650.png|300
(vite config file)
deploys to Cloudflare workers, that simple, no cloudflare knowledge or account required.
Every app get a .void.app domain

55336.png|450
This are all cloudflare services (obviously)
(DB is simulated locally as well)
auth pkg is good, db schema is good.

62925.png|500
The void npm package has two parts,

work with all vite based meta frameworks (next, tanstack, sveltekit). Framework features wouldn't be needed since the meta frameworks handle that, so they would enjoy the SDK feature.

68552.png|500
this is crazy, pretty much everything is streamlined and automated.
mcp that connects to deployment logs
code gen
db studio
you can devvelop lcally with remote dbs