No, you don’t need Lit, Vite, or TypeScript to Extend the Umbraco Backoffice
dev.to·7h·
Discuss: DEV
Flag this post

One of the biggest misconceptions I see pop up regularly among developers who start working on the new Umbraco “Bellissima” backoffice for the first time is that they think you need a lot of scaffolding and an entire build pipeline to extend the Umbraco 14+ backoffice.

This makes it seem like arbitrary extensions to the backoffice are very hard, especially for backend developers who aren’t into npm and such.

I’m here to tell you that you don’t need to use Lit, Vite, or TypeScript if you don’t want to.


Why do so many developers think you need all that scaffolding?

For the most part, this is a documentation thing. Umbraco itself uses Lit, Vite, and TypeScript in its codebase, and as a result, most examples in the documentation are based on Lit. Also, the [Setup your develop…

Similar Posts

Loading similar posts...