Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/backtrackfm/electron-app
Backtrack's frontend electron application
https://github.com/backtrackfm/electron-app
audio startup
Last synced: 21 days ago
JSON representation
Backtrack's frontend electron application
- Host: GitHub
- URL: https://github.com/backtrackfm/electron-app
- Owner: backtrackfm
- License: other
- Archived: true
- Created: 2023-07-13T14:16:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T21:03:31.000Z (over 1 year ago)
- Last Synced: 2024-12-17T06:14:15.443Z (21 days ago)
- Topics: audio, startup
- Language: TypeScript
- Homepage: https://backtrack.7ika.dev/
- Size: 4.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Backtrack
Backtrack solves a simple problem that I faced whilst producing some music: it's really hard to keep track of the latest version of a song. Backtrack solves this problem by providing the user a simple yet powerful tool customised to this exact experience.
> "Think of it like the GitHub of music. Now there's no need for thousands of emails back-and-forth." ~ Tika (Founder)
So what are you waiting for? Check it out [here](https://backtrack.7ika.dev?referer=github).
Future plans include:
- Collaboration – work in sync with other musicians. Don't worry about making changes that someone else has already completed!
- Better workflow with DAWs – we know your time is valuable!
- Tutorials, blogs & UX – we want to provide a better experience to those who love our app.
- Merging branches – different ideas should be able to be combined in a project.
- Pricing model – better features, more storage, quicker uploads?### Conclusion
My vision for this app is not to replace others. It's not supposed to be a music creation service, nor is it supposed to just be a collaboration service. This is a framework, a concept, a building block: all musicians using digital files _should_ be using Backtrack – no longer will youo have to make use of hundreds of identical folders/files & emails when just creating music.
You might also ask "so why just music? why not other walks of life: like video editing?". We'll see what the future holds, but I hand crafted this app with a particular scenario in mind and I have successfully fufilled that need!
## Frontend App
This repository features a version of the Backtrack desktop application written in Electron x NextJS 13. Due to issues with `nextron`, this repository has been abandoned in favour of a private repo written using NextJS 12 (and subsequently, using `/pages` instead of `/app`).
## Backend
A repository hosting a non-updating version of the backend can be located [here](https://github.com/tika/backtrack-backend). Please note this may contain bugs, if you're interested in contributing to Backtrack, please reach out to my email explaining why you'd be a good fit for this project: [[email protected]](mailto:[email protected]).
A list of all the endpoints can be found [here](https://tika.notion.site/API-216a9320f71c417ebf224fd2abfe2a29?pvs=4).
Cheers! That's all for now,
~ **Tika**