This is the legacy version of Graplet, a code playground built with React, Vite, TypeScript, and Blockly
Demo: graplet.github.io/graplet-v3
The new Graplet is a 3D code editor built with Three.js. Think Scratch, but in 3D, where you can create models and interactive experiences. It is far more superior and advanced than >this legacy version ever was, with a clear goal set in mind 🔥
🚧 Graplet V4 It is still heavily work in progress! Don't expect a launch sooner than 2026.
💌 Want to try it? Add me on Discord (heliacer) and get yourself Early Access!
To run Graplet V3 Locally:
# install dependencies
npm i
# dev server
npm run dev
# production build
npm run build
# preview build
npm run preview