I was thinking of something like this for my workflow:
- Build/test/validate the individual modules in storybook
- Use windmill to build the interface
- use supabase to handle the back end auth/comms/etc
It seems to me that something like that stack should be not too far from a "it just works" type of system. Storybook might even be unnecessary if windmill has good enough tooling.
Windmill already uses svelte/sveltekie/vite/etc under the hood.