FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
Alvan
Alvannew
Public
Like
new
Home
Code
1
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
Settings
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
6/2/2025
Viewing readonly version of main branch: v1
View latest version
README.md@1

Job Board & Chat App

A full-stack application that allows users to post job opportunities and discuss them in a public chat room.

Features

  • Job Postings: Create, view, and manage job postings
  • Public Chat: Real-time chat room for discussing opportunities
  • Responsive Design: Works on desktop and mobile devices

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Database schema setup
│   │   └── queries.ts       # Database query functions
│   ├── routes/
│   │   ├── jobs.ts         # Job posting API routes
│   │   └── chat.ts         # Chat API routes
│   └── index.ts            # Main Hono server
├── frontend/
│   ├── components/
│   │   ├── App.tsx         # Main application component
│   │   ├── JobBoard.tsx    # Job listings component
│   │   ├── JobForm.tsx     # Job posting form
│   │   └── Chat.tsx        # Chat room component
│   ├── index.html          # Main HTML template
│   └── index.tsx           # Frontend entry point
└── shared/
    └── types.ts            # Shared TypeScript types

Tech Stack

  • Backend: Hono (TypeScript API framework)
  • Database: SQLite
  • Frontend: React with TypeScript
  • Styling: TailwindCSS
  • Real-time: Polling for chat updates

Getting Started

The app is automatically deployed on Val Town. Visit the HTTP endpoint to access the application.

Go to top
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Product
FeaturesPricing
Developers
DocsStatusAPI ExamplesNPM Package Examples
Explore
ShowcaseTemplatesNewest ValsTrending ValsNewsletter
Company
AboutBlogCareersBrandhi@val.town
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.