Target your projects for people who don't care about how pretty an app is. Think HN, and Craigslist.
Ask HN: What to do as a back-end dev and with many app ideas but can't do UX?
31–40 of 59 posts
Re: Ask HN: What to do as a back-end dev and with many app ideas but can't do UX?
#32Earlier quoted context omitted.
I know this is pretty common for F500 serving companies, but I had no idea that's what you did from looking at your landing page.
F500 is where the money is at, so that is where the marketing is at (currently). Also, selling (no-code) development software to F500 business units requires explanation, which is a hard problem.
Re: Ask HN: What to do as a back-end dev and with many app ideas but can't do UX?
#33So let it look bad. Let it look terrible frankly. You can make something that works look good later more easily than you can make something that looks good work.
I also recommend React and Redux. I am a terrible UI person, but playing around with React and it's declarative model has made my brain suddenly understand how to work with UIs.
Re: Ask HN: What to do as a back-end dev and with many app ideas but can't do UX?
#34Re: Ask HN: What to do as a back-end dev and with many app ideas but can't do UX?
#35The other part is that I learned by copying. I found an app I liked and wanted to make my own version of, and then component by component I copied it, often using the browser inspector to understand how the CSS worked.
Re: Ask HN: What to do as a back-end dev and with many app ideas but can't do UX?
#36Don't build a GUI if you don't have the skills to build a GUI. You won't be able to compete on features in the long run, and you certainly won't be able to compete on design in the short run. And certainly not without devoting 100% of your time towards it.
Instead realize that there are three primary types of interfaces that are in wide use today: GUI, API, and CLI.
If you're a backend dev the last two are much easier for you to build. So instead of building a GUI, build and API. Hire a designer to design you a basic 1 page marketing site. Keep it simple. Put up API docs on http://readme.io/ or something like that. Then iterate on features. Once you solve someones problem well enough find a second person. Iterate until finding leads is your primary problem, not closing them. At that point switch to marketing fulltime.
Re: Ask HN: What to do as a back-end dev and with many app ideas but can't do UX?
#37Re: Ask HN: What to do as a back-end dev and with many app ideas but can't do UX?
#38There are 2 types of ideas where this is true:
* I can make a lot of money using your software that it would be near impossible to make otherwise.
* I can save a lot of money using your software that it would be near impossible to save otherwise.
Any other idea is just a bias guess that needs to be market tested, were UI/UX may or may not be of any importance.
If you are really sold on the Importance Of UI (tm). Read this book: Design for Hackers (https://www.amazon.com/Design-Hackers-Reverse-Engineering-Be...). It will not make you a designer, but it will make your UIs not fugly.
And finally, please consider on coding the software thinking it has no UI, or that the current UI is only one of many ways to use your software. It will help you to structure it so you can fix the UI later when it is actually profitable.
Re: Ask HN: What to do as a back-end dev and with many app ideas but can't do UX?
#39Re: Ask HN: What to do as a back-end dev and with many app ideas but can't do UX?
#40All of my projects don't have amazing UX.