This project is in early developments (like reallyyy early: 25% to finish), stay tuned!
This is an online website builder where it generates an SPA project based on Svelte. No server-side, 100% fully works in browser.
Features:
- Dedicated designer for designing Svelte components
- Support UI libraries (currently
sveltestrap
, more to come) - Includes handy of presets to aid copy and pasting from UI docs
- Save and load project file in web storage or (download and upload) file
- In-browser REPL that also can import Unpkg modules, CSS, JSON and static files
- Export project as ready-to-use Svelte project
Web development should like making a salad. I mean, you only care about making a salad, not growing a tomato from stratch.
An SPA web project means:
- Everything, everypage is bundled on a giant JS
- Separation on pages by URL is handled by routing
- Able to display a data by AJAX
- Able to submit a form without leaving the page.
Svelte REPL and a friend of mine who frustated creating a website for a client (which should be easy to do for an experienced coder, but not if you're still new in coding and on a tight deadline).