Code hard. Mosh harder. A Spotify playlist — and a brand — for developers who ship to a wall of distortion.
moshcoding is the brand. Profullstack, Inc. (an S-corp) remains the legal entity —
profullstack.comstays registered;moshcoding.comis the face.
while (alive) {
code();
mosh();
repeat();
}
// no bugs, only features
Everything in images/ and videos/ is the visual identity. A curated pair of
brand reels is served at /videos (from
public/videos/); page owners can also upload their own mp4 reels per parked
domain from the dashboard.
| Asset | File |
|---|---|
| Square logo panel (mascot lockup) | images/moshcoding_original_01_square_logo_panel.png |
| Playlist cover (square) | images/moshcoding_01_playlist_cover_panel_square.png |
| Wide banner | images/moshcoding_02_wide_banner_main.png |
| Coder workstation card | images/moshcoding_03_coder_workstation_card.png |
| "Turn code into chaos" | images/moshcoding_04_turn_code_into_chaos.png |
| Terminal playlist card | images/moshcoding_05_terminal_playlist_card.png |
| Badge — Code Hard | images/moshcoding_06_badge_code_hard.png |
| Badge — No Bugs, Just Features | images/moshcoding_07_badge_no_bugs.png |
| Badge — Push Code, Start Pits | images/moshcoding_08_badge_push_code_start_pits.png |
| Bottom banner — Build / Break / Mosh | images/moshcoding_09_bottom_banner_build_break_mosh.png |
| Promo video 16×9 | videos/Moshcoding Video 16x9.mp4 |
| Promo video 9×16 | videos/Moshcoding Video 9x16.mp4 |
Square variants (*_square.png) are packaged for social avatars/tiles. Individual layered assets: images/moshcoding_individual_assets.zip.
- Mascot — mohawked skeleton coder in headphones, bony hands on a laptop tagged
</>andSHIP IT. - Palette — pure black ground, poison / acid green accent, Spotify green for the playlist tie-in.
- Type — torn brush-stroke metal lettering; the wordmark is always
#MOSHCODING. - Voice —
code(); mosh(); repeat();· Code Hard, Mosh Harder · Build. Break. Repeat. · No Bugs, Just Features · Push Code, Start Pits · Deadlines Are For The Weak. - Domain — MOSHCODING.COM · always paired with the Spotify mark.
Next.js (App Router) on Bun. A killer #MOSHCODING landing page plus a one-liner
product: point any domain at moshcoding and it renders a blacked-out, poison-green
coming-soon page with a working email waitlist.
moshcoding.com/?dn=yourdomain.com
- Tenant mode —
?dn=<domain>is server-rendered as a focused launch page for that domain. Copy/accent auto-derive from the domain name, or drop aconfigs/<domain>.jsonoverride (brand,headline,tagline,sub,accent,cta, plushashtagand a linktree viasocials/links). Every tenant page carries a "© 2026 powered by moshcoding.com" link. - Waitlist —
POST /api/waitlist { email, dn? }, stored in libSQL / Turso (signupstable, unique per email+domain) via@libsql/client. - Login — "Log in with CoinPayPortal" (OAuth2 Auth Code + PKCE); email captured to a
userstable. Self-disables until theCOINPAY_*+SESSION_SECRETenv vars are set. - www → apex redirect handled in
middleware.ts(308 tohttps://moshcoding.com).
cp .env.example .env # fill in TURSO + COINPAY + SESSION vars
bun install
bun run dev # http://localhost:8080
# tenant demo: http://localhost:8080/?dn=killer-startup.ioEnv: TURSO_DATABASE_URL, TURSO_AUTH_TOKEN (required) · COINPAY_ISSUER,
COINPAY_CLIENT_ID, COINPAY_CLIENT_SECRET, SESSION_SECRET, APP_BASE_URL (for login) ·
PORT (default 8080). Turso tables are created automatically on first request.
Builds from the Dockerfile (oven/bun → bun run build → bun run start);
railway.json sets the start command + /api/me health check. Set the env vars above in
the service variables — no volume needed, Turso is the database.
The #moshcoding agent — a lean wrapper for agentic coding. It installs and drives existing engines (opencode, Claude Code, codex) and adds a tiny scripting toolkit (moshscript) on top.
npm install -g github:moshcoder/moshcode
moshcode install opencode # or: claude / codex
moshcode engines # list installable engines
moshcode run examples/alive.mosh # run a moshscriptwhile (alive) {
code();
mosh();
notify(); # -> moshcoding.com web notifications (+ optional webhook)
repeat();
} // no bugs, only features
Repo: https://github.com/moshcoder/moshcode
Grab brand badges & banners at moshcoding.com/badges, or drop this one in your README:
[](https://moshcoding.com)- 🎧 Spotify playlist — TODO: add link
- 🌐 moshcoding.com — landing page +
?dn=waitlist (this repo) - 𝕏 / TikTok — @moshcoding (fallback @moshcoder)
Brand assets © 2026 Profullstack, Inc. (dba moshcoding), all rights reserved.
Code in this repo is MIT (see LICENSE).