ByVoidZero

Ship full-stack Vite apps at warp speed

Void is a deployment platform designed for Vite - with a powerful backend SDK that makes your Vite apps truly full-stack.

  • pages/
    • index.tsx
    • users/
      • [id].tsx
      • [id].server.ts
  • routes/
    • api/
      • hello.ts
  • vite.config.ts
  • void.json

Truly Full-Stack

Database, KV storage, object storage, AI inference, authentication, queues, and cron jobs are built in. Import what you need and ignore the rest.

Your Code is Your Infra

Void scans your source code, detects what you use, and provisions resources automatically. No config files or dashboard clicks, either locally or in the cloud.

End-to-End Type Safety

Types flow from Drizzle schema through route handlers to page component props and the frontend fetch client. One schema validates at runtime and infers types at build time.

Any Framework, Any Rendering

React, Vue, Svelte, Solid, plus Vite-based meta-frameworks. Use SSR, SSG, ISR, islands, and markdown where they fit.

AI-Native

Built-in skills, MCP support, and reference prompts let coding agents scaffold and ship full-stack apps in a single prompt.

One Command to Production

`void deploy` builds your app, runs migrations, provisions resources, and deploys to Cloudflare Workers, without requiring a Cloudflare account or knowledge about the infra.