HN user

sssaini

55 karma
Posts20
Comments29
View on HN
engyne.ai 1y ago

You need an accelerator to get traction, you need traction for an accelerator

sssaini
9pts4
www.canva.com 1y ago

Show HN: Create LinkedIn Carousels with AI in Canva

sssaini
1pts0
sukh.engyne.page 2y ago

We redeemed our $10K AWS credits. It was a mistake.

sssaini
5pts3
engyne.ai 2y ago

Show HN: I Built "Spotify Wrapped" but for SEO

sssaini
1pts1
techcrunch.com 3y ago

OpenAI will watermark AI generated text

sssaini
5pts6
bearbill.com 4y ago

I hate paying ~3% processing fees every time my invoice gets paid, so I did this

sssaini
3pts3
santawars-game.vercel.app 4y ago

Show HN: I built a Christmas themed NFT game

sssaini
2pts0
saasbase.dev 4y ago

Generate 10x SEO traffic from Google using Next.js

sssaini
1pts0
saasbase.dev 5y ago

Show HN: Candymail – Email Automation for Node.js

sssaini
86pts58
saasbase.dev 5y ago

Guide: Collect Pre-Sales revenue early adopters with Stripe

sssaini
2pts1
saasbase.dev 5y ago

Collect Pre-Sales revenue from early adopters using Stripe API

sssaini
3pts0
saasbase.dev 5y ago

Build a RESTful API Back End on MongoDB Using Node.js and Mongoose

sssaini
2pts0
saasbase.dev 5y ago

Ship Your MVP Faster with Continuous Deployment Using GitHub and Heroku

sssaini
2pts0
saasbase.dev 5y ago

Easily deploy your Node.js web app using Docker

sssaini
1pts0
blog.sssaini.io 6y ago

Set Up Continuous Deployment on Node.js App Using GitHub and HerokuC

sssaini
2pts2
newseon.io 6y ago

Show HN: Newseon - Gives Market Insights as audio in 30 secs

sssaini
2pts2
newseon.io 6y ago

Show HN: Spotify for Tech News App

sssaini
1pts0
newseon.io 6y ago

Show HN: Listen to top headlines of the day

sssaini
1pts0
sukhpalsaini.io 6y ago

Build your own blog using Google Sheets and Tabletop.js

sssaini
2pts0
www.reddit.com 6y ago

6 tips to build out your tech resume for under $30

sssaini
2pts0

hey everyone! I do a lot of seo work for my blog saasbase.dev. Wanted to show it off in a cool way so I built more of an SEO scorecard that looks like the Spotify Wrapped you get at the end of the year.

I used Framer Motion for the animations, Google Search Console for the data and Next.js for the front end.

Would love to get some feedback :)

You should def add more details to the demo images. It's hard to understand what they are portraying.

I'm trying to build a product that needs crypto financial rails like you're describing. One of the bigger challenges is taxes and overall legal implications. Would your product be handling that as well?

I share your concern completely. This is just something hacked together over a christmas weekend. The points you mentioned definitely need to be addressed before this library can even be called production-ready.

Though I would push back on the notion that because the problem is big and big players already do the job, why even try. There's a huge number of indie hackers, bootstrappers with small projects that can definitely benefit from an open source solution like this than have to pay $30/month.

I have already tabulated the items needed to make this a quality package and not just another hacky js library. I would invite you to keep track of the project and keep us honest :)

Ahh thank you for the clarification @dceddia.

1. Yep that makes perfect sense. A persisted file keeps the data and the SqLite provides an easy interface to work with.

2. I mistakenly thought it wasn't important. But I've moved it to the top of the backlog, should be available soon.

3. This is gold. Looked into transactional emails and that's exactly what's needed. Moreover, there's projects like nodemailer-mailgun-transport that will make this easier.

Cheers!

No unsubscribe options as of now. For now, its left to the dev's discretion to not send annoying emails.

Though this sounds like a feature of a more managed solution. I know MailChimp has this out of the box (and possibly other providers).

Since this library is supposed to provide email automation capability, I'm not sure options like Unsubscribe should be part of the library.

What do you think? Definitely open to ideas.

Hey keyle, your points are right on the money. 1. sqlite is a great idea for persistence. It would be an in-memory db right?

2. There is a stop method already. I should do a better job of highlighting that in the README. But you can stop all messages from being sent out by: mailcandy.stop() or you can clear all the upcoming messages while keeping the timer going by: mailcandy.clearAllScheduledMessages()

3. Added to backlog. Are there any mail servers you would like to see?

Currently only gmail since it was the easiest to implement. I would love to add more providers for better deliverability and overall not-going-to spaminess (not ideal to send bulk emails from personal gmails). What providers would you like to see?

100% agree on the companies overdoing email automation. Just look at my "Promotions" tab in gmail. 1000 unread.

I believe one of the reasons this happens is limited trigger types for email sequences and even more limited support for customizable content in the email (I know Mailchimp does this). Because of that you are left with primitive trigger types like time than something more granular like trigger based on user app activity.

By bringing the automations closer to the application source code, I believe you can build in "engagement" and "rentention" mechanisms that don't suck.

I build indie side projects all the time and having an email automation is always an afterthought. Plus MailChimp automation is too expensive and to clunky.

So I decided to spend my Christmas holidays building an open source package called Candymail.

Candymail makes it easy to trigger and send multi-step email sequences in Node.js using a single JSON file.

Looking for some feedback, does it sound useful? Thank you And happy holidays :)

[dead] 6 years ago

Man that is a good idea. Will put Doordash, SkipTheDishes out of business.

I make products; mostly bad. The best way to validate a business idea is to ask people for money. You reach your pre-sales revenue goal = you keep going, else = move on to something else.

I wrote a quick guide + code on how to collect some $$$ using Stripe's API. Figured HN might be able to use it. Cheers!

I was frustrated with good quality but very long articles that give insights on tech, markets, the economy from NY Times, Bloomberg etc. I wanted a 30 second TLDR just like Reddit. So I built a service to deliver this as an audio playlist format (30 secs max).

Here's an example playlist on "In Bear Market" - https://newseonbackend.xyz/db/tracks/5e72bd6dc9409e0d5c0af05.... Here's a quick screenshot - https://newseon.io/images/render8.png I think it has some potential. What do you guys think?