Submission for the GitHub Finish-Up-A-Thon Challenge

What I Built

I built a Laravel Page Builder that allows developers to create and manage pages through a visual drag-and-drop interface.

Unlike most page builders that rely heavily on database storage, this project takes a different approach: page layouts are stored as JSON files directly in the filesystem.

The idea behind this decision was simple: