Hey guys - Dawson here (founder) let me know if you have any questions about Logojoy / the story.
Logojoy: AI-powered logo creator
131–140 of 343 posts
Re: Logojoy: AI-powered logo creator
#132What struck me the most is going with the old and tried tools (PHP+MySQL). Nowadays everyone - myself included - is trying to have an excuse to try the sexiest JS framework of the day and most of us fail miserably to deliver anything useful - because of lack of experience or just reinventing the wheel altogether. Old and boring is still sometimes the best.
Programming languages and systems are basically theorems. The nice thing about theorems is that even when they're old, they're still theorems.
Re: Logojoy: AI-powered logo creator
#133Earlier quoted context omitted.
> Old and boring is still sometimes the best. It's not so much old vs new, or cool vs boring, but rather the thing you are most experienced with. If the goal is to just build the damn thing, go with a stack you would be most productive in.
Exactly. I'm making 25k month with a SaaS that was built on boring ASP.NET+SQL Server+Angular 1 because that's what I knew. I host it on Windows because I know how to make it fast and secure. I'm happy I focused all my time on building the features that clients were asking for, instead of learning the latest frameworks or fighting an OS I'm not familiar with.
Re: Logojoy: AI-powered logo creator
#134Re: Logojoy: AI-powered logo creator
#135Its refreshing to see a startup doing well and not feeling the need to force a subscription on people. I get that SaaS can be a good business model (great, even). On the other hand, I think subscription fatigue is real and you should think hard about your pricing. Dawson is making $15K/month on ONE TIME fees–and fees that are lower than a lot of monthly SaaS plans. I want to see more of this.
Thanks! Yeah, it's a little unnverving not knowing if you'll make any money tomorrow, but it's a simple model that fits the solution.
Re: Logojoy: AI-powered logo creator
#136Hey guys - Dawson here (founder) let me know if you have any questions about Logojoy / the story.
Have you done any automated mining of the elements in existing "good" company logos (e.g. Nike, AirBnB, etc.). I could see doing something manual too like Music Genome Project or Netflix's internal curated movie characteristics tagging. You'd go through assessing these gold standard logos for qualities like contrast, amount of whitespace, if brand name intersects the artwork, etc and then augment your model with these style rules.
Any insights you'd be willing to share would be appreciated!
Re: Logojoy: AI-powered logo creator
#137Its refreshing to see a startup doing well and not feeling the need to force a subscription on people. I get that SaaS can be a good business model (great, even). On the other hand, I think subscription fatigue is real and you should think hard about your pricing. Dawson is making $15K/month on ONE TIME fees–and fees that are lower than a lot of monthly SaaS plans. I want to see more of this.
Re: Logojoy: AI-powered logo creator
#138Earlier quoted context omitted.
The messaging here is a little coy - "Signup to save your progress" But I don't care about saving my progress, I'll just close this and... oh, I can't. So it's not so much, sign up to save your progress, it's sign up, period.
Yes, this is the point at which I exited also. I believe you'll be losing a lot of people at this point. You should make it possible to close this dialog and store a session cookie so people can come back.
Re: Logojoy: AI-powered logo creator
#139Re: Logojoy: AI-powered logo creator
#140Earlier quoted context omitted.
Absolutely. I talk a lot about the tech in the IH article, but I'll re-iterate here with as little jargon as possible, focusing on the machine learning part, as I assume that's what you're more interested in. The logo generating algorithm is still in its infancy, so right now it's mostly acting as an idea source for most users. So our logos are just combinations of ingredients — fonts, colors, layouts, symbols, etc.…
Is it just rule-based, or are these "weights" being used to train a classifier, ANN, or some kind of genetic algorithm? Nothing wrong with the former, if it works for ya - but the latter would be interesting, too!