Align was born from a simple question: Can we build a fully functional visual design tool without using heavy rendering engines like Canvas or WebGL?
This project was created as an entry for the Sheryians Coding School Inter-Batch Showdown. The challenge was to build a Figma-like visual editor using only standard DOM elements (HTML Divs) and Vanilla JavaScript.
While most design tools rely on pixel manipulation, Align relies on the DOM itself. This means every rectangle you draw is a real HTML element, making the tool incredibly lightweight and accessible.
Align is built with a focus on core engineering fundamentals:
Designed and developed by Ajay. A Web Development student passionate about building intuitive user interfaces and solving complex engineering challenges.