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

UnzipMe

Artreon

Public
Like
Artreon
Home
Code
3
backend
1
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 milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
6/2/2025
Viewing readonly version of main branch: v4
View latest version
README.md

Creative Marketplace

A marketplace platform for photographers and artists to showcase their work and connect with potential clients.

Features

  • Artist/Photographer Profiles: Creatives can create profiles showcasing their portfolio
  • Portfolio Management: Upload and organize artwork/photography samples
  • Client Discovery: Browse artists by category, style, and location
  • Contact System: Direct messaging between clients and creatives
  • Service Listings: Artists can list their services with pricing
  • Responsive Design: Works on desktop and mobile devices

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Database schema
│   │   └── queries.ts       # Database operations
│   ├── routes/
│   │   ├── artists.ts       # Artist CRUD operations
│   │   ├── portfolio.ts     # Portfolio management
│   │   └── static.ts        # Static file serving
│   └── index.ts             # Main API server
├── frontend/
│   ├── components/
│   │   ├── App.tsx          # Main application
│   │   ├── ArtistCard.tsx   # Artist profile card
│   │   ├── Portfolio.tsx    # Portfolio viewer
│   │   └── ContactForm.tsx  # Contact form
│   ├── 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
  • Deployment: Val Town

Getting Started

The application is automatically deployed on Val Town. The main entry point is backend/index.ts which serves both the API and the frontend.

API Endpoints

  • GET /api/artists - List all artists
  • GET /api/artists/:id - Get artist details
  • POST /api/artists - Create artist profile
  • GET /api/portfolio/:artistId - Get artist portfolio
  • POST /api/contact - Send contact message

Database Schema

  • artists: Artist profiles and information
  • portfolio_items: Individual artwork/photos
  • contacts: Contact form submissions
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
© 2026 Val Town, Inc.