I’m really itching to build a kind 1 client - but there are far too many things to do to make a decent one. Need a solid starting boiler plate that takes care of all the basics.

Anyone working on anything like that?

For mobile app or even web.

Last web clients I tried to vibe had too many issues the moment you get into the weeds of optimizing them.

Reply to this note

Please Login to reply.

Discussion

have you tried forking a codebase that works? or talking to someone who already have a working client and partnering with them?

I started on a kind 1 web client with Shakespeare a couple weeks ago. The idea was to base it on a private follow list and it actually worked fine for as much time as I spent on it. I could open source it and offer to merge any new code you generate based on it. The update flow is currently download new source, overwrite existing with it, git commit, push. That process can work via a script to make pull requests pretty simply. Just need a small group that wants to try this kind of vibe collab.