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
- Download the app -> Download the SrcNexus Code Editor app from the Google Play Store
- Create a project -> Tap the
+icon to start a new Web Project or Empty Project - Open files -> Use the 📁 folder icon to browse and manage your project files
- Run code -> Tap the ▶️ Run button to execute your HTML/CSS/JS instantly. For more details, see Run Code
- 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:
| Package | Install | What it does |
|---|---|---|
srcnexus | npm install -g srcnexus | Deploy projects and extensions from the command line |
@srcnexus/create-extension | npm create @srcnexus/extension | Scaffold a new extension project |
@srcnexus/ext-sdk | npm install @srcnexus/ext-sdk | The 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