Are Svelte components even possible in Forge?

Hi @DanBish
You can use custom UI with Svelte.
The example project here will work: Forge deploy failure for custom ui forge app (Non React framework) - #3 by dubelm

After cloning the repo, run forge register and npm install in the root of the folder.
Run npm install and npm run build in static/svelte-demo
Then run forge deploy and forge install in root.

2 Likes