Notefig
GitHubGitHub
  • Introduction
  • Quick Start
  • Editor
  • CLI
    • Publishing Your Book
    • Vercel
    • Netlify
    • Railway
    • Coolify
    • AWS S3
    • Overview
    • Self-Hosted Git
    • Custom Runners
  • Reference

On This Page

  • Editor (Recommended)
  • CLI
  • What’s Next
Question? Give us feedback →Edit this page
DocsQuick Start

Quick Start

Editor (Recommended)

macOS

Download from GitHub releases.

Web (Chrome only)

Open app.notefig.com in Chrome.

Other platforms

Linux and Windows support is in development.

CLI

Install the CLI:

npm install -g notefig

Initialize a project:

notefig init
notefig watch

The CLI works in any terminal. Use it for automation, CI/CD pipelines, or if you prefer command-line interfaces.

What’s Next

  • Editor documentation
  • CLI documentation
  • Publishing guides
IntroductionEditor