HN user

alexanderisora

47 karma

SaaS maker.

Posts30
Comments34
View on HN
uploadfile.click 1y ago

Show HN: I made a simple Dropbox clone

alexanderisora
8pts1
news.ycombinator.com 2y ago

I parsed 968 launches from /r/SideProject and analyzed them with Claude 3 Opus

alexanderisora
4pts3
news.ycombinator.com 2y ago

I was permanently banned in Twitter

alexanderisora
5pts10
news.ycombinator.com 3y ago

Ask HN: GPT Will Replace Programmers

alexanderisora
2pts1
news.ycombinator.com 3y ago

Is this how smart developers will become rich in 2025?

alexanderisora
7pts11
news.ycombinator.com 5y ago

I've been using M1 for 1.5 months. Here's my experience as a coding SaaS founder

alexanderisora
14pts17
covid-deals.unicornplatform.com 6y ago

Show HN: Covid-19 special offers from SaaS and education companies

alexanderisora
1pts0
dev.to 6y ago

Remember this when you start building a website builder

alexanderisora
3pts0
unicornplatform.com 7y ago

Show HN: Unicorn Platform – HTML landing page generator

alexanderisora
5pts2
news.ycombinator.com 8y ago

Ask HN: SaaS builders vs. self-hosted landing pages?

alexanderisora
1pts0
news.ycombinator.com 8y ago

Ask HN: Does website builder and all-in-one marketing platform sound cool?

alexanderisora
1pts0
news.ycombinator.com 8y ago

Ask HN: What is your favourite landing page builder and why?

alexanderisora
10pts2
coinbuzz.stream 8y ago

Show HN: CoinBuzz.stream – Cryptocurrency News Aggregator

alexanderisora
2pts1
news.ycombinator.com 8y ago

Ask HN: Anybody want to join the Solo Founders Telegram chat?

alexanderisora
3pts1
news.ycombinator.com 8y ago

Bitcoin + Lightning = win?

alexanderisora
6pts7
www.indiehackers.com 8y ago

My Secret Weapon

alexanderisora
1pts0
cryptohackers.party 8y ago

CryptoHacker of the Year 17

alexanderisora
1pts0
cryptohackers.party 8y ago

Interview with Gatecoin CEO

alexanderisora
2pts0
cryptohackers.party 8y ago

Interview with the Delta (altfolio app) maker – Nicolas

alexanderisora
2pts1
hackernoon.com 8y ago

ProductHunt Hunting Etiquette

alexanderisora
2pts0
cryptohackers.party 8y ago

Interview with Jameson Lopp from BitGo

alexanderisora
2pts0
hackernoon.com 8y ago

Surviving CryptoFever – Hacker Noon

alexanderisora
1pts0
cryptohackers.party 8y ago

Exciting Interview with Josh Petty (Coindex and CryptoAquarium)

alexanderisora
2pts0
cryptohackers.party 8y ago

Success Story of Hari – The ACrypto Creator

alexanderisora
1pts0
github.com 8y ago

Curated OS collection of blockchain and cryptocurrency links

alexanderisora
1pts0
github.com 8y ago

Show HN: Curated OS collection of blockchain and cryptocurrency links

alexanderisora
3pts1
itmeo.com 8y ago

Show HN: Brut Portfolio Theme

alexanderisora
2pts1
webgradients.com 9y ago

Show HN: Ultimate Collection of 180 Free Background Gradients

alexanderisora
17pts9
digitalsellio.com 9y ago

Show HN: A curated list of Cyber Monday sales and more

alexanderisora
5pts0
phoenix-startup.com 9y ago

Show HN: Phoenix Startup – Soft-Material UI Kit

alexanderisora
5pts3

I agree. It is nearly impossible!

If they are young, they are full of their own ambitions and ideas. It is hard to cooperate. If they are old, they already have built something in the past and not looking for help in exchange of new risks.

Finding a co-founder is an additional full-time job. I have tried that in 2018 when I was starting my startup. I spent days on meetings and forums like this one.

I found dozens of amazing folks, but it was impossible to negotiate and actually start something together.

Finding a co-founder = finding a girlfriend. You do not seek for one intentionally. You just live having a chance to meet that one. Same with a co-founder.

Even though I feel devastated (I have been growing my account since 2016), my post is emotions-free. Only facts. Did Y got Z.

d)

Great point! But do you think people of China trust WeChat? I doubt you need to have reputation to do what Elon plans to do with X. You just need lots of power/money.

The rule of thumb is to act like a regular human. If you are a savvy user, you have shortcuts for everything, you have scripts for optimizing your work, then be careful.

Exporting your data is a great piece of advice. Thanks for reminding that.

For example a programmer can create a full-stack micro-app for accepting payments. The programmer will make it super flexible, configurable and secure. It will be win-win for both programmer (because they will earn money on the micro-app) and the users of the payments micro-app (because it will be pluggable and well-designed since a dedicated person has been working on the one functionality for year).

This is the biggest pain of the modern software development process. Freelancers or outsource companies are not interested in your business, they are interested in charging you for hours spent. This approach is counter productive and is against common sense. Especially if you are a solo maker, not a $$$$ backed startup.

I believe to change this, we need to invent a completely new way of how software is built.

I recently met a guy who came up with an idea. He created a whole new methodology of coding stuff. It took him 4 years of hard working. He made a platform which allows making software out of separated entities which live by their own lives. Those entities (components) are developed by individuals. Therefore, projects built using a set of living components needs less maintenance work because a project is built of components which are maintained by someone else.

The only way to keep this evolution of the components going on is to benefit the makers of the components. The users of the components will pay a fee for the makers of components. Thus we get a win-win. A maker of a component can create an amazing, let's say, billing module and continue working on this single piece of code for years while being paid by 1,000 users of the component. While the users of the component just pay a small fee, hit the 'plug' button and do not care about the maintenance anymore.

This sounds like a magic, but it already works. The guy who made it already got his 100+ customers.

Hey!

I'm Alex. I've created a landing page generator for startups and side-projects. It produces HTML templates for export, so you can host it anywhere (GitHub Pages FTW). Unicorn Platform got 1050+ upvotes on Product Hunt btw.

The product contains 2 independent repositories:

1) Templates

2) The generator

1) Templates are crafted with SCSS, PUG, and jQuery. Some may say that jQuery is an anachronism. But hell nope. jQuery is still a big time-saver when it comes to DOM manipulations.

2) The generator is made with ReactJS. I'm so grateful to https://github.com/facebook/create-react-app for saving tons of time with configuring the building. Authentication runs on Google Firebase. And I must say it's a blast! Setting it up took just a few hours - and that includes time for creating the Facebook dev entity and the Twitter dev application. Google Firebase Auth takes care of duplicates as well. If your user signs up via email method using "john.doe@gmail.com" and then tries to sign up with a Facebook account attached to the same "john.doe@gmail.com" email, Google Firebase is smart enough to detect that and offer a user his initial method of authenticating. Pretty sweet.

I used Paddle for payments. Paddle has nice API. All I need to validate whether a user is upgraded to Pro is to send one tiny cURL request.

I tried to make the templates generation process as simple as I can. I have an independent .html file single component. When a user picks a component I just upload the .HTML file contents and inject it in the editor's DOM so user instantly sees what he will get after exporting. When a user wants to export a page I compose a single .HTML file which contains heading info, footer and the components HTML in between. I use vanilla PHP to compose the final .HTML file.

It's a commercial product but there are some components that will allow you to create a website for a pet project for free. Without even signin up.

I would appreciate any feedback.

[dead] 9 years ago

I'm sick of this too.

The cryptospace needs more paladins and become much more healthy to sustain a strong lasting grow.