Public
Like
RoadMaps
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.
Viewing readonly version of main branch: v10View latest version
A web application that generates interactive roadmaps in the style of roadmap.sh.
- Visual roadmap creation with nodes and connections
- Interactive drag-and-drop interface
- roadmap.sh-inspired styling
- Export functionality
- Responsive design
βββ backend/
β βββ index.ts # Main Hono server
βββ frontend/
β βββ components/
β β βββ App.tsx # Main React app
β β βββ RoadmapCanvas.tsx # Canvas for roadmap editing
β β βββ NodeEditor.tsx # Node editing interface
β β βββ Toolbar.tsx # Toolbar with controls
β βββ index.html # Main HTML template
β βββ index.tsx # Frontend entry point
β βββ style.css # Custom styles
βββ shared/
β βββ types.ts # Shared TypeScript types
βββ README.md
- Open the application
- Click "Add Node" to create roadmap items
- Drag nodes to position them
- Connect nodes by clicking and dragging between them
- Edit node content by double-clicking
- Export your roadmap when complete