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

MaseWakwa

MaseWakwaap

Public
Like
MaseWakwaap
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: v3
View latest version
README.md

Music Release Notification System

A Val Town application that alerts followers when new beats, sample packs, or songs are released.

Features

  • Release Management: Add new music releases (beats, sample packs, songs)
  • Follower Notifications: Email alerts to subscribers when new content drops
  • Admin Dashboard: Manage releases and view follower statistics
  • Public Landing: Allow fans to subscribe for notifications

Project Structure

├── backend/
│   ├── database/
│   │   ├── migrations.ts    # Database schema setup
│   │   └── queries.ts       # Database query functions
│   ├── routes/
│   │   ├── admin.ts         # Admin dashboard routes
│   │   ├── releases.ts      # Release management routes
│   │   └── subscribers.ts   # Subscriber management routes
│   └── index.ts             # Main Hono app entry point
├── frontend/
│   ├── components/
│   │   ├── App.tsx          # Main React app
│   │   ├── AdminDashboard.tsx
│   │   ├── ReleaseForm.tsx
│   │   └── SubscribeForm.tsx
│   ├── index.html           # Main HTML template
│   ├── index.tsx            # Frontend entry point
│   └── style.css            # Custom styles
└── shared/
    └── types.ts             # Shared TypeScript types

Setup

  1. Set environment variables:

    • ADMIN_PASSWORD: Password for admin access
    • ARTIST_NAME: Your artist name
    • ARTIST_EMAIL: Your email for notifications
  2. The database will be automatically initialized on first run.

Usage

  • Public: Visit / to subscribe for notifications
  • Admin: Visit /admin to manage releases and view subscribers
  • API: RESTful endpoints for releases and subscribers

API Endpoints

  • GET /api/releases - Get all releases
  • POST /api/releases - Create new release (admin)
  • POST /api/subscribe - Subscribe for notifications
  • GET /api/subscribers - Get subscriber count (admin)
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.