diff --git a/frontend_v2/Makefile b/tutorial/Makefile similarity index 100% rename from frontend_v2/Makefile rename to tutorial/Makefile diff --git a/frontend_v2/README.md b/tutorial/README.md similarity index 100% rename from frontend_v2/README.md rename to tutorial/README.md diff --git a/frontend_v2/package-lock.json b/tutorial/package-lock.json similarity index 100% rename from frontend_v2/package-lock.json rename to tutorial/package-lock.json diff --git a/frontend_v2/package.json b/tutorial/package.json similarity index 100% rename from frontend_v2/package.json rename to tutorial/package.json diff --git a/frontend_v2/public/favicon.ico b/tutorial/public/favicon.ico similarity index 100% rename from frontend_v2/public/favicon.ico rename to tutorial/public/favicon.ico diff --git a/frontend_v2/public/index.html b/tutorial/public/index.html similarity index 100% rename from frontend_v2/public/index.html rename to tutorial/public/index.html diff --git a/frontend_v2/public/logo192.png b/tutorial/public/logo192.png similarity index 100% rename from frontend_v2/public/logo192.png rename to tutorial/public/logo192.png diff --git a/frontend_v2/public/logo512.png b/tutorial/public/logo512.png similarity index 100% rename from frontend_v2/public/logo512.png rename to tutorial/public/logo512.png diff --git a/frontend_v2/public/manifest.json b/tutorial/public/manifest.json similarity index 100% rename from frontend_v2/public/manifest.json rename to tutorial/public/manifest.json diff --git a/frontend_v2/public/robots.txt b/tutorial/public/robots.txt similarity index 100% rename from frontend_v2/public/robots.txt rename to tutorial/public/robots.txt diff --git a/frontend_v2/src/App.css b/tutorial/src/App.css similarity index 100% rename from frontend_v2/src/App.css rename to tutorial/src/App.css diff --git a/frontend_v2/src/App.js b/tutorial/src/App.js similarity index 100% rename from frontend_v2/src/App.js rename to tutorial/src/App.js diff --git a/frontend_v2/src/App.test.js b/tutorial/src/App.test.js similarity index 100% rename from frontend_v2/src/App.test.js rename to tutorial/src/App.test.js diff --git a/frontend_v2/src/index.css b/tutorial/src/index.css similarity index 100% rename from frontend_v2/src/index.css rename to tutorial/src/index.css diff --git a/frontend_v2/src/index.js b/tutorial/src/index.js similarity index 100% rename from frontend_v2/src/index.js rename to tutorial/src/index.js diff --git a/frontend_v2/src/reportWebVitals.js b/tutorial/src/reportWebVitals.js similarity index 100% rename from frontend_v2/src/reportWebVitals.js rename to tutorial/src/reportWebVitals.js diff --git a/frontend_v2/src/setupTests.js b/tutorial/src/setupTests.js similarity index 100% rename from frontend_v2/src/setupTests.js rename to tutorial/src/setupTests.js diff --git a/frontend_v2/src/tqec_logo.svg b/tutorial/src/tqec_logo.svg similarity index 100% rename from frontend_v2/src/tqec_logo.svg rename to tutorial/src/tqec_logo.svg diff --git a/frontend_v2/src/workspace/button.js b/tutorial/src/workspace/button.js similarity index 100% rename from frontend_v2/src/workspace/button.js rename to tutorial/src/workspace/button.js diff --git a/frontend_v2/src/workspace/circuit.js b/tutorial/src/workspace/circuit.js similarity index 100% rename from frontend_v2/src/workspace/circuit.js rename to tutorial/src/workspace/circuit.js diff --git a/frontend_v2/src/workspace/grid.js b/tutorial/src/workspace/grid.js similarity index 100% rename from frontend_v2/src/workspace/grid.js rename to tutorial/src/workspace/grid.js diff --git a/frontend_v2/src/workspace/index.js b/tutorial/src/workspace/index.js similarity index 100% rename from frontend_v2/src/workspace/index.js rename to tutorial/src/workspace/index.js diff --git a/frontend_v2/src/workspace/plaquette.js b/tutorial/src/workspace/plaquette.js similarity index 100% rename from frontend_v2/src/workspace/plaquette.js rename to tutorial/src/workspace/plaquette.js diff --git a/frontend_v2/src/workspace/position.js b/tutorial/src/workspace/position.js similarity index 100% rename from frontend_v2/src/workspace/position.js rename to tutorial/src/workspace/position.js diff --git a/frontend_v2/src/workspace/qubit.js b/tutorial/src/workspace/qubit.js similarity index 100% rename from frontend_v2/src/workspace/qubit.js rename to tutorial/src/workspace/qubit.js diff --git a/frontend_v2/src/workspace/utils.js b/tutorial/src/workspace/utils.js similarity index 100% rename from frontend_v2/src/workspace/utils.js rename to tutorial/src/workspace/utils.js