Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willnode/forger

Website Builder based on Svelte
https://github.com/willnode/forger

builder svelte webdesign

Last synced: 2 months ago
JSON representation

Website Builder based on Svelte

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).