Skip to main content

Publish

Publish your project to a live, shareable URL.

  1. Open your project and tap the ⋮ menu in the top-right corner
  2. Select Publish
  3. SrcNexus Code Editor uploads all files (each must be under 10 MB)
  4. .gitignore exclusions and redirects.txt rules are enforced automatically
  5. You receive a public shareable link

Published URL Format

After publishing, you receive a shareable link in the following format:

https://{username}.srcnexus.app/{projectname}
  • {username}: Your SrcNexus Code Editor username
  • {projectname}: The name of your published project

Important Notes

  • If you change your username or project name in the future, your published link will change accordingly.

  • Previous links using the old username or project name will become invalid and will no longer work.

    What does not get published?

The following files and folders are excluded from publishing:

  • Files and folders listed in your .gitignore
  • Large dependency folders commonly generated by build tools and package managers, such as:
    • node_modules, bower_components
    • .dart_tool, .pub-cache, ios/Pods, android/.gradle
    • .venv, venv, .tox, .mypy_cache, .pytest_cache
    • .gradle
    • target
    • pkg
    • vendor
    • packages

Share the generated link with teammates, clients, or use it for demos and portfolios.