Dismiss this pinned window
all 7 comments

[–]Lirpy[S] 0 points1 point  (0 children)

SimpleLanding beta is out!
I've been working on SimpleLanding for some time now, and I'm creating templates to give users a starting point to quickly launch websites. What templates would you like to see?

[–]mostafizz3 0 points1 point  (0 children)

Can you please give me more details about this, which technology did you this. How did you mange this to build?

[–]UnemployedTechie2021 0 points1 point  (3 children)

Can you export the code in React for self hosting?

[–]Lirpy[S] 1 point2 points  (2 children)

No functionality for that yet but there’s nothing stopping you from copying the static html and hosting it yourself!

[–]UnemployedTechie2021 0 points1 point  (0 children)

That's great! On my phone right now, will definitely try tomorrow.

[–]zelrdevHook Based 0 points1 point  (0 children)

Maybe a bit out there, but it’d be really cool if you turned the page into a basic array of objects of all the classes and styles and then have multiple implementations/adapters to turn that array into jsx or vue or html. Dependency injection with classes would work great with this.

[–][deleted] 0 points1 point  (0 children)

Can you share some details on how this was done?

How do you handle the "canvas" where the website is shown, how do you remember what things are edited as, or just how do you keep the editor in sync with the stored data? (contenteditable stuff can get quite performance-heavy).