Must-have free credits
Claim these credits before your hackathon begins. Many require verification that can take time.Vultr
$250-300 for 30 daysHigh-performance cloud servers with global data centers
Serper
2,500+ search queriesLightning-fast Google Search API
Twilio
1 phone number + $15Calling, SMS, and OTP integration
GitHub Student Pack
Copilot + $100+ creditsFree developer tools and cloud credits
Copy-paste starters
Get your project running in minutes with these starter templates.- FastAPI + React
- Next.js T3 Stack
- Voice Agent
Environment variables template
Copy this template and fill in your API keys. Keep your.env file secure and never commit it to git.
.env
Last-minute fixes
When things go wrong minutes before demo time, these fixes can save you.Deployment fails
Deployment fails
Use Ngrok to expose your localhost when deployment doesn’t work:Give judges the ngrok URL instead. It’s not ideal, but it works.
CORS issues
CORS issues
- FastAPI
- Express
Database connection issues
Database connection issues
Quick SQLite fallback when your database won’t connect:Not production-ready, but gets you through the demo.
Judging day checklist
Use this checklist on presentation day to make sure you’re ready.- Record backup demo video (use Loom)
- Test on mobile devices
- Prepare 3-minute pitch
- Have localhost running (+ Ngrok ready as backup)
- Print architecture diagram
- List all APIs used (show free tiers)
- Prepare GitHub repo link
- Battery charged, charger ready
Pitch structure (3 minutes)
Follow this proven structure for maximum impact with judges.Hook + Problem (0:00-0:30)
Start with a shocking statistic OR personal story. Explain why current solutions fail.
Live Demo (0:30-2:00)
Spend 60% of your time showing the core feature working. Handle edge cases gracefully.
Tech Stack + Innovation (2:00-2:30)
Highlight free/open-source tools you used. Mention any novel approaches you took.
Debug commands
Common commands for fixing issues fast.Resource limits
Know these limits and backup plans before you hit them during your demo.| Service | Rate Limit | Action if Hit |
|---|---|---|
| OpenAI Free | 3 RPM | Use Hugging Face |
| Serper | Depends on tier | Cache results |
| Vercel | 100 GB bandwidth | Use Netlify |
| Render Free | Sleeps after 15m | Keep-alive ping |
Cache API responses during development to avoid hitting rate limits. Most services count requests, not cached responses.
Emergency contacts
Save these in your phone before the hackathon starts:- Teammate 1: [Phone]
- Teammate 2: [Phone]
- Faculty Mentor: [Phone]
- Venue WiFi Password: [Password]