Design is a 2D computer-aided design (CAD) application built for the web, targeted at makers, designers, hobbyists, and professionals who need a capable CAD tool that runs entirely in the browser — no install required.
Try it now → design-web.uk
Prerequisites: Node.js 16+
# Clone the repository
git clone https://github.com/dubstar-04/Design-Web.git
cd Design-Web
# Install dependencies
npm install
# Start the development server
npm startThe app will be available at http://localhost:3000.
# Create a production build
npm run build
# Deploy to GitHub Pages (production branch)
npm run deployFull documentation is available at design-app.readthedocs.io, covering commands, entities, and dimension styles.
Contributions are welcome. Please read Contributing.md before opening a pull request.
Distributed under the GPL-3.0 licence. See LICENSE for details.



