Rise Canvas
Build · arrange · export to Rise

How to load a saved project

  1. Find your previously copied Rise Canvas HTML code
  2. Open Notepad (Windows) or TextEdit (Mac)
  3. Paste your HTML code with Ctrl + V (or Cmd + V)
  4. Go to File → Save As
  5. Set the filename to my-project.html
  6. Set "Save as type" to All Files (*.*)
  7. Click Save
  8. Click 📂 Load project and select the file

Your HTML code is the output from a previous Rise Canvas session — the same code you paste into a Rise code block.

Canvas Preview
🎨

Your canvas is empty

Select a component from the sidebar to build it and place it here.

← Select a component to start
100%
Loading builder…
🔒

Builder couldn't load

Your browser is restricting local file access. Serve all files via a local web server:

python -m http.server 8080

Then open: http://localhost:8080/index.html

VS Code Live Server or any dev server also works.

🔤 Global font

This sets the font for your exported HTML — what learners see in Rise. The font is applied when you copy or export, and the matching Google Font is loaded automatically.

Note: the block previews here in Rise Canvas will continue to show in Poppins. The change only appears in the final output.