Activity
Mon
Wed
Fri
Sun
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
What is this?
Less
More

Owned by Hayden

Vibe-coded an app that's 80% complete? We teach you everything you need to know to make it secure, polished, and performant so YOU can finally launch.

Memberships

27 contributions to A2B - Go From App to Business
More Long-Form Content/Tutorials
Instagram Reels optimizes for video times that are too short for me to explain things in depth. I'm considering doing a couple long-form tutorials a week, and posting them to YouTube (and of course Skool by extension). What type of content would you want to see? A Q&A style where the video content is based on polls I run in this community? A series of building a product from absolute scratch with zero manual coding? Something else? Let me know!
1 like • 5d
Also, I'm going to resume the prompt packs, although they'll just be posted here directly for the time being.
Opus 5 or GPT 5.6 Sol? Which one is your go-to?
Would love to know your thoughts here!
Poll
4 members have voted
I need feedback!
I want to continue providing value with free content, but at a larger scale and with a diversified “series of videos”. Right now, all of my videos are “X problems, and the prompts to fix them” I’m thinking of adding two new content types: 1. I take a hypothetical system, like an internal knowledge base agent, and briefly explain how I would build it in clear terms 2. I go over one technical concept and give a tactically relevant explanation of it in a way that can improve your prompting. I think these would be valuable series, but I would love your guys’ feedback - good idea? Horrible idea? Something else I should do entirely?
1 like • Jul 2
@Noah Montone yes, AWS will be used for deploying the backend and frontend
1 like • Jul 2
@Noah Montone and route 53 for domain
FREE CLAUDE SKILL - Agentic Harness Design
If your app has features that use AI models, I highly recommend running this skill. It's the most principle-based skill I could reasonably create, based on what's worked for me in the past 6 years. Download it, install it, check it out. Enjoy!
FREE PROMPT PACK - App Security | July 1st
Copy and paste these prompts into Claude Code, Codex, Cursor, or any other coding agent. Run them one at a time, and test your app after each change. 1.Block operating system command injection Search the codebase for any place where the app runs operating-system commands, shell scripts, or external processes, and check whether user-controlled input can influence them. Eliminate command injection by avoiding the shell entirely where possible, passing arguments as a structured array rather than a concatenated string, and strictly validating any input that must be included. If a piece of functionality doesn't truly need to shell out, refactor it, and report every command-execution site you found. 2.Replace weak cryptographic algorithms Scan the codebase for weak or outdated cryptography and replace it. Find uses of broken hash functions like MD5 or SHA1, weak ciphers like DES, insecure modes like ECB, hardcoded encryption keys or initialization vectors, and homegrown crypto, and replace each with a current, well-vetted algorithm and a standard library implementation. Confirm that hashing for passwords specifically uses a slow algorithm, and report every weak primitive you found and what you replaced it with. 3.Verify signatures on incoming webhooks Audit any webhook endpoints my app exposes to receive events from third-party services. For each, verify the authenticity of incoming requests using the provider's signature mechanism — validating the signature against the raw request body with the shared secret and a constant-time comparison — and reject anything that fails. Add protection against replayed events using timestamps or event identifiers, and tell me which webhooks now verify their senders. 4.Cap request body and payload size Add limits on the size of incoming requests across my app. Configure maximum request body sizes at the server or framework level, cap the size of uploaded files and individual fields, and limit the number of items in arrays and the depth of nested JSON so a malicious payload can't exhaust memory or CPU. Return a clear error when a limit is exceeded, and tell me the limits you set and where they're enforced.
0 likes • Jul 1
@Jahja Fuga Yes, it should be applicable to all tech stacks
0 likes • Jul 1
@Basel A happy to help!
1-10 of 27
Hayden Smith
4
57 points to level up
@hayden-smith-3938
I help vibecoders go from app -> business.

Active 2d ago
Joined Jun 11, 2026
Powered by