DEV Community

Brandon Fowler
Brandon Fowler

Posted on

Unbounded

DEV's Worldwide Show and Tell Challenge Submission 🎥

This is a submission for the DEV's Worldwide Show and Tell Challenge Presented by Mux

What I Built

Unbounded is an open source visual website editor that lets you export code ready for developers to use.

Features:

  • free and open source
  • edit css styles
  • create and use components
  • export code
  • import code
  • mobile support
  • classes
  • animations
  • css variables
  • basic templates

My Pitch Video

Demo

editor
github
No login or signup necessary. You can access the editor directly.

The Story Behind It

It seemed like most website builders didn't provide a way to export your project as code. I thought this would be useful for small businesses and startups when they're ready to transition their website to developers.

Technical Highlights

I made the editor completely in Vanilla JS. Vanilla JS is pretty flexible and typically incurs less tech debt than frameworks. I actually made the editor as a single html file so that it can be easily downloaded and used offline.

Top comments (0)