hello-svedit

August 19, 2025 ยท View on GitHub

This is the official bare-bones "Getting started" example for Svedit.

Developing

Clone the repository:

git clone https://github.com/michael/hello-svedit.git
cd hello-svedit

Install the dependencies with npm install and start the development server:

npm run dev

Now make it your own. The next thing you probably want to do is define your own node types, add a Toolbar, and render custom Overlays. For that just get inspired by the Svedit demo code.

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.