Simple Fullstack
Web Apps

Get Started →Github

Powered by

hono logobun logokysely logozod logo

Fullstack as in Rails or Laravel

Start with a single file, pick the features you need

🔄

Tiny API Surface

Pick and choose from a set of functions that compose well

🗄️

Database

Migrations, CRUD helpers and fully typed queries

🖥️

JSX Templates

Type-safe JSX layouts, pages, and components

📝

Forms

Zod-based form validation

🕒

Jobs

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";
    

Join Our Discord to Hang Out ✌️