A sleek, mica-inspired music visualizer built with Svelte and powered by Vite. Transform your music into a visual experience.
Desktop View | Mobile View |
Clone the repository:
git clone https://github.com/v8v88v8v88/synthio.git
cd synthio
Install dependencies:
bun install
Run the development server:
bun run dev
Open your browser and navigate to http://localhost:5173
(or the port shown in your terminal).
To create a production build:
bun run build
To preview the production build:
bun run preview
Contributions are welcome. If you have ideas for improvements or new features, feel free to submit a Pull Request.