Community_AI_Project_Showcase
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://ianochieng--371aa5523fb711f0948076b3cceeab13.web.val.run
A web application for showcasing AI projects from the community. Users can submit their AI projects and browse through all submitted projects.
- Submit AI projects with title, description, link, and category
- Browse all submitted projects in a card-based layout
- Categories include: Machine Learning, NLP, Computer Vision, Generative AI, Data Science, Robotics, Other AI
- Responsive design with TailwindCSS
βββ backend/
β βββ database/
β β βββ migrations.ts # Database schema
β β βββ queries.ts # Database operations
β βββ routes/
β β βββ projects.ts # Project API routes
β βββ index.ts # Main Hono server
βββ frontend/
β βββ components/
β β βββ App.tsx # Main React app
β β βββ ProjectForm.tsx # Project submission form
β β βββ ProjectCard.tsx # Individual project display
β βββ index.html # HTML template
β βββ index.tsx # React entry point
βββ shared/
βββ types.ts # Shared TypeScript types
GET /- Serves the main applicationGET /api/projects- Get all projectsPOST /api/projects- Submit a new project
- Backend: Hono + SQLite
- Frontend: React + TailwindCSS
- Database: SQLite
- Styling: TailwindCSS via Twind