Indiehackers post(https://www.indiehackers.com/post/the-alternative-to-ko-fi-buymeacoffee-patreon-for-africa-c4ca9b044c)
Added Ku-di as a product on indiemakers https://www.indiehackers.com/product/ku-di
launched on product hunt(https://www.producthunt.com/posts/ku-di)
Posts by Personal accounts can only be public
created a github org for ku-di
this new org account will be used to host and manage all private and public repo related to ku-di.com
fixed typo on last step of landing page
display payout details error message
Now users will see error message when something goes wrong while submitting payout details
fix: update payout method details
created new api endpoint to update payout details instead of using the create payout details endpoint
only accounts with payout details can create tiers
re-enable ability to change payout method
send individual emails to new users who haven't yet created a creator account
generated a forestadmin template from my database and deployed it
update default og image
fix: Markdown render styling
fix: slug generation for posts
before this, new slugs were being generated when a post is published which overrides previous one
implement pointers from feedback by @nblackburn
Stephane Mensah
Author
Thanks! I've implemented most of them. The membership tiers was a pain so i did a little tweaking as to not to mess up the whole thing cos the the page is made up of different components. I'll reply your email soon!
fix newline issue in markdown contents, both API and UI
fix avatar upload bug
wrap the code section that uploads avatar to server in an if statement in order to prevent file not a blob type error.