Synapsebeats banner

Synapsebeats

5 devlogs
9h 9m 26s

SynapseBeats is a next-generation Discord music bot built by the AxonInnova Community.

It delivers high-fidelity 320kbps audio using Lavalink SSL nodes, modern slash commands, and advanced audio filters like Bassboost, Nightcore, and 8D. The bot supports streaming from multiple platforms including Spotify, SoundCloud, Apple Music, and YouTube.

This project focuses on performance, clean UX, and scalable architecture. Future plans include more DSP filters, queue improvements, better autoplay logic, and public source code release once the star goal is reached.

Loading README...

nubprogrammer

Shipped this project!

Hours: 0.31
Cookies: πŸͺ 2
Multiplier: 7.51 cookies/hr

The bot code was giving error so now i am using diff libraries instead of shokaku so i have updated the repo with the latest files and the bot is now hosted 24/7 so pls dont reject my ship now pls
also added prefix command , slash commands were being unsupported during hosting in vps
ALSO REMEMBER THE COMMANDS ARE WOKRING PERFECTLY FINE IF U GET A DROPDOWN INTERACTION ERROR THAT IS DUE TO THE HOSTING ERROR OR API ONE BUT INORDER TO USE COMMANDS JUST CHECK OUT THE COMMANDS IN THE WEBSITE AND JUS USE THEM IN UR VC!
web link - https://synapsebeats.is-a.software/
bot invite link[available in website also] - https://discord.com/oauth2/authorize?client_id=1186998884111765534&permissions=8&scope=bot%20applications.commands

nubprogrammer

The bot code was giving error so now i am using diff libraries instead of shokaku so i have updated the repo with the latest files and the bot is now hosted 24/7 so pls dont reject my ship now pls
also added prefix command , slash commands were being unsupported during hosting in vps
ALSO REMEMBER THE COMMANDS ARE WOKRING PERFECTLY FINE IF U GET A DROPDOWN INTERACTION ERROR THAT IS DUE TO THE HOSTING ERROR OR API ONE BUT INORDER TO USE COMMANDS JUST CHECK OUT THE COMMANDS IN THE WEBSITE AND JUS USE THEM IN UR VC!
web link - https://synapsebeats.is-a.software/
bot invite link[available in website also] - https://discord.com/oauth2/authorize?client_id=1186998884111765534&permissions=8&scope=bot%20applications.commands

Attachment
Attachment
0
nubprogrammer

πŸš€ Devlog 4 β€” Shipped! Bot Demo + Website Live

Yooooo, we’re officially shipped! πŸ›³οΈβœ¨

πŸ€– Bot Status

The bot is fully functional and ready to roll

Added a cool start interface (you know, that terminal ASCII text that looks clean and pro 😎)

Commands are structured and working (src/commands + config fully set up)

Configurations are done, so anyone can clone + run it themselves

🌐 Website Deployment

Built a website for SynapseBeats

Features section + info about the bot

Deployed it to a subdomain (is-a.software) β€” so it’s live for everyone

Screenshots of the website included (video was a hassle lol, but trust me it’s fully working)

πŸ“Έ Demo

Posted screenshots of:

the bot running in terminal

start interface with ASCII text

website live on the subdomain

Everything is replicable from the GitHub repo

πŸ”— Try It Yourself

Repo link: https://github.com/Nub-programmer/SynapsebeatsSRC

Clone, configure, and run the bot in your own server

Website + commands ready to explore

🎯 Final Thoughts

Folder structure organized βœ…

Commands folder + config completed βœ…

Website deployed βœ…

Demo shared (screenshots) βœ…

This is basically the final product, ready for anyone to test or extend. Go check the GitHub repo if you wanna grab the code and implement it in your own bot!

Attachment
Attachment
Attachment
Attachment
Attachment
0
nubprogrammer

πŸ› οΈ Devlog #3 β€” Website Build & Deployment

This devlog focuses on the webside of SynapseBeats and preparing the bot for launch.

🌐 Website Progress

I designed and built a dedicated website for SynapseBeats to make the project feel like a real product instead of just a Discord bot.

The website includes:

An overview of what SynapseBeats does

Core features and music capabilities

A command preview section

Setup / invite flow

Clean landing design for users discovering the bot

After building it, I deployed the site and connected it to a custom subdomain:

πŸ‘‰ https://synapsebeats.is-a.software

This was my first time fully setting up a bot website + subdomain flow, and it helped me understand deployment, DNS, and hosting better.

πŸ€– Bot Status

The bot itself is almost complete.

Current state:

Core music system implemented

Slash command support in place

Commands folder structured under src/commands

Config system completed under src/config

Filters like bassboost, nightcore, and 8D added

The focus now is polishing and final testing before officially shipping.

Attachment
0
nubprogrammer

🍳 Devlog #2 β€” Organizing the Chaos & Giving the Bot a Face

Time logged: ~3 hours
Project: SynapseBeats

okay so today was a β€œclean your room before building more stuff” type of day.

🧠 What I worked on

I focused on properly structuring the bot so future development doesn’t turn into spaghetti code:

Inside src/commands, I completed the config/ commands
(as seen in the repo structure πŸ‘€)

Commands are now clearly separated by purpose, making:

slash commands easier to manage

permissions & cooldowns more consistent

This sets a solid base for scaling the bot without breaking everything later (future me will be grateful).

🎨 Branding moment

Designed a SynapseBeats logo using AI to match the music + tech aesthetic.

Updated the Discord Developer Portal:

App name

Icon

Description

The bot finally looks like an actual product and not a random test app πŸ’€

🌐 What I’m doing now

I’ve started working on a website for SynapseBeats
This will act as:

a landing page

feature overview

easy way for users to understand the bot

This should make onboarding way smoother than β€œbro just invite it trust me”.

πŸš€ What’s next

Continue building the website

Improve command UX and music features

Proper documentation so users (and judges πŸ‘€) actually know what’s going on

This devlog was all about foundations: structure, clarity, and branding.
Now that the base is solid, I can actually cook πŸ”₯

Attachment
Attachment
0
nubprogrammer

Day 1 β€” SynapseBeats

Today I set up the SynapseBeats project for public tracking and started the Flavortown submission.

What I did:

  • Configured Hackatime/WakaTime and verified heartbeats from VS Code.
  • Linked my GitHub repo (https://github.com/Nub-programmer/SynapsebeatsSRC) to Hackatime.
  • Cleaned up project root structure and added a .wakatime-project to ensure correct tracking.
  • Reviewed the codebase (src/ folder): command handlers, events, plugin structure, and Lavalink connection logic.

Next steps:

  • Improve README, add screenshots and the banner.
  • Small refactors to command handling and stricter error handling for Lavalink reconnects.
  • Prepare a short demo video for the Flavortown page and the upcoming YouTube source release.

Notes:
Hackatime tracking is active (verified heartbeats). Will post short updates as I progress.

Attachment
0