Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Sonic Forage

Community logos, mascot art, banners, and hackathon starter assets for Sonic Forage — a forkable AI DJ / creative-agent toolkit.

Sonic Forage — open-source mycelium for AI music, rave culture, community care, and creative-agent ecosystems

🍓 Sonic Forage

Not one project. A living mycelium for building your own creative AI ecosystems.

Sonic Forage is an open-source culture/agent lab for people who want to fork the signal and grow their own worlds: AI DJs, rave tools, community-care kits, prompt/payload libraries, media vaults, booking workflows, ComfyUI/voice endpoints, and playable command-center demos.

We are building a community-buildable universe: every repo should be a spore someone can fork, remix, verify, and grow into their own local scene.

idea spore → prompt → payload → workflow → verifier → live proof → community fork

✦ What this mycelium is

╭─ 🍓 SONIC FORAGE MYCELIUM ─────────────────────╮
│ roots: rave history + DJ culture + PLUR care │
│ spores: prompts + payloads + tags + templates │
│ fruit: demos + decks + games + media assets │
│ gates: human approval before risky action │
│ goal: help communities grow their own ecosystem │
╰────────────────────────────────────────────────╯

This is for builders who want:

  • 🧠 master prompts that turn messy ideas into repos
  • 📦 payloads that make workflows machine-readable
  • 🏷 tags/labels that make community work searchable
  • badass Unicode UI for command decks, READMEs, drops, and status cards
  • 🎙 voice/persona profiles that can swap providers cleanly
  • 🎛 ComfyUI / endpoint contracts without leaking real URLs or secrets
  • 🎧 AI DJ / audio / visual workflows that are modular, remixable, and closed-gated
  • 🛡 harm-reduction/community-care lanes that are source-backed and public-safe
  • 🎮 playable proof — because sometimes agents are generating and you need to chase a high score

🚀 Start here: choose your spore

1. Build your own AI DJ / creative-agent cockpit

Repo: sonicforge-starter-kit

Use this if you want the most direct "fork this and make your own thing" entrypoint.

  • AI DJ / MC / radio-host persona starter
  • local-first launch cockpit patterns
  • payload-driven workflows
  • safety gates before paid APIs, public posts, private uploads, or live endpoints

2. Learn the culture: rave history, DJ terms, community roots

Repo: rave-culture-field-guide

A source-backed field guide for rave culture, DJ terminology, starter chapters, prompt packs, payloads, tags, Unicode UI, and open-source builder workflows.

Live guide: https://sonic-forage.github.io/rave-culture-field-guide/

3. See the autonomous launch proof

Repo: rave-autonomous-launch-game-plan

A proof deck/runbook showing how messy human intent became structured docs, images, verifiers, GitHub repos, and launch-ready proof.

Live proof deck: https://sonic-forage.github.io/rave-autonomous-launch-game-plan/

4. Build community-care / harm-reduction education kits

Repos:

These are public-safe educational frameworks for nightlife/rave communities. They are not medical advice, legal advice, emergency-response certification, or permission to run field operations without qualified local review.

Live kit: https://sonic-forage.github.io/rave-harm-reduction-community-kit/

Live demo fork: https://sonic-forage.github.io/rave-harm-reduction-demo-fork/

5. Organize assets without leaking the vault

Repo: sonic-forage-asset-vault

Manifest-based asset/media kit for tracks, images, banners, promo assets, and licensing review lanes. It indexes what exists without bulk-committing raw/private media.

Live vault deck: https://sonic-forage.github.io/sonic-forage-asset-vault/

6. Draft booking workflows without becoming a spam bot

Repo: sonic-forage-autonomous-booking-kit

Autonomous AI booking framework for research, one-sheets, venue profiles, draft outreach, approval ledgers, tags, and payloads.

Default: draft-only. No emails, DMs, calendar invites, contracts, invoices, payment links, public posts, or media attachments without explicit human approval.

Live booking deck: https://sonic-forage.github.io/sonic-forage-autonomous-booking-kit/

7. Add trip/integration care without dosing/sourcing content

Repo: sonic-forage-trip-manual

A public-safe altered-state/rave care map for set, setting, consent, grounding, integration, and reflection circles. No dosing, no sourcing, no medical/legal claims.

Live manual: https://sonic-forage.github.io/sonic-forage-trip-manual/

8. Fork the master prompt + play the outage arcade

Repo: sonic-forage-master-prompt-arcade

Master prompt guide, payload examples, tag taxonomy, Unicode UI kit, voice/ComfyUI switchboards, and Strawberry AGI Snake — a retro fallback game for when services are down or agents are cooking.

Live deck: https://sonic-forage.github.io/sonic-forage-master-prompt-arcade/

Play: https://sonic-forage.github.io/sonic-forage-master-prompt-arcade/arcade/

🧬 The shared framework pattern

Every Sonic Forage public lane should aim for this shape:

README.md # 60-second story
LICENSE # remix permission
.env.example # placeholders only, closed switches
docs/ # guide, runbook, sources, safety gates
framework/prompts/ # reusable prompts
framework/payloads/ # JSON examples
framework/tags/ # labels/topics/taxonomy
framework/workflows/ # voice, ComfyUI, endpoint, media contracts
assets/ # lightweight generated art / promo only
scripts/verify.py # proves repo shape and gates
.github/ISSUE_TEMPLATE/ # community contribution paths

⚡ Unicode command language

Use these in issues, READMEs, Telegram drops, Discord posts, and proof decks:

🟢 LIVE 🔵 READY 🟣 BUILDING
🟡 REVIEW 🔴 CLOSED ⚫ MOCK
🔐 GATED 🧪 VERIFY 🚀 SHIP
💡 idea
 └─▶ 🧠 master prompt
 └─▶ 📦 payload
 └─▶ 🏷 tags
 └─▶ 🎛 workflow
 └─▶ 🧪 verify
 └─▶ 🌐 publish proof

🎛 Voice, ComfyUI, and endpoint rules

We want workflows that are easy to switch and safe to fork.

Use env placeholders and payloads:

MASTER_PROMPT_PROFILE=sonic-forage-community-builder
VOICE_PROVIDER=mock
VOICE_PROFILE=strawberry-agi-host
COMFYUI_BASE_URL=__SET_LOCALLY_DO_NOT_COMMIT_REAL_URL__
AI_ENDPOINT_URL=__SET_LOCALLY_DO_NOT_COMMIT_REAL_URL__
PUBLIC_POSTING_ENABLED=false
PAID_GPU_ENABLED=false
PRIVATE_MEDIA_UPLOAD_ENABLED=false
VOICE_TO_SHELL_ENABLED=false

Rules:

  • never commit real endpoint URLs
  • never commit API keys, tokens, or secrets
  • voice workflows are local-preview/draft until approved
  • ComfyUI/GPU workflows are dry-run until configured and approved
  • public posting, outreach, paid jobs, and private media stay closed by default

🔐 Closed-gate culture

Sonic Forage is ambitious, but we do not fake proof or turn autonomy into accidental harm.

Closed until explicit human approval:

  • public posts
  • outreach / DM / email / calendar invites
  • payment links / invoices / contracts
  • paid GPU jobs / training runs / video jobs
  • private media upload or migration
  • real endpoint URL publication
  • voice-to-shell or live-provider control
  • medical/legal/training/revenue/booking claims
  • field operations or emergency-response claims
default_state: closed_until_human_yes

🛸 Why this matters

Sonic Forage is a living experiment in open-source cultural infrastructure:

  • not just "content" — forkable systems
  • not just "AI hype" — verified workflows
  • not just "a rave brand" — community-buildable mythology, tools, and care culture
  • not just "one repo" — a mycelium for creating your own ecosystem

Bring the weird. Keep the keys private. Verify the build. Fork the signal. Grow the scene.

╔══════════════════════════════════════════════╗
║ 🍓 SONIC FORAGE: MAKE YOUR OWN MYCELIUM ║
║ prompts · payloads · tags · voices · decks ║
║ ComfyUI · AI DJs · care kits · arcade proof ║
╚══════════════════════════════════════════════╝

Popular repositories Loading

  1. rave-culture-field-guide rave-culture-field-guide Public

    Public-safe rave culture history, DJ glossary, harm-reduction context, and city chapter starter kit.

    Python 1

  2. sonic-forage-autonomous-dj-os sonic-forage-autonomous-dj-os Public

    World's first autonomous DJ operating system: forkable AI DJ party machine framework with Ralph loop, payloads, voice/ComfyUI contracts, and closed gates.

    Python 1 1

  3. sonic-forage-special-dj-template sonic-forage-special-dj-template Public

    Python 1 1

  4. sonicforge-starter-kit sonicforge-starter-kit Public template

    Forkable SonicForge starter kit for AI DJ / creative-agent launch cockpits and payloads.

    Python

  5. .github .github Public

    Sonic Forage organization profile and community defaults.

    Python

  6. starter-community-assets starter-community-assets Public

    Community logos, mascot art, and hackathon starter assets for Sonic Forage.

Repositories

Loading
Type
Select type
Language
Select language
Sort
Select order
Showing 10 of 43 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading...

Most used topics

Loading...

AltStyle によって変換されたページ (->オリジナル) /