Public
Like
Chiboy
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
https://Winner_create--726e869c33bd11f0bcd29e149126039e.web.val.run
A web-based application for creating and editing house building plans.
- Draw walls, doors, windows, and other house elements
- Add furniture and fixtures
- Save and load your designs
- Export designs as images
backend/index.ts
- Main HTTP entry point and API routesfrontend/index.html
- Main HTML templatefrontend/app.js
- Frontend JavaScript for the drawing applicationfrontend/styles.css
- Styling for the applicationshared/types.ts
- Shared types between frontend and backend
- Draw walls by clicking and dragging on the canvas
- Use the toolbar to select different elements (doors, windows, furniture)
- Save your design using the save button
- Load previous designs from the saved designs list
- Canvas API for drawing
- Tailwind CSS for styling
- Val Town's blob storage for saving designs