FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
Fatima
FatimaJobs
Public
Like
1
Jobs
Home
Code
4
backend
3
frontend
3
shared
1
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
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
/
Code
/
Search
index.ts
https://Fatima--fdc2aeba310d11f0a09e569c3dd06744.web.val.run
README.md

Job Board with Chat

A simple application that allows users to:

  • Post job opportunities
  • View all job postings
  • Participate in a public chat room to discuss opportunities

Features

  • Job posting form (title, company, description, contact info)
  • Job listings page
  • Public chat room
  • Simple user identification (nickname-based)

Technical Details

  • Backend: Hono API framework
  • Database: SQLite for storing job postings and chat messages
  • Frontend: HTML/JS with Tailwind CSS for styling

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Schema definitions
│   │   └── queries.ts       # DB query functions
│   ├── routes/              # Route modules
│   │   ├── jobs.ts          # Job posting endpoints
│   │   ├── chat.ts          # Chat message endpoints
│   │   └── static.ts        # Static file serving
│   └── index.ts             # Main entry point
├── frontend/
│   ├── components/
│   │   ├── jobs.js          # Job listing and form components
│   │   └── chat.js          # Chat room component
│   ├── index.html           # Main HTML template
│   ├── app.js               # Frontend JS entry point
│   └── style.css            # Additional styles
└── shared/
    └── types.ts             # Shared types and utilities

API Endpoints

  • GET /api/jobs - List all job postings
  • POST /api/jobs - Create a new job posting
  • GET /api/chat - Get chat messages
  • POST /api/chat - Post a new chat message
HTTP
  • index.ts
    Fatima--fd…44.web.val.run
Code
backendfrontendsharedREADME.md
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.