Introducing Sveltago: A SvelteKit Starter for Custom TagoIO Widgets

Introducing Sveltago: A SvelteKit Starter for Custom TagoIO Widgets

Hey TagoIO Community,


I just wanted to share a project I’ve been working on: Sveltago, a starter template for creating custom TagoIO widgets using Svelte 5 and SvelteKit. It comes with everything you need—TypeScript, TailwindCSS, and more—to jumpstart your widget development on TagoIO.

You can check it out here: GitHub - Ducktatorrr/sveltago



Why Svelte? It’s a lightweight, reactive framework that makes building dynamic interfaces simple and fun. The template is already set up to handle TagoIO’s data injection, and you can develop locally with mock data so you don’t have to wait on real devices. It features some debug buttons to log data into console and a simple table that loads the selected data variable.

I hope this helps anyone looking to build more sophisticated—or just plain fun—widgets for their TagoIO dashboards. Feedback, ideas, and pull requests are always welcome!

- Tobias