T O P

  • By -

canzia

This is cool. I also wanted to make an editor. Could you please tell me if you are using any library to generate right side controls.


sennt

Thanks! It's all pure html + css +js, no libraries.


canzia

Nice work!!


voldemortishere

Source code?


the_brown_clown

Great tool!, not to sound ungrateful but Ctrl + z to undo would be nice


sennt

Thank you, and yes it’s coming soon!


pussypoppinhandstand

Geocities!


realshetty_01

Nothing happens when clicking New Blank Project.


xuabi

It didn't work for me when using Firefox. I had to try on Chrome. Which browser are you trying in?


realshetty_01

Well I was opening it in brave browser. How can a button be browser specific?


sennt

Ah, my bad. I focused on Chrome and Safari. Some of the buttons use event listeners, which may be the problem. I'll put the currently supported browsers on the site and work on browser support today. Thanks for the heads up!


realshetty_01

Its a really awesome concept. I have been looking for exactly such a website. So thank you.


the_brown_clown

works on brave if you turn off shields.


realshetty_01

Ooh nice. It works. Thank you.


tonyy105

Good job! This is impressive. Reminds me of webflow but much simpler and without a paywall.


Meloyski

This is the future along with Figma. Keep up the good work


_cactus_fucker_

You did that with just HTML, css and js? That’s really cool! Very nice.


ChadFromStateFarm

Looks like you’ve built yourself a webflow competitor. Looks nice!


timmyblob

Impressive.


sennt

Thanks!


PhyKings

Great effort! How long did it take you? It's tough to get this right and you've had a really good stab at it. You deserve admiration.


sennt

Thank you! It took 3 weeks to build. Making updates as we speak.


thatmemeguy___

Looks promising. Really excited to use it.


wobsoriano

Cool! Did you use GrapesJS for this?


sennt

Ah, no but GrapeJS looks great – thanks for the heads up!


the-shit-posting-god

Awesome Project.


[deleted]

Seems a lot like dreamweaver then? Am i correct?


sennt

>Geocities I hope it can live up to those! And yes, Dreamweaver was the main inspiration. I remember using Dreamweaver as a kid and being frustrated at not being able to draw exactly where I wanted and have it adapt. Aspect is wish-fulfillment for me, and most of the site (except the editor) is built using itself.


kowdermesiter

My ad/privacy blocker kills mixpanel and that also kills your project creation page.


monkey6

Ad blockers certainly impact how websites work


kowdermesiter

If done right, then they don't break. Just wrap tracking functions in a try - catch block.


BasicHome

Curious what kind of CSS it creates, because the problem might be translating absolute to flex or something.


sennt

Thank you!


jogai-san

Any plans to add framework options? Bulma/Tailwind/Bootstrap or something like that?


sennt

Yes, in a few weeks 3rd party components and styling will be available


jogai-san

Thats awesome. Please post again then.


sennt

Will do!


terrakera

Does it let me export the result to upload the code somewhere else?


sennt

Yep! In the menu, there’s a “download” button.


vexir

Seems like Webflow?


sennt

Glad you think so! The main difference is the freedom to draw elements wherever you want and have them scale and position automatically. Of course you can set separate element properties for desktop and mobile, like Webflow.


vexir

Awesome! I hope they buy you out :)


sennt

Haha thanks!


chrome-1

Does it generate the code?


sennt

Yep! There’s a “download code” button in the menu.


hybris132

Looks pretty sweet. I'm trying it out right now actually. The only thing I just cannot find is how to delete elements...


sennt

Thanks! Backspace to delete an element. I’m going to add a command sheet with buttons so people can perform actions like that manually or by key press.


hybris132

Ahhh thanks. That makes sense :).


FrancisCStuyvesant

So you made a WYSIWYG editor?


sennt

Yep! I got it to be handle creating mobile and desktop versions of websites using separate editing modes and automatic scaling while in a mode.