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: v2View 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