Launch Sites and Backends
at the speed of sight

Airpage is the website builder for developers. Design your database schema, build pages that connect to your data, and deploy to a global CDN — all from one tool.

Features

Everything you need to build

From schema design to production websites in one seamless workflow.

Agentic Site Building

Build responsive, production-ready websites with clean defaults. Airpage gives you a solid foundation that’s easy to customize and extend.

UI Components

Prebuilt layouts and components designed for real applications. Composable, predictable, and ready to ship.

Schema-Driven Data

Define your data once using a clear, versioned schema. Constructive and pgpm enforce structure, validation, and permissions at the database layer.

GraphQL API

A fully typed GraphQL API generated directly from your schema. Queries, mutations, and relationships are available instantly.

Real-Time Updates

Live data changes propagate automatically across your site. Built-in support for real-time collaboration and dynamic content.

Deploy Anywhere

Deploy your website with one click to modern infrastructure. Scales cleanly from side projects to production workloads.

Get Started

Up and running
in seconds

Install the Airpage CLI globally, run airpage init, and you'll have a fully configured Next.js project with Tailwind CSS, SEO, dark mode, and all the tooling you need.

1Install the CLI globally with npm
2Run airpage init and pick a template
3Start building — pnpm dev and go
npm install -g airpage && airpage init
Terminal
$npm install -gairpage
$airpageinit
    _    _
   / \  (_)_ __ _ __   __ _  __ _  ___
  / _ \ | | '__| '_ \ / _` |/ _` |/ _ \
 / ___ \| | |  | |_) | (_| | (_| |  __/
/_/   \_\_|_|  | .__/ \__,_|\__, |\___|
               |_|          |___/

v0.1.0

? Enter your new project name: my-website

? Select a template: website

✓ Generated 30 files

✓ Dependencies installed

✨ Your Airpage project is ready!

$ cd my-website

$ pnpm dev|

What's Included

Batteries included

Every project comes pre-configured with production-ready tooling.

Next.js 16

React framework

Tailwind CSS

Utility-first styling

TypeScript

Type safety

Dark Mode

next-themes

SEO

Sitemap + OG tags

ESLint 9

Flat config

Prettier

Auto formatting

Static Export

CDN-ready builds

Ready to build something?

Get your project running in under a minute.

$npm install -g airpage