Load previous pageโฆ
For all the different domains you have, how do you manage email for those? Both receiving and sending.
Hey y'all ๐ Iโm making a browser extension that helps quickly find and switch tab using fuzzy search. After using it for a week myself, i think it adds enough value that people would pay a few bucks for it. I also want to open source it to show that iโm not doing anything shady and to let people ...
MILESTONE
First day, first customer
Hi! This is the first update about TravelOffers.
Yesterday (04/23/2018) was the launch day of TravelOffers. During the first 24 hours, we had:ย
- 770 unique visitors (214 from Product Hunt, 27,8%)
- 365 free subscribers (47,4% conversion rate)
- 170 upvotes on ProductHunt
- 53,75% of our Welcome...
For https://traveloffers.email, I'm thinking about having a lifetime premium offer, to complete the monthly one which is sold โฌ2/month.
How would you build this lifetime offer? What would be a good price?
Thanks :)
I see a lot of great projects on here that I'd like to support in some way, but I don't necessarily want to become a user or customer of that product.
There are also a bunch of cool products that are pre-revenue, or on a free side-project model, so I think it would be cool if the WIP community ...
Today I'm introducing the beta of Product Updates, a better way to share your most important product changes, milestones, and other changes.
Todos are a great way to share incremental updates on your product. Whether it's a bug fix or small feature. However, some changes deserve more attention t...
Currently trying to differentiate when to use Servers & when to go Serverless.
Serverless will scale infinitely, although it has 1 small cost of cold starts but if the site is used regularly then cold start is not needed.
Servers are inherently costly. Even if we don't use it to its full potent...
I wanna do something like the /done wipbot command. Currently, I'm using a simple curl request, so I can't calculate the current time. Is there something in the GraphQL spec that lets you pass the current datetime?