Start with a single file, pick the features you need
Pick and choose from a set of functions that compose well
Migrations, CRUD helpers and fully typed queries
Type-safe JSX layouts, pages, and components
Zod-based form validation
Built-in cron jobs and recurring jobs
import { store, migrate, rollback, type DB } from "plainstack";
import { test, dev, prod } from "plainstack";
import { job, queue, perform, work } from "plainstack";
import { form } from "plainstack";
import { session } from "plainstack/session";
// when using bun
import { bunSqlite, secret } from "plainstack/bun";