[very crude, wip] post to bsky without the distraction of feeds

add intro to readme

Changed files
+5 -3
+5 -3
README.md
··· 1 - # Go Shelley Template 2 3 - This is a starter template for building Go web applications on exe.dev. It demonstrates end-to-end usage including HTTP handlers, authentication, database integration, and deployment. 4 5 - Use this as a foundation to build your own service. 6 7 ## Building and Running 8
··· 1 + # zensky 2 3 + I came up with the idea of this web app because I wanted to be able to post something without getting sucked into the abyss of endless doomscrolling which I am *very* prone to doing. 4 5 + zensky only lets you write posts and hit send. You can read posts that you have *just* sent out on zensky. That's it. You can't read any other posts. 6 + 7 + The whole thing was vibe coded using Shelley, the built-in AI chatbot in an exe.dev VM. I plan to use this to understand Go project structure. I haven't audited shit -- not even the build and run instructions below this paragraph -- so just be aware of that. Afaik Shelly did pretty good though and it both amazes and scares the shit out of me that AI agents are capable of this. 8 9 ## Building and Running 10