HN user

chucky123

167 karma
Posts1
Comments60
View on HN

Unlike traditional Saas, you can still use Sublime after 3 years. You just won't get regular updates.

I drive a 18 year old car. I don't need all the upgrades I just need something to drive me from a to b. This business model is similar.

PS I believe you can use it without paying anything. They nag you to pay but in a very subtle way.

Sublime rules.

I started my career with Brackets, then Sublime, then Atom for a short while. Then switched to VS Code for a few years and just recently switched back to Sublime because of how slow VS Code became.

Also great pricing! One time purchase for Sublime is still available in 2025!

Stripe undoubtly has great docs. The problem is:

- Them adding a ton of products that are automatically integrated/opted-in their default payments stack

- This has massively increases the api surface, and the complexity of integrating stripe has gone up.

- And to top it off, they charge for every single "feature" that they automatically added in their payments stack.

Nope, b2b saas. We charge a decent amount.

Scroll down Stripe's pricing page, they will charge you for literally everything.

We have annual pricing and that definitely results in lower fees and other stuff. But only a small percentage of our users are on the annual plan.

i don't use a 3rd party billing solution. I straight up created my own.

If you have a single type of pricing(eg, variable, or tiered) its very easy rolling your own.

The issues happen when you change from variable to tiered(or vice versa), change from anniversary to calendary dates, add coupons, per user custom pricing, credits, etc etc.

I don't recommend building your own if you aren't familiar with Stripe or any other billing system. Once you understand how billing works, feel free to make a custom billing solution.

On point. Plus the fact that chat has conventions that closely related to how we talk naturally vs etiquette based emails means that you can drop a whole bunch of charade and just talk to your users naturally.

The problem isn't live chat. The problem is incorrectly implemented live chat.

I run a small saas and I can't count the number of times someone messaged an inquiry and I immediately got in touch with them. They were astounded by the quick response time, which is simply not possible with contact forms.

"For me, the best thing that has come from the Twitter dumpster fire is that I have been posting here instead. Let’s hope for a revival of the independent web, the platforms for which people pay, the Substacks and Word Presses and the like. The better internet we all deserve."

Totally agree. Would love for Twitter to be advertiser free. Will also put pressure on other social media apps.

Hey folks I wrote this guide as a reference for moving our agencies projects from Wordpress to Directus.

Directus is a nodejs based open source headless CMS. Not a direct Wordpress competitor but nonetheless it is a very solid headless CMS.

In this guide I tackle issues such as:

- Does it support custom fields(like ACF)

- How is the API?

- How are the docs?

- How does media management work?

..etc.

This guide started out small but snowballed into a 3000+ word article. If you're planning to move to Directus, I hope this guide is helpful.