by

This site was inspired by pxtone web, a site for sharing and listening to pxtone music.
So I tried making something similar for org music, and here we are.
Since I'm not a programmer, I couldn't make anything quite so fancy. I do think this thing is at least functional, though, if limited.
Source code available upon request.
Org playback itself runs on (a slightly modified version of) organya-js.
It may take some time for uploaded files (or comments) to become available for viewing. You may need to refresh the page. Thank you for your patience.
Please note that there is no user/login functionality on this site.

Also check out Organya Archive, a static collection of org music that various people have made in the past and shared in other places.

Author's homepage here: idioticbaka1824.github.io
Note: In case this domain expires or is otherwise no longer available, Organya Web and its songs should still be accessible at the (free) URL https://organya-web-17806010901.europe-west1.run.app

Feedback


Changelog

  • 2026-04-25: Fixed bug where feedback comments on the about page did not show up.
  • 2026-02-12: Pressing arrow keys while in a comment textbox will no longer scroll the song with it. Viewcount now sorts like a number, not a string.
  • 2026-02-11: Fixed bug where links to songs listed after the first page did not work. Also added spaces after commas when listing tags. Also fixed bug in Firefox where scrollbar obscured resize handle on song infobox.
  • 2025-12-07: The index now actually updates when you upload a song. Sorry to the one person who tried uploading something but it didn't work. Also, tags are now displayed on the song's play page.
  • 2025-09-10: Adjusted date formatting. Added changelog.
  • 2025-09-09: Fixed security vulnerability to cross-site scripting. Thanks, 'a'.
  • 2025-09-07: Made the actual Google Cloud app url available.
  • 2025-09-01: Added metadata to the site.
  • 2025-08-29: Added password functionality with post-upload editing and deletion features.
  • 2025-08-26: Made tag search case-insensitive.
  • 2025-08-25: Made the download button a link instead, with an icon over it. Adjusted placeholder text in upload form.
  • 2025-08-25: Got the wrapper domain organyaweb.win because the default url was unwieldy. Updated links that broke during Github username change. Made site public!
  • 2025-07-29: Pressing a track name letter no longer switches to that track if you're typing a comment.
  • 2025-07-18: Server can finally read and update the song list index.
  • 2025-06, 2025-07: .............
  • 2025-06-15: Come back to this project in a fit of motivation. Install relevant (and some irrelevant) packages.
  • 2025-05-25: Create this project. Get intimidated by writing a server capable of uploading files and stuff. Make Organya Archive instead, which surprisingly takes only a week.
//var indexsrc = "https://storage.googleapis.com/organya-web-songs/song-index.js?" + new Date().getMilliseconds();