Skip to content

ZERO TO PRODUCTION 15MIN

GitHub Actions edited this page Feb 17, 2026 · 4 revisions

Zero to Production in 15 Minutes

Quick start guide to get nself running and deployed.

Step 1: Install nself (2 minutes)

curl -sSL https://install.nself.org | bash

Step 2: Initialize Project (2 minutes)

nself init
nself build

Step 3: Start Services (2 minutes)

nself start
nself urls

Step 4: Create First Table (3 minutes)

Open Hasura console:

nself admin

Create a table in the console.

Step 5: Write GraphQL Query (3 minutes)

Use GraphQL to query your data.

Step 6: Deploy to Production (3 minutes)

See Deployment Guide.

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog


All commands (52)

Clone this wiki locally