DEV Community

Cover image for introducing tilepieces: An open source project to visually editing HTML documents and Web applications
tilepieces
tilepieces

Posted on

introducing tilepieces: An open source project to visually editing HTML documents and Web applications

Tilepieces is a software that allows you to create applications for editing HTML documents, using some of the popular interfaces of the browser developer tools (with which it is possible to integrate css edits).
Tilepieces also allows you to reuse your favorite code and libraries, and exposes APIs that are useful for editing multiple files at a time.
You can start using tilepieces with its progressive web application version!

Tilepieces - html inspector
Tilepieces - css viewer
Why Tilepieces?
Tilepieces has everything you need to manage and design the layout of all your web projects, be they newsletters, banners, websites or web applications.
Any library and framework can be reused using its component data structure, similar to NPM's package.json.
These data structures can be populated by the application itself.
Its API and the possibility of customization make it perfect as the basis of a CMS
Tilepieces - component panel
How Tilepieces works
The project is built with itself, and uses some of the popular frontend libraries like codemirror and terser.
To build a tilepieces application, read the instructions.
Tilepieces - bootstrap example
Tilepieces - ckeditor example
How to use Tilepieces
You can start use tilepieces immediately with its progressive web application version.
If you like Node.js, there is an npm package for you that will launch the application in your favourite browser.

Top comments (0)