Interactive floor plan editor built with Next.js App Router. You can draw walls, split walls, place doors/windows/furniture, and save plans locally.
- Next.js 14 (App Router)
- React 18
- Static export (
output: 'export') for GitHub Pages
- Install dependencies:
npm install- Start the dev server:
npm run dev- Open:
http://localhost:3000
npm run buildThis generates the static site in out/.