Back

Music marketplace for author of Hollywood trailers: how we helped the client jump into a highly competitive market. Purrweb’s case

Reading time: 6 minutes

Table of contents

Hello! I’m Alexander Vidyaikin, an Account Manager at Purrweb. It’s hard to find a niche that would give you an opportunity to be the one and only. To solve the problem, you need to gain an edge over competitors. Using an example of Tunetank.com, I’ll tell you how our client managed to stand out from competitors’ twin-like offerings.

In 2017, Tigran Papazyan, a musician from Kazakhstan who writes music for stocks and Hollywood trailers decided to launch his own project. Tunetank.com was supposed to rival audio stocks that have been existing for more than 10 years. 

The core scenario of using such stocks is not about ‘listening to music’. Audio stocks allow people to legally use songs, ringtones, cuts, and remixes in video production. The main users are those who make video projects (trailers, YouTube videos, wedding videos) and need music for the background. Editing such videos is usually done from a computer, not a phone. That’s why we were hired for a web-based marketplace app development.

To increase traffic, we counted on SEO: the more content on the marketplace app — the content gets indexed by search engines — the higher organic traffic rate is.

The client wanted to implement all ideas at once and decided to skip the MVP-part. He knew for sure that the project would be successful. Tigran had no technical background so we had to explain everything we did in detail. Let’s look at the way we handled it. 🙂

What we had

To help the client stand out from the competitors, we had to clearly understand who they are, and how they differ from each other, their advantages and disadvantages.

There were a lot of direct competitors:  musicbed.com,  musicvine.com,  audiojungle.net,  www.soundstripe.com,  artlist.io, and so on. We’re mostly interested in tech stack since we were to develop a marketplace app (the client came to us with his own design).

All these services had the same operating principle: musicians upload their ready-to-be-used music; users download or buy it. We had been monitoring the market for quite a long time to understand that most of the audio stocks were outdated in terms of technologies.

See also  We can help struggling companies to pivot: rebooting a British startup. Purrweb’s case

Let me explain why.

Someone used WordPress and it killed user experience in the harshest possible way (it took too long to load a single page in a browser, so users wouldn’t spend much time on such a site). We even contacted the owners of MusicVine to find out why they used WordPress, and got that they’re not happy with what they have, and planned to rebuild it.

Someone built a monolithic architecture. For users, it means a constant re-rendering of the page for any query:

  • If the user wants to go to a search tab — they’ll have to wait for a server to give a full search page and navigation (while the navigation was already loaded)
  • If the user wants to walk through tabs in personal account settings — they’ll have to wait for the whole site to reload

Even in 2018, building a monolithic architecture was no longer a working option for startups. The SPA architecture solves this problem by reloading a single component instead of the entire page. For now, by the way, all the competitors have shifted their architecture to the SPA model and use React for the front-end part.

Features we implemented in the project

The key feature — it’s easy-to-use-and-understand

The client planned to distinguish himself from the competitors by means of:

  1. Premium music and strict filtering. He had an ‘idée fixe’ — to rigorously filter authors to make Tunetank.com be the service with exclusive tracks of top quality.
  2. UI/UX Design. It was the case when the client had a good taste. He was really picky about every little design thing — and the project benefited from it.
See also  SCRUM, puppies and more than 5K Google Play downloads: how we developed an app for pet owners from Germany

Besides, it was important to ensure high loading speed and develop the player so that there was no loss in the quality of sound and soundwaves at any stage.

We turned to a tried-and-true tech-stack. At that time, we used Rails+React. Rails was still a popular framework for startups; React had already got enough strength.

Stages we went through

The process of work on the project can be split  into:

  • building an architecture
  • developing functionality
  • deploying and bug fixing
  • releasing

The team working on this marketplace app consisted of a manager, a QA specialist, and three developers. Once again, the clients had a designer on his side.

The client was devoted to the project. A couple of times, he even came to our office in Omsk and spent time sitting with the team to fix bugs IRL. Most of all, of course, he was interested in the visual part.

See also  How to simplify life for event organizers. Purrweb’s case

We had a funny story about ‘logo is off the center’. The logo was actually right in the middle of the picture — we got it by counting pixels. The client was still convinced that it’s a bit moved to the left. Okay, we shifted the logo a pixel to the right, and he got satisfied. A week later, he said ‘Seems like it’s off the center again! Why did you move it?’ And we moved it back a pixel to the left 🙂 This repeated several times.

Even when he came to the office, and we showed him the code that proved out everything was exactly in the center, he didn’t believe it. Had to move the logo in real-time, so it’s ‘centered’.

Since then, the phrase ‘logo is off the center’ has become a meme among our team. The HTML/CSS-developer, however, twitches his eye every time he hears it, but it’s funny to remember.

Challenges we met

  • The most difficult part was to implement two soundwaves on the same page with full synchronization. When music is played, the track can be rewound, and both audio waves will understand it and sync. Not even Soundcloud has it: they use a simple audio segment instead of a wave in the bottom player.

  • It remained unclear which payment system to choose. We’re supposed to receive and transfer money all around the world. And it’s quite difficult as there is no universal payment gateway. We decided that we’d receive money via braintree and transfer it manually (at least until we find that universal way to automate the process).
  • There was also ‘the thing’ about applying watermarks to each track. We automated the process yet it was hard. The client even enlisted a music expert so that he helped us implement it right.
  • We missed SSR (server-side rendering) in the beginning. This is a technology that allows you to run JavaScript code on the server (not in the browser) and sends the finished result to the user, making it easier for their browser and computer to load. We had to put SSR in the architecture right away, but Google claimed that it can parse React. However, it turned out that it was not the case. As a result, we found the way: used a third-party service pretender.io to make the site function in terms of SEO.
  • We spent a long time tinkering with the soundwave, or to be more exact, with its detailsation. Roughly speaking, the wave can transfer the vibrations of the sound. We set it up so that it looked perfect and accurately reflected the technical vibrations of the sound.
See also  Clients’ want-tos: ways to accomplish advanced tasks

The result

We had been working on Tunetank.com for 4 months — then provided the project with post-launch support. Later on, the client admitted he had doubts that he’d manage to implement the project remotely but we exceeded all expectations.

Tigran mentioned that he found it convenient to work on an hourly rate basis. He said it was especially good for individual investors because it’s more affordable (especially compared with the US or Moscow/Saint-Petersburg).

The project was handed over to the client’s internal team in January 2019. Since then, a lot of things have changed. Some pages are now hidden, and music is only available after completing registration.

In addition, it is worth noticing that originally we planned to work on the fee business model. Later on, of course, it changed because of soundstripe.com. It stepped into the market and showed that the subscription model works much better. By 2020, almost every music stock switched to this model. Tunetuank.com was not the exception.

We had a call with Tigran a month ago. He’s actively testing various marketing hypotheses and trying to adapt his product to the market. The project continues growing and developing. A lot of authors showed their interest in it: there are more than 800 people only in the group on VK.com.  The project’s YouTube channel has exceeded 20 thousand subscribers. Registrations on the site have increased 10 times. Tunetank.com shows great results.

How useful was this post?

Rate this article!

21 ratings, аverage 4.8 out of 5.

No votes so far! Be the first to rate this post.

As you found this post useful...

Follow us on social media!

Share