Johnny Builds
banner
johnnybuilds.bsky.social
Johnny Builds
@johnnybuilds.bsky.social
Dev sharing brass tacks & the nitty gritty #buildinpublic 💯 Only posting bangers! Currently building the publishing platform for live coding at https://codecook.live

Also:
👋 https://publicbuilders.org
🏠 https://johnnybuilds.com

Beyond simply copying and pasting the url, I've decided on two additional use cases for sharing from my platform:

- Republishing on other publishing platforms (Medium, Hashnode, etc)
- Republishing on microblogging platforms (Twitter/X, Bluesky, Threads)
January 12, 2025 at 11:00 PM
CodeCook.live is a publishing platform. First up, I simplified the buttons on the user’s list of sessions:

• Copy link (the most common way to share)
• Share button (to open the dialog we are about to build)
• Go Live (for starting a CodeCook live code session)
January 12, 2025 at 10:04 PM
I'm starting up a new CodeCook session on rethinking the traditional share dialog for sharing content. Follow along on this post thread as we explore how I can make sharing better on my publishing platform for live coding. #buildinpublic
January 12, 2025 at 9:27 PM
And with that our projects page looks much nicer!
January 11, 2025 at 6:00 PM
As a bonus, I added a button to the `EditProjectForm` to allow people to easily generate a new screenshot for their project using this same function.
January 11, 2025 at 5:38 PM
I’m starting to share this little project I’ve been working on and one thing that stands out to me is that the Profile and Project pages are a bit plain. I'm going to share my progress here in this thread. As a starting point, here is what the profile page looks like right now. #buildinpublic
January 11, 2025 at 3:29 PM
I’m starting to actually share this little project with people now and one thing that stands out to me is that the Profile and Project pages are a little plain. As a starting point, here is what the profile page looks like right now.
January 10, 2025 at 10:12 PM
Finished adding chat to CodeCook. Looking forward to my next live code session be a little more "live" #buildinpublic
January 9, 2025 at 11:18 PM
My prompt to Cursor: I want to refactor the chat interface to be a twitch chat drawer on the right that pushes the content over. It takes a quite a few prompts and ultimately actual manual coding (😱 the horror!!!) to get it right. github.com/johnnybuilds...
January 8, 2025 at 10:28 PM
In my last session on my publishing platform live coding, I started to add chat. Now I’m going to pick up from where I left off, starting with a UI refactor. Here’s a screenshot of where we’re at.
January 8, 2025 at 8:33 PM
I've been tracking follower growth of 100+ #buildinpublic accounts for a few months now. Originally, Bluesky was the clear leader for getting followers, especially for those that don’t already have a big audience. Unfortunately, 𝕏 has caught back up. I'm still hopeful for 🦋 but it is concerning
January 4, 2025 at 5:36 PM
I’ve got live coding working on my publishing platforming for live coding. I’m thinking of calling live coding for introverts. I also have no idea what I’m doing 🙃 but its fun as hell #buildinpublic
January 4, 2025 at 4:00 AM
The first live session of CodeCook is unfortunately just me on localhost listening for commits to CodeCook. #livecoding
January 3, 2025 at 11:07 PM
Getting started on adding live mode AMA #buildinpublic
January 3, 2025 at 9:31 PM
I've got a component that is working pretty well now. Let's see if I can get the post to work. I threw a prompt to Cursor to add the post and it one-shotted it! Holy crap it worked. Here's the post: bsky.app/profile/john...
January 3, 2025 at 1:45 AM
V0 makes it really easy to spin up UI so I v0.dev/chat/OMHzSZls86A?b=b_kYHGhXeupDf:

↱ Landing page for CodeCook.live, a site for live coding in post thread format. Share and learn with the community as you build in public.
January 3, 2025 at 1:43 AM
Then there's the matter of the text limit. We need to do all this markdown transformation then intelligently split it into posts that are less than 300 characters. Thanks goodness for Cursor!
January 3, 2025 at 12:00 AM
I'm building a publishing platform for live coding (currently just working on the publishing part). Problem 1 is to intelligently convert the markdown to text in a post. Images are particularly tricky.
January 2, 2025 at 11:58 PM
Working on adding a Post to Bluesky feature to my Next.js app. Got the connect account working. Next up, need to transform markdown into a post thread... #buildinpublic
January 2, 2025 at 11:27 PM
Up next, setting up Bluesky as a first class integration for publishing from a coding session...
January 2, 2025 at 3:18 AM
Changed it. Not really an "editor" - this a live code cooking session manager. Still more to improve, but this is where I'm at now.
January 1, 2025 at 11:35 PM
Here's the editor view (in progress) - light & dark mode of course
January 1, 2025 at 11:04 PM
Haven't been posting so much because I've been heads down working on CodeCook.live - the Publishing Platform for Live Coding. I've got a waiting list up now.
January 1, 2025 at 10:34 PM
Importing CodeThreads into CodeThreads to build the prototype of CodeThreads so there can be a CodeThreads.
December 24, 2024 at 3:05 AM
Messing around with my code threads idea today. Here's what I've managed to cook up so far (ui with mock data):
December 22, 2024 at 7:28 PM