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

MaseWakwa

MaseWakwaap

Public
Like
MaseWakwaap
Home
Code
4
backend
3
frontend
2
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
/
Code
/
Search
index.ts
https://MaseWakwa--3c81aff03fa211f0a03376b3cceeab13.web.val.run
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)
HTTP
  • index.ts
    MaseWakwa--3c…13.web.val.run
Code
backendfrontendsharedREADME.md
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
Β© 2025 Val Town, Inc.