untitled-3483
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: v5View latest version
A complete e-commerce website for a toy store business built on Val Town.
- Responsive design that works on mobile and desktop
- Product catalog with categories
- Product detail pages
- Shopping cart functionality
- Contact form
- Featured products on homepage
backend/index.ts- Main HTTP entry point and API routesbackend/database/- Database setup and queriesfrontend/- All frontend assets (HTML, CSS, JS)shared/- Shared types and utilities
- Backend: Hono framework with SQLite database
- Frontend: HTML, JavaScript with TailwindCSS for styling
- Storage: Val Town SQLite for product data
The website is accessible via the HTTP endpoint. The main page displays featured products and navigation to browse the full catalog.