Build real applications in 2 hours using natural language—no coding experience required
Coming to tonight's event? Start here:
- Open event-day/QUICK-SETUP.md
- Pick ONE tool (Replit recommended)
- Browse templates/ - find your role
- Copy a template prompt
- Start building!
Pick your role, copy a prompt, build something:
| Your Role | What You Can Build (in 2 hours) | Templates |
|---|---|---|
| 👨💻 Developer | REST API, auth system, CLI tool | View Templates |
| 🎨 Designer | Landing page, design system, portfolio | View Templates |
| 🚀 Entrepreneur | MVP landing, pricing page, waitlist | View Templates |
| 📚 Student | Study app, grade calculator, notes app | View Templates |
| 📱 Content Creator | Content calendar, analytics, blog editor | View Templates |
- Stuck? event-day/DEBUGGING-QUICKREF.md
- Need ideas? event-day/PROMPT-CHEATSHEET.md
- Want to plan first? event-day/PLANNING-TEMPLATE.md
This repository is organized as bootcamp material with progressive learning:
Day 1 (Tonight!) → Week 1 → Month 1 → Advanced Mastery
2 hours 5-10 hrs 20-40 hrs Ongoing
Goal: Build something working in 2 hours
Resources:
-
event-day/ - Everything for tonight
- QUICK-SETUP.md - Tool setup (5 min)
- TOOL-PICKER.md - Choose your tool
- PROMPT-CHEATSHEET.md - Copy-paste prompts
- PROMPT-BUILDER.md - Build custom prompts
- PLANNING-TEMPLATE.md - Plan without AI
- DEBUGGING-QUICKREF.md - Fix errors fast
- EVENT-CHECKLIST.md - Don't forget anything
-
templates/ - Role-based copy-paste prompts
- Developer - APIs, auth, architecture
- Designer - UI, portfolios, design systems
- Entrepreneur - MVPs, SaaS, stores
- Student - Study tools, trackers
- Content Creator - Content tools
What to Build Tonight:
- ✅ Todo list app (30 min)
- ✅ Calculator (20 min)
- ✅ Weather app (45 min)
- ✅ Landing page (40 min)
- ✅ Grade calculator (30 min)
- ✅ Any template from your role
Goal: Gain confidence, try different tools, build 2-3 apps
Resources:
-
Beginner Learning Path - Web-based tools
- Replit, Lovable, v0 deep dives
- Project walkthroughs
- Best practices
- Troubleshooting
-
Prompt Library - More prompts
-
Tool Catalog - Compare 30+ tools
-
Best Practices - Do's and don'ts
Week 1 Projects:
- Day 1-2: Simple apps (calculator, timer, quiz)
- Day 3-4: Data apps (weather, news reader)
- Day 5-7: Interactive apps (todo, notes, tracker)
Goal: Learn professional workflows, build complex projects
Resources:
-
Spec-Kit Guide (~21,000 words)
- Professional 6-phase workflow
- Constitution → Specify → Plan → Tasks → Implement → Validate
- Complete examples
- Team collaboration
-
Intermediate Learning Path - Spec-driven development
-
Spec-Kit Todo Example - 2-3 hour walkthrough
-
Tips & Tricks - 100+ strategies
Month 1 Projects:
- Week 1-2: Simple spec-driven app
- Week 3-4: Full-featured application with backend
Goal: Master CLI tools, production systems, automation
Resources:
-
Advanced Learning Path - CLI tools mastery
- Claude Code, Aider, Cursor
- Terminal workflows
- Git automation
- Production deployment
-
Complete Resource Guide (~16,000 words)
- All tools compared
- Advanced techniques
- Community resources
- Career paths
Advanced Projects:
- Microservices architecture
- Full-stack SaaS application
- Mobile apps
- CLI tools
Vibe coding = Describe your app in plain English, AI generates working code.
✅ No Coding Experience Needed
- Write in plain English
- AI handles the code
- Learn by building
✅ Build Real Apps in Hours
- MVP in 2 hours
- Production-ready in days
- Iterate instantly
✅ Professional Quality
- Best practices built-in
- Modern frameworks
- Maintainable code
✅ For Everyone
- Students building projects
- Entrepreneurs testing ideas
- Developers accelerating work
- Creators building tools
You: "Build a todo app with React and Tailwind"
↓
AI: [Generates complete working code]
↓
You: "Add categories and due dates"
↓
AI: [Updates code with new features]
↓
Result: Working app in minutes
event-day/ ← Start here for tonight's event
├── README.md ← Event day hub
├── QUICK-SETUP.md ← 5-minute tool setup
├── TOOL-PICKER.md ← Choose your tool
├── PROMPT-CHEATSHEET.md ← Copy-paste prompts
├── PROMPT-BUILDER.md ← Custom prompts
├── PLANNING-TEMPLATE.md ← Plan your project
├── DEBUGGING-QUICKREF.md ← Fix errors fast
└── EVENT-CHECKLIST.md ← Event preparation
templates/ ← Role-based templates
├── README.md
└── by-role/
├── developer.md ← APIs, auth, systems
├── designer.md ← UI, portfolios, design
├── entrepreneur.md ← MVPs, SaaS, growth
├── student.md ← Study apps, trackers
└── content-creator.md ← Content tools
learning-paths/ ← Structured learning
├── beginner/ ← Week 1: Web tools
├── intermediate/ ← Month 1: Spec-Kit
└── advanced/ ← Month 2+: CLI tools
guides/ ← Deep dive resources
├── COMPLETE-RESOURCE-GUIDE.md (~16,000 words)
├── SPEC-KIT-GUIDE.md (~21,000 words)
└── TIPS-AND-TRICKS.md (~12,000 words)
reference/ ← Quick lookups
├── tools-catalog.md ← Compare 30+ tools
├── prompts-library.md ← More templates
├── best-practices.md ← Do's and don'ts
└── debugging-guide.md ← Troubleshooting
examples/ ← Walkthroughs
└── spec-kit-todo-example.md ← 2-3 hours
- event-day/QUICK-SETUP.md (5 min)
- templates/ - Pick your role
- Copy prompt → Paste → Build
- templates/ - Find your role
- Browse templates for your project type
- Customize and build
- event-day/TOOL-PICKER.md - Choose tool (Replit recommended)
- event-day/PROMPT-CHEATSHEET.md - Simple prompts
- learning-paths/beginner/ - Week 1 path
- guides/SPEC-KIT-GUIDE.md - Professional workflow
- examples/spec-kit-todo-example.md - Walkthrough
- learning-paths/intermediate/ - Structured path
- learning-paths/advanced/ - CLI tools
- guides/COMPLETE-RESOURCE-GUIDE.md - All resources
- templates/by-role/developer.md - Advanced templates
By 7pm, you should have:
- ☐ Built something that works (even if simple!)
- ☐ Learned one new thing
- ☐ Asked for help when stuck
- ☐ Shared what you built
- ☐ Saved your project
- ☐ Had fun!
Bonus:
- ☐ Helped someone else
- ☐ Tried multiple tools
- ☐ Posted on social (#VibeCodingThursday)
- ☐ Planned next project
| Need | Resource | Time |
|---|---|---|
| Tool setup | QUICK-SETUP.md | 5 min |
| Project idea | Templates | 2 min |
| Custom prompt | PROMPT-BUILDER.md | 10 min |
| Fix error | DEBUGGING-QUICKREF.md | 2 min |
| Goal | Resource | Time |
|---|---|---|
| Build 2nd project | Prompt Cheatsheet | 1 hour |
| Try new tool | Tool Picker | 30 min |
| Learn best practices | Best Practices | 20 min |
| Understand tools | Tools Catalog | 30 min |
| Goal | Resource | Time |
|---|---|---|
| Professional workflow | Spec-Kit Guide | 2-3 hours |
| Complex project | Spec-Kit Example | 2-3 hours |
| Master prompting | Tips & Tricks | 1-2 hours |
| Advanced techniques | Complete Guide | 3-4 hours |
- Replit - Most beginner-friendly (5 min setup)
- Lovable - Best design (beautiful apps)
- v0 - Learn React (clean code)
- Replit - Full applications
- Lovable - Beautiful UIs
- v0 - React components
- Bolt.new - Full-stack apps
- GitHub Spec-Kit - Structured workflow
- Cursor - AI code editor
- Claude Code - Terminal AI
- Ask organizers (that's why they're here!)
- Pair with neighbors
- Share your screen
- Celebrate wins out loud
- Discord/Slack - [Community link]
- GitHub Issues - Report bugs, request features
- Social Media - #VibeCodingThursday
- Next Event - [Event schedule]
We welcome contributions!
- Add templates
- Improve docs
- Share examples
- Report issues
✅ Built first app at event ✅ Used basic templates ✅ Fixed first error
✅ Built 2-3 different apps ✅ Tried multiple tools ✅ Customized templates
✅ Used Spec-Kit workflow ✅ Built complex application ✅ Deployed to production
✅ Uses CLI tools ✅ Contributes templates ✅ Helps other learners ✅ Builds professionally
- 50,000+ words of documentation
- 30+ tools cataloged and compared
- 100+ prompts ready to copy-paste
- 5 role-based template collections
- 3 learning paths (beginner → advanced)
- 2-hour event to working app
- Open source and community-driven
- Event Day Home - Everything for tonight
- Quick Setup - 5 minutes to ready
- Templates by Role - Copy & paste prompts
- Debugging Help - Fix errors fast
- Beginner Path - Week 1 curriculum
- Tool Catalog - Compare tools
- Prompt Library - More prompts
- Best Practices - Do's and don'ts
- Spec-Kit Guide - Professional workflow
- Complete Guide - Everything
- Tips & Tricks - 100+ strategies
- Advanced Path - CLI mastery
- Complete Index - Master navigation
- Quick Start - 15-minute intro
"Is this really for beginners?" Yes! No coding experience needed. Tonight you'll build something real.
"What if I get stuck?" Organizers are here to help. Plus: DEBUGGING-QUICKREF.md
"Do I need to install anything?" No! Use browser tools (Replit, Lovable, v0). Setup takes 5 minutes.
"Can I actually build something useful?" Absolutely. People build MVPs, side projects, and production apps this way.
"What if I miss the event?" All materials work standalone. Start with event-day/ anytime.
"Is this just for the event?" No, it's full bootcamp material. Day 1 → Week 1 → Month 1 → Advanced.
See you at 5pm! Come ready to:
- Build something in 2 hours
- Learn a new skill
- Meet other builders
- Have fun with AI coding
- Start your vibe coding journey
Remember:
- Done is better than perfect
- Errors are learning opportunities
- Everyone starts somewhere
- Ask for help early and often
- Share what you build
Vibe Coding Thursday Bootcamp Milwaukee Tech Community | Mitobyte 5pm-7pm Every Thursday