After the preparing and reviewing the idea, I started thinking how I can prepare a MVP quickly to serve it to possible users/communities.
Here is what I did?
Creating new Github repository & Slack app
Using PaaS to boost launh (Heroku & Render)
Adding tailwind & daisyui for Landing page
Creating new Github repository & Slack app:
Organization repository -> https://github.com/zen-bots
Project repository -> https://github.com/zen-bots/activity-tracker-slack-bot
I always love to use Platforms as a service to boost by launch process with some free domains and resources ( hosting space, databases, emails, marketing etc. )
That's why, I started to use Heroku as I've always done. Things are changed and heroku decided to remove free plan for PostgreSql database at the end of November. This pushed me to find another free tool and I stumbled upon with Render. It also has great services & tools for me to build and ship my ideas faster.
Building something new means that you need to learn every day from others' experiences. I read lots of articles on Indie Hacker, Hackernew, Twitter to see what everyone is doing to launch their ideas quickly.
It's always come up to generate landing page with and email box or contact form that lets users contact with you.
That's why I created my landing page with tailwindcss and daisyUI that has a lot of components that I can use free
My next step will absolutely be marketing and telling what my product is doing in order to get some feedback from users and validate the idea. After that, I can start updating the UI of the slack app to make it more interactable.
Feel free to share you ideas/feedbacks on it.
Thanks for reading!