KanbanMail

A Kanban board for your emails! βœ¨πŸ’Œ

Posted a hype tweet about the GIF picker 😜 https://twitter.com/Booligoosh/status/1052880692441276416

Applied for GIPHY production API key (even though the dev one is fine, it has a 10k daily limit πŸ˜‚πŸ˜‚)

Make GIF picker UI

Ethan Author

Thanks! :)

0 Likes
Nihar Raote

Looks so cool! 🀩

0 Likes

It's been a month since the soft-launch! A total of 6 customers, one of which churned (but they were only paying $6/month anyway) – I'm really happy! Not quite as many as I was hoping for but it still feels surreal that 5 people are paying me $8/month for something I've made! 😁

One of my customers is going to add a second email account, so hopefully they will be paying $10-$12/month soon πŸ‘€πŸ€‘

wooo!

0 Likes

πŸ’ͺ KanbanMail now supports multiple accounts! You can use one at web.kanbanmail.app and the other at web2.kanbanmail.app (I can make more subdomains easily now if necessary). I'm charging $4/month for any extra email accounts (so 2 accounts would be $12/month) – what do you think of this pricing??

Finally figured out why I went way over my Netlify cloud functions limit! (and had to pay $25 one-off) – It was a reeeealllly obscure and unlikely bug that was discovered in a very unlikely way

Sanju

Ah gotcha. That is a really obscure bug, good job on finding that!!

0 Likes
Ethan Author

Nothing to do with Netlify. Basically there was a bug in my code which still called the function that refreshed the access token when there was no refresh token stored. So obviously my function failed. In my frontend code I made it automatically retry fetch requests that didn't work, so for a very small amount of people it went into an endless loop of calling my cloud functions (until the page was closed) :(

0 Likes

Downloaded all 15hrs of livestream onto a hard disk because they get deleted from Twitch tomorrow (there is a 14-day limit)

Experimented with a new design for the open page (not live yet) – tell me what you think!

Ethan Author

That was all with Inspect Element and then I accidentally clicked on the link & lost it all πŸ˜‚ But it will be easy to get it exactly the same because I took a screenshot first (luckily)

0 Likes
Ethan Author

Thanks @sergio

0 Likes

Fixed two critical bugs caused by the 'node-fetch' module randomly deciding to stop working πŸ€¦β€β™‚οΈ

Posted tweet about email signatures https://twitter.com/KanbanMail/status/1051785437243736064

πŸ”₯✍️ New feature – Email signatures!!! Thanks @gadgick for the suggestion πŸ™Œ

Got Stripe metadata security working!! It will now only get/set it if the Google/Microsoft access token is valid & points to the correct email address.