Skip to content

Repository files navigation

KiteSQL Website

A small Vite site for KiteSQL that works as both:

  • a lightweight landing page for the project
  • an in-browser playground powered by the published kite_sql@0.3.2 WebAssembly build

The site lives next to the main repository so it can be deployed independently to GitHub Pages, Cloudflare Pages, Netlify, or any other static host.

What it includes

  • Product-style landing page for KiteSQL
  • Rust-native API / ORM / migration positioning
  • Interactive SQL playground backed by WasmDatabase
  • Zero-backend demo that runs fully in the browser

Local development

Install dependencies:

npm install

Start the dev server:

npm run dev

Build the static site:

npm run build

Preview the production bundle:

npm run preview

WebAssembly source

The site currently uses the published npm package for KiteSQL wasm assets through kite_sql@0.3.2. That keeps the website simple to deploy because no local Rust build is required.

When KiteSQL publishes a newer npm package, bump the kite_sql dependency and refresh the browser wrapper if the generated wasm-bindgen glue changes.

About

Lightweight KiteSQL WebAssembly showcase: loads the npm kite_sql build, runs create/insert/query in the browser, and renders results with a built-in editor and example queries.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages