I created a free online encyclopedia for tutorials [Need feedback]

Hi, I’m a solo developer, and I currently launched a web app that filters tutorials based on categories and user ratings. The idea is to have a free and open platform that lets users and creators link tutorials from youtube and to give ratings, so everyone can get access to content which quality is already estimated by the users. So you don’t have to manually browse through random content on youtube every time.

You can find Blender category in 3d Graphics. Feel free to add tutorials and to test other features.

This is the first time I launch this publicly. And this project means a lot to me. The idea sounded great in my head, but now it’s time to test it with real people. :slight_smile:

Here is the link: tutrr.wiki (every opinion matters to me)

2 Likes

Making it so you have to create an account to see anything besides the welcome page is going to turn a lot of people off.

5 Likes

I didn’t think about it that way. Thanks for a tip.
I will reroute registration deeper.

Done. You can use mainpage without signing up.

1 Like

Will you be selling the data?

1 Like

No. I’m not a company. Just a 3d modeler that started developing apps in free time. :slight_smile: Here is my 3d portfolio https://www.artstation.com/ivilai
I had this idea of a user-driven tutorial database for a long time. And now it’s working (in beta)

How can I avoid similar questions in the future? Do I need to add a user agreement of some sort?

You should have terms of use and a privacy policy on every website from the start. This isn’t just for ease- you’re currently running head on into nasty GDPR and CDPA violations, not to mention COPPA, and trust me, you do not want to do that.

It would be for your best safety if you added a comprehensive ToS and privacy policy immediately. Currently I could sue you, and you would be fined a truly absurd amount of money by the EU. I’m not going to, but not everyone that stumbles on your website is as nice as me :wink:

You should also have a cookie policy, with clear options to reject cookies (required by law), and really, if you’re going to store user data, you should have an independent security audit. The Internet is a lot less of a Wild West than it was 10 or even 3 years ago; it used to be you could just make a website and call it a day, but that’s definitely not the case anymore

1 Like

Ok. Thanks for the explanation. I’ll add it asap.
By the way I don’t store any data. I’m using third party server solution. So they’re physically storing users data. Not sure if it helps, though.

1 Like

Very cool :slight_smile: you still need a TOS, privacy policy, and cookie policy/opt-out, but I’m glad you’re going with a good third party option for user data

1 Like

By the way, what do you think about the web app idea and implementation overall?

I’ve added privacy policy and terms and conditions documents for the website.

Btw the UI of the left menu started to act funny after I changed the registration process. But it’s beta, so I will improve it asap.

It’s a good idea – such a site is definitely something I could have used when I started because it took quite some time to sort the wheat from the chaff.

In practice: I get constantly nagged to register, so that’s a no-go for now. Sorry! :wink: I avoid signing up to sites (which in my experience inevitably leads to more spam), unless there is a good reason (such as me being able to save a personalized list of things, for example), and I generally want to try out a site for some time in peace before giving away my name and email. Nagging me about it just makes me leave a site sooner.

I’ll let you know how I feel about the site navigation and layout once I can get to it without having to dismiss the registry dialog. Is there any data in your database yet?

1 Like

You know, when I turned off registration, people stopped to create accounts at all. And I don’t think it’s good for the project. I need to figure out what’s best.

Is there any data in your database yet?

There are several dozens of tutorials, but it obviously needs more contributors.

1 Like

I’m think you’re conflating the discovery phase of your app with the commitment phase. The lifespan of an app like this goes, roughly:

Development
Launch
Discovery
Feedback
Features
Returning visitors
Commitment
Establishment

Currently, you’re in the Discovery phase. Having returning visitors would be cool, but it’s way off. Right now your goal is to have visitors at all and make a good first impression. Once you’ve moved forward a couple phases, you can start thinking about accounts and user retention. Right now, you need to stop thinking about that stuff and start focusing on making your app valuable to users so as Discovery continues, you can slowly transition into Returning visitors and Commitment (accounts)

1 Like

Sounds reasonable.
I figured out that my current pain point is the low number of contributors. So I need to make the platform valuable for them. Probably I need to start advertising them so they get free views on their portfolios/links.

Seems like a good idea. Tried signing up, and using your strong password. It was unreadable and no way to delete it and use my own?
Joshea

Hey Joshea, can you show me a screenshot? It sounds that you have something installed on your side that’s offering you passwords. A browser or a password manager. My authentication system is simple and doesn’t have additional functionality. Here’s a video how it should work.