• Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
Rukia95

Rukia95

Rukiaval

Public
Like
Rukiaval
Home
Code
3
backend
3
frontend
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 milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
5/16/2025
Viewing readonly version of main branch: v8
View latest version
README.md

Job Board with Chat

A simple application that allows users to:

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

Features

  • Job posting form with title, description, company, location, and contact information
  • Chronological listing of job postings
  • Real-time public chat room
  • Simple username-based identification (no authentication required)

Technical Stack

  • Backend: Hono.js API framework
  • Database: SQLite for data persistence
  • Frontend: HTML, JavaScript with Tailwind CSS for styling
  • Real-time updates via polling

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Schema definitions
│   │   └── queries.ts       # DB query functions
│   ├── routes/
│   │   ├── 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 interface components
│   ├── index.html           # Main HTML template
│   ├── app.js               # Frontend JS entry point
│   └── style.css            # Additional styles
└── shared/
    └── types.ts             # Shared type definitions

API Endpoints

  • GET /api/jobs - Get 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
FeaturesVersion controlCode intelligenceCLIMCP
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Open Source Pledge
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.