Public
Like
Jobposting
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.
index.ts
https://faithyz--a1fa76e43fbd11f096f176b3cceeab13.web.val.run
A platform where users can view job postings and chat about them in real-time.
- View job postings
- Real-time chat for each job posting
- Simple, clean interface
- No authentication required (anonymous chat)
βββ backend/
β βββ database/
β β βββ migrations.ts # Database schema setup
β β βββ queries.ts # Database query functions
β βββ routes/
β β βββ jobs.ts # Job posting endpoints
β β βββ chat.ts # Chat endpoints
β βββ index.ts # Main Hono server
βββ frontend/
β βββ components/
β β βββ App.tsx # Main app component
β β βββ JobList.tsx # Job listings
β β βββ JobDetail.tsx # Individual job view
β β βββ Chat.tsx # Chat component
β βββ index.html # Main HTML template
β βββ index.tsx # Frontend entry point
βββ shared/
βββ types.ts # Shared TypeScript types
- Visit the homepage to see all job postings
- Click on a job to view details and join the chat
- Chat messages are stored and displayed in real-time
- No registration required - just start chatting!