KanbanMail

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

Experimenting with borderless email viewer design, what do you think?? πŸ€” https://twitter.com/Booligoosh/status/1127526704816082945

I think the one in the log looks best, the e-mail itself with the header

0 Likes

Looks great!

0 Likes

Nice to see MRR has been going up again, still with no marketing! My conversion rate has improved massively, I think it's because of all the new changes I've been making lately. 😍😁 https://kanbanmail.app/open

Ethan Author

Thanks Florian!! 😁

0 Likes

Overhauled IndexedDB storage to make it way more efficient! It now only updates the necessary fields when data changes, and doesn’t call JSON.stringify anymore :)

Use CSS translate3d instead of top/left when dragging to make it way smoother! It actually puts the email card on a separate GPU render layer which puts much less pressure on the browser to render each frame. Further explanation & demos here β€” https://www.paulirish.com/2012/why-moving-elements-with-translate-is-better-than-posabs-topleft/

Do Gmail partialSync instead of old onlyNewEmails method on page load so everything will be up to date!

Got a bare-minimum version of unsubscribe buttons in KanbanMail working! Will polish it before releasing though.

Read an article about 60 FPS JavaScript swiping on mobile β€” a lot of it could be applied to KanbanMail's dragging β€” https://medium.com/missive-app/60-fps-javascript-swiping-on-mobile-beb847745a59

Read an A W E S O M E article which gave me lots of inspiration for the KanbanMail mobile app! β€” https://medium.com/missive-app/our-dirty-little-secret-cross-platform-email-client-with-nothing-but-html-aa12fc33bb02