Skip to main content

Editor Documentation

SrcNexus Code Editor is a lightweight, modern code editor app designed for web developers. Create, edit, run, and publish HTML, CSS, and JavaScript projects directly from your mobile device.

Quick Start

  1. Download the app -> Download the SrcNexus Code Editor app from the Google Play Store
  2. Create a project -> Tap the icon to start a new Web Project or Empty Project
  3. Open files -> Use the 📁 folder icon to browse and manage your project files
  4. Run code -> Tap the ▶️ Run button to execute your HTML/CSS/JS instantly. For more details, see Run Code
  5. Publish -> Share your project with a live link using the ⋮ menu. For more details, see Publish

Build and deploy from your computer

SrcNexus also publishes three official npm packages so you can work from a desktop terminal:

PackageInstallWhat it does
srcnexusnpm install -g srcnexusDeploy projects and extensions from the command line
@srcnexus/create-extensionnpm create @srcnexus/extensionScaffold a new extension project
@srcnexus/ext-sdknpm install @srcnexus/ext-sdkThe SDK extensions are written against

See CLI & npm Packages for the full reference.

Where to go next

  • FAQ — common questions about projects, files, and publishing
  • Features — running code, the terminal, publishing, sharing, imports and exports
  • Guides — React and Python project walkthroughs
  • Extensions — build your own commands, themes, formatters and editor plugins