https://github.com/willnode/forger
Website Builder based on Svelte
https://github.com/willnode/forger
builder svelte webdesign
Last synced: 8 months ago
JSON representation
Website Builder based on Svelte
- Host: GitHub
- URL: https://github.com/willnode/forger
- Owner: willnode
- License: other
- Created: 2022-07-16T21:30:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-01T14:14:43.000Z (over 3 years ago)
- Last Synced: 2025-03-26T12:01:31.808Z (9 months ago)
- Topics: builder, svelte, webdesign
- Language: Svelte
- Homepage: https://willnode.github.io/forger
- Size: 3.6 MB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forger!
This project is in early developments (like reallyyy early: 25% to finish), stay tuned!
[You can try now anyway](https://willnode.github.io/forger)
## What
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
## Why
Web development should like making a salad. I mean, you only care about making a salad, not growing a tomato from stratch.
## How
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.
## Inspiration
[Svelte REPL](https://svelte.dev/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).