Inspiration
Developers spend too much time on CSS layouts in the browser inspector. The inspiration came from turning CSS Grid into an intuitive "LEGO-like" experience.
What it does
GridBlueprint is a Frontend visual IDE. It allows users to draw column and row structures with a mouse, manipulate Flexbox and Grid properties through a sidebar, and instantly generate a production-ready React + Tailwind CSS component.
How we built it
The project is powered by Vite and React for fast performance.
Challenges we ran into
The biggest hurdle was managing the complex reactive state of the grid: allowing for cell merging (span) and real-time resizing. Balancing conflicting Flexbox and Grid properties within a single control panel also required logic.
Accomplishments that we're proud of
I successfully built a serverless tool that offers a seamless responsive preview experience via a simple slider. The "Blueprints" feature, which recreates famous layouts (like Netflix or Instagram) in one click.
Built With
- css
- react
- tailwind
- typescript
- vite
Log in or sign up for Devpost to join the conversation.