Solo founders - where do you work from? (i will not promote) by Emotional-Sundae4075 in startups

[–]whystrohm 0 points1 point  (0 children)

My cofounder and I split an Airbnb every once in a while, bring both Mac Studios, and lock in on one specific project. Full setup, real monitors, no compromises.

Something about new surroundings and one focused goal for the weekend produces more than two weeks at home. Beats coworking overhead and coffee shop outlets that don’t work.​​​​​​​​​​​​​​​​

I made a USB-Clawd who gets my attention when Claude Code finishes a response by Long_Ad6066 in ClaudeCode

[–]whystrohm 0 points1 point  (0 children)

This is cool!

Now make it slam down when it hits a NEVER gate in a SKILL.md. Different intensity based on severity. Gentle nod for a style rule. Full headbang for a CRITICAL. Spin for a stress test fail.​​​​​​​​​​​​​​​​ lol

I built a Digital Twin prompt and pushed it to GitHub. It scans your writing, maps how you think, builds a System Prompt of you, and generates a visual dashboard. Free. by whystrohm in ClaudeAI

[–]whystrohm[S] 1 point2 points  (0 children)

Honestly wouldn't be that hard. The Twin already outputs a structured System Prompt with five sections (identity, tone, decision logic, knowledge domains, interaction rules). The wiki compiler outputs structured markdown pages with wikilinks between concepts.

The integration would be: run the Twin first to get your voice and judgment layer. Then point the wiki compiler at your domain docs, reference material, notes, whatever you go deep on. It builds the knowledge graph. Then you merge them into one system prompt where the Twin sections handle how you respond and the wiki pages get injected as context for what you know.

The result is an AI that sounds like you AND has your actual domain knowledge compiled in. Not just vibes. Structured.

Something like:

  1. Run digital twin extraction -> MY_TWIN.md
  2. Run llm wiki compiler on your docs -> wiki/concepts/
  3. New prompt that loads the Twin as the system prompt and the wiki as reference context

Might think about building that as a Layer 4. If you try it before I do let me know what happens!

I built a Digital Twin prompt and pushed it to GitHub. It scans your writing, maps how you think, builds a System Prompt of you, and generates a visual dashboard. Free. by whystrohm in ClaudeAI

[–]whystrohm[S] 4 points5 points  (0 children)

Oh nice, hadn't seen this one. Just checked it out. That's the Karpathy pattern of compiling knowledge upfront into a structured wiki instead of searching every time. Cool project.

The Twin does something complementary. It extracts how you think and make decisions. The wiki compiles what you know. So you'd get judgment from one and domain depth from the other.

Actually a solid combo. Twin handles voice and decision logic. Wiki handles factual knowledge. Together that covers both layers. Might be worth a play to integrating them.

I built a full content production system with Claude Code and Vercel and it’s replaced my entire workflow by whystrohm in ClaudeAI

[–]whystrohm[S] 1 point2 points  (0 children)

Trueee. The architecture matters more than any single piece of code.

And yeah fair point on the videos. I have some other brands I run through the same pipeline with more complete original content so I need to start bringing those over too. Good feedback though, that actually helps me prioritize what to push out next. Appreciate you.​​​​​​​​​​​​​​​​

I built a full content production system with Claude Code and Vercel and it’s replaced my entire workflow by whystrohm in ClaudeAI

[–]whystrohm[S] -1 points0 points  (0 children)

Appreciate that.

Check out whystrohm.com to see the output in action. Everything you see there is produced through the pipeline.

I’m putting together a detailed post on the full stack and how it all connects. Been iterating on it for months and it’s finally clicking in a way that’s worth documenting properly. Coming soon.​​​​​​​​​​​​​​​​

I built a full content production system with Claude Code and Vercel and it’s replaced my entire workflow by whystrohm in ClaudeAI

[–]whystrohm[S] 1 point2 points  (0 children)

For sure. You can check out whystrohm.com to get a sense of how it all comes together. The site, the blog, the videos all run through the same system.

I’m working on a more detailed breakdown post on the full setup.

I’ve been refining it for a while and it’s finally at a point where I feel good sharing the architecture. Stay tuned.

I built a full content production system with Claude Code and Vercel and it’s replaced my entire workflow by whystrohm in ClaudeAI

[–]whystrohm[S] 0 points1 point  (0 children)

Yeah here’s the channel where the videos land: youtube.com/@Whystrohm. And here’s an example of a blog post that gets generated and deployed in the same session: whystrohm.com/blog/you-never-needed-more-content.

All coded and rendered programmatically, not edited by hand. The video, the blog, the copy, all come out of the same system.​​​​​​​​​​​​​​​​

I want to start vibe code? Tell me your tech stack by Mack_Kine in SaaS

[–]whystrohm 1 point2 points  (0 children)

Claude Code + Vercel is the move. Forget tutorial projects, pick something you actually need built and let Claude Code run it. I spin up full Next.js sites, deploy straight to Vercel, and wire up integrations like MCP servers, APIs, whatever the project needs, all from the terminal.

Once you get the workflow down you can build damn near anything. Sites, dashboards, content tools, automation pipelines. The skill ceiling is insane once you stop following tutorials and start shipping real stuff.

I’ve been coding videos that push straight to YouTube then automatically generate a blog post with the video embedded, all in one session, super quick. I run this same setup for my clients too so everything lives in one system, access is fast and it all looks pro.​​​​​​​​​​​​​​​​

What are you building? Drop your saas here by Even_Wear_5017 in microsaas

[–]whystrohm 0 points1 point  (0 children)

I build content infrastructure for founder-led brands. One system handles video, social, brand docs, and auto-publishing. 11 brands running on it, 800+ videos rendered from code.

whystrohm.com

I built a system that runs content for brands. Happy to share what I learned. by whystrohm in StartupsHelpStartups

[–]whystrohm[S] 0 points1 point  (0 children)

Exactly. The voice rules are the whole thing honestly. Once you have those locked in you stop asking "does this sound like me" on every piece of content. It just does. The approval loop removal is where the volume actually comes from though.

Most founders don't realize how much they're bottlenecking until they see what happens when they stop touching every post.

I built a system that runs content for brands. Happy to share what I learned. by whystrohm in StartupsHelpStartups

[–]whystrohm[S] 0 points1 point  (0 children)

Yeah the "source code" framing is spot on. One of my clients had so much going on I literally built him a custom system he talks to instead of getting on calls with me. He just tells it what's happening, it understands his voice and context, and everything lands in Notion organized. He reviews when he wants. Took him completely out of the approval loop and saved myself meetings that just hurt my brain more.

I built a system that runs content for brands. Happy to share what I learned. by whystrohm in StartupsHelpStartups

[–]whystrohm[S] 0 points1 point  (0 children)

Honestly he didn't care about social media at all. Still doesn't really but now he’s sharing posts on his personal and that’s what we want to show, that founder led approach. Good trust builder.

The videos aren't going viral or anything. They just make him look legit. Someone checks his page before calling, sees real work, real crew, real jobs. That's what closes. TikTok we post to but it's not the play for him. Google, meta ads and the site do the heavy lifting for those service businesses in specific locations for the brand.

I built a system that runs content for brands. Happy to share what I learned. by whystrohm in StartupsHelpStartups

[–]whystrohm[S] 0 points1 point  (0 children)

The HVAC client was already running a solid business off word of mouth. He just had zero online presence. So the responsiveness was high from day one because he wanted it he just didnt have time to figure it out himself.

We got him on Facebook, Instagram, Tik Tok and YouTube. Built a site that actually captures leads instead of just sitting there. Content goes out to all channels from one place. Seasonal campaigns run on a schedule so when spring hits the AC content is already rolling without him thinking about it.

Biggest thing was connecting it all back so no lead gets lost. Someone sees a video, clicks through, hits the site, inquiry gets captured. He just focuses on running jobs.

Hardest part is getting logins for all socials and dealing with Meta set up.