Building Your Educational Tool
Step-by-step activities to create your own working application
Activity 1: Workshop Kickoff
Get oriented with the workshop and make sure everyone is ready to build
👋 Welcome & Introductions
Brief introductions and what you hope to build today
🎯 Workshop Goals
By the end, you'll have YOUR OWN working educational tool deployed online with your own AI assistant
🔑 Key Concept
You'll fork this workshop, add your own API key, and get your own powered version - completely independent!
💡 Why This Approach?
Quick Setup Check
Ensure you completed the Pre-Workshop Setup. If not, we'll help you catch up:
Missing accounts? No problem! We'll help you set up during the workshop.
Activity 2: AI-Powered Tool Design
Collaborate with AI to design and get a custom Claude Code prompt for your specific educational challenge
⏱️ Why 15 minutes? Good AI conversations take time! Plan for 5-7 min discussion + 3-5 min prompt refinement + 2-3 min saving and review.
Chat with Your AI Assistant
💬 Dedicated AI Chat for Tool Design
This AI understands case-based learning, MBA programs, and business education challenges. Discuss your specific needs!
Start the conversation with something like:
Get Your Custom Prompt
After discussing your challenge, ask the AI:
The AI will generate a custom prompt tailored to your exact needs - not a generic template!
Copy & Save Your Prompt
Copy the custom prompt the AI gives you:
Your Custom Claude Code Prompt:
🎯 Activity 2 Success Markers:
Activity 3: Build Your Custom Tool
Use Claude Code with your personalized prompt to create your educational tool
⏱️ Building takes time: 10-15 min for initial build + 5-10 min for testing & refinements. Don't worry if it's not perfect - that's what Activity 5 is for!
Open Claude Code
Open your terminal/command prompt and run claude to start Claude Code
🎯 Use Your Custom Prompt
You created a tailored prompt in Activity 2 - that's exactly what you should use! Your custom prompt is designed for your specific educational challenge.
Your Saved Prompt:
No custom prompt saved yet. Complete Activity 2 first!
Start Building!
Paste your prompt into Claude Code and begin creating your tool!
💡 Pro tip: Start with "I want to build..." and then paste your prompt.
Activity 4: Deploy Your Tool
Get your educational tool online and share it with others
⏱️ Deployment advantage: You already deployed this workshop, so you know the process! 5 min for new repo + 3-5 min for Render deployment + 5 min buffer. Much faster this time!
Create New Repository
Create a new repository for your educational tool (separate from the workshop repository)
Ask Claude Code:
Since you've done this before: Claude Code will help you quickly set up a new repo for your tool (not the workshop!).
Deploy to Render
You know the drill from deploying your workshop! Now deploy your educational tool.
Same process as before:
- Render Dashboard: "New +" → "Web Service"
- Connect: Your new educational tool repository (not the workshop repo)
- Deploy: Render handles the rest automatically
- Wait: 2-3 minutes (faster since you have experience!)
- Test: Your educational tool is now live!
💡 Pro tip: This should be much smoother than your first workshop deployment since you've already done this once!
✅ How to Know It Worked:
- You get a live URL (ending in .render.com)
- Clicking the URL loads your tool without errors
- All features work the same as when testing locally
- Tool works on mobile devices
🚨 Common Deployment Problems & Solutions:
Get AI Help:
Test & Share Your Tool!
Your educational tool is now live and ready for students and colleagues to use!
Activity 5: Polish & Plan Next
Add final touches to your tool, share your success, and plan your next educational tools
⏱️ Wrap up well: 3-5 min for final improvements + 5-7 min for group sharing and reflection. Celebrate your achievements!
Building Tips
- Start with the basic functionality first
- Test your tool frequently as you build
- Ask Claude Code to explain any code you don't understand
- Request styling improvements after core features work
- Add one feature at a time