Skip to content

TheoIsDumb/raga

Repository files navigation

banner

raga

A libre frontend for JioSaavn.

Powered by SvelteKit. ⚡

PS: Thanks for the name, v8v88v8v88!

NB: Proxy is disabled in the main instance for now, due to server issues.

Consider starring the repo! 🌟

Screenshots

one two three

Old Screenshots

one two three

Disclaimer

Raga is not yet complete and is experimental.
Expect bugs.
Please open issues if you found any.
PRs and suggestions are welcome! 😄

Usage

Local

bun run dev

Build

NB: As proxy is disabled in the main instance, manual intervention is required to turn proxy on if you intend to self-host. (MUST BE DONE BEFORE BUILD)

To turn on proxy:

  • Change proxyURL to the URL in which you have hosted the proxy (raga-proxy link) in src/lib/info.js
  • Change proxyEnabled to true in src/lib/info.js
# If for Vercel (zero-config build and deploy (uses adapter-auto behind the scenes))
bun run build

# For node app (uses adapter-node behind the scenes)
DEPLOY_TARGET=node bun run build

Dependencies

Resources