Hi,

I started my passion project back in college in 2018 and learnt by myself programming. My idea was to create a recommendation website for movies and TV shows. I was so passionate about that idea to the point that I dedicated countless hours coding and searching about algorithms.

Back then, I didn’t even think about business plans nor promotion (a big mistake I know). My main drive was creating the best possible version of my idea with all the features I always dreamt of: in other words, an enhanced version of IMDb and Letterboxd with an emphasis on recommendations. This was the plan.

After two years of efforts and pain, my website >!www.tastoid.com!< was released in 2020. I find that, in some instances, my recommendation engine is superior to the other similar popular websites (that I won’t name). Also, I provide for free features that are paying on other apps (such as advanced search filters). The main differentiating factors are that, for each movie, tags are assigned to describe the mood, plot, etc. and based on that classification, recommendations are generated.

But, here is the thing, although I like my project and it is like my baby, I am paying the server charges myself (ca. USD 300 per month) and it started to take a toll on my personal finances. I had a huge increase in views over the last 30 days (14K sessions – more than +100% compared to the last period). But I only rely on Adsense revenues which amounted to $7. As you can see, it is unsustainable for me to continue this way. I did everything possible to reduce the costs: but medium computing powers are needed for the database which is constantly growing and machine learning to assign tags to movies.

Last month, I created a subscription option (taking inspiration from Backloggd which is also maintained by one person) to allow users to support me for a monthly fee of $5 in exchange of a few perks. I am not after any monetary gain, only trying to have a self-sustainable service. However, not even one user subscribed… even though so far the feedback I received is mostly positive and I have some active recurring users.

This is a hard pill to swallow and, today, I made a realisation. There is no solution to my problem. My mistake was to think that passion and hardwork were sufficient to overcome all obstacles. I thought about selling my service as an API, but again this is my side project, I am the solo developer and I do not have much time dedicated to market it, etc.

So the only rational option, if I don’t want to burn my hard-earned cash, is to close the website. The thought breaks my heart, as I had dedicated so much time and love creating this dream project, and losing all that will be very hard to bear. I feel that my website has potential to help people finding new interesting movies based on their taste and that it provides a certain value, only I have not the budget anymore. Reality check, I guess…

What would have you done? Any advice?

TL; DR: I worked on my passion project for years, a movie recommendation website (launched in 2020). I am paying the server charges myself ($300 monthly). Introduced a $5/month subscription option for user to support me, but no one subscribed. Considering shutting down due to financial strain, despite positive feedback and my attachment to the project. Seeking advice.

  • TheOneNeartheTop@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Will your server costs grow with more traffic, or are the costs pretty much set with the database.

    Like if you get 100k visitors in a month will your costs be $3000 USD? In this case pull the plug.

    If it is still around $300 then you might have something here.

    • von_master@alien.topOPB
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 months ago

      Thank you.

      Not necessarily. Tasks are constantly running to add movies and do machine learning to classify movies. It is more about the continuous expansion of the database, as to keep it up-to-date with the last releases.