A marketplace app where people can post used items for sale and negotiate in a public chat room.
āāā backend/
ā āāā database/
ā ā āāā migrations.ts # Database schema setup
ā ā āāā queries.ts # Database query functions
ā āāā routes/
ā ā āāā items.ts # Item CRUD operations
ā ā āāā chat.ts # Chat message operations
ā āāā index.ts # Main Hono server
āāā frontend/
ā āāā components/
ā ā āāā App.tsx # Main app component
ā ā āāā ItemList.tsx # Display items for sale
ā ā āāā ItemForm.tsx # Form to post new items
ā ā āāā ChatRoom.tsx # Public chat interface
ā āāā index.html # Main HTML template
ā āāā index.tsx # Frontend entry point
āāā shared/
āāā types.ts # Shared TypeScript types
The app is automatically deployed on Val Town. Visit the HTTP endpoint to start using the marketplace.