Deploy
Push to ship.
One push becomes a live app with a system URL, SSL, smart routing, and instant rollback. Zero DevOps.
Explore deployDeploy, host, store, authenticate, and route. All on one platform.
Four pillars
Push to ship.
One push becomes a live app with a system URL, SSL, smart routing, and instant rollback. Zero DevOps.
Explore deployPostgres without the pager.
Per-project Postgres with a SQL editor, AI risk classification, transactional execution, and a fully audited query history.
Explore databaseEvery sign-in method, in one drop-in.
Email + password, magic links, Google, X, Microsoft, Facebook, GitHub, Apple, passkeys, SMS OTP and Ethereum / Solana wallet auth.
Explore authBuy, route, secure.
Search and register .com .io .xyz .pro .co .dev .app .ai. Verify, attach, and Let's Encrypt SSL is provisioned automatically.
Explore domainsWorkflow
Step 1
Point glashDB at GitHub. We auto-detect Next.js, Nest, Vite, Express, or static.
Step 2
Glash builds and packages your app behind the scenes - no infrastructure chores.
Step 3
Your app is live at <slug>.glashdb.com with SSL. Bring a custom domain anytime.
Step 4
Drop in email, OAuth, magic link, passkeys, or wallet sign-in. RBAC included.
Framework
Build and ship Postgres-native applications without managing infrastructure. Framework, hosting, database, authentication, and deployment all powered by the glashDB runtime.
01import { page, serverFunction } from "glashjs";02import { sql } from "glashjs/postgres";03import { glashAuth } from "glashjs/auth";0405export const route = page("/projects/:slug", async ({ params }) => {06 const session = await glashAuth.session();07 const project = await sql.one`select * from projects where slug = ${params.slug}`;08 return <ProjectView user={session.user} project={project} />;09});1011export const deploy = serverFunction(async () => glash.deploy());SQL runner, env wiring, migrations, and project database access.
Sessions, signup, signin, passkeys, OAuth, and scoped keys.
Routes map from files to typed URLs and API handlers.
$ npx glashjs create my-appLearn more Connect
Install the CLI, drop the MCP block, and tell the agent to deploy. Build streams back into chat.
Copy MCP configCursor, Windsurf, Claude Code, Kimi, Codex, Antigravity all share the same MCP server snippet.
See every editorSupabase, Postgres, MongoDB, Redis, Firebase, S3. Paste a connection string - we encrypt and inject.
Connect a databaseOne-click moves: source, env vars, integrations. Vercel today, Netlify / DO / Render / Heroku next.
Auto-deploy on push. Ping a channel on release. Tag deploys to issues. Source-map uploads.
Pick a stack, attach a Postgres, light up auth, ship. Templates for SaaS, marketplaces, and AI apps.
Plays well with
20+ services already wired