hudy9x / kompad

Open source note-taking app for geeks that supports desktop, web, mobile web versions
https://kompad.hudy9x.com
MIT License
494 stars 41 forks source link

Add a hosted web version for quick access! #138

Open Hussseinkizz opened 1 month ago

Hussseinkizz commented 1 month ago

Hello nice project, and it's funny I have the same similar project that I have been working on also for some time now, just I work on it very slow in my free time, almost same stack though me am using just react, shadcn and tauri plus a few editors. None the less, am excited to try this out.

so could you host a web version put link to home page so that people can goto to it quickly and test this out, plus it will then be easier to install the pwa...

I also want to see if I can make a linux build with tauri we get that available as well. Nice work!

Hussseinkizz commented 1 month ago

I have also seen the install instructions, too complex for someone just to try out this, can you switch to a simpler database that doesn't require a lot from users, something like pocket base, sqlite or even supabase can be simpler, or app write like any, though would recommend an offline first db then you could have a cloud version that you already setup yourself with a dashboard for users to create an account and link it to their app. you host them in that way and you can make that a paid feature and then the offline db option be default and free... just saying... am not going to go through firebase as me now just try this out honestly but can I just run it and see how it works without setting up the firebase stuff???

hudy9x commented 1 month ago

@Hussseinkizz I do have a Vercel button.

You can find it on README.md image

However, you still have to setup Firebase and Algolia project to get the config

can you switch to a simpler database that doesn't require a lot from users

I apologize for not be able to implement this request. Because it will take a lot of efforts. P/s: I've been recording a setup video, head to my discord server to hear the updates

hudy9x commented 1 month ago

@Hussseinkizz video released https://www.youtube.com/watch?v=aBVF-3NE_1Q

Hussseinkizz commented 1 month ago

Ohh sure, gonna follow through will give feedback!