AI Tool Guides
Best for
Full VS Code in the browser, no install
Works on
Browser
Alternatives
Replit, Gitpod
Watch out
Free 60 hrs/month (120 for students); shuts down if idle
What It Does
GitHub Codespaces gives you a full VS Code development environment running in the cloud, accessible from any browser. Your code, terminal, extensions, and settings travel with you. No local installation, no "it works on my machine" problems.
Setup in 5 Minutes
and sign in with your
GitHub account.
- Click New codespace, pick a repository (or start
blank), and choose a machine size.
- Students on the GitHub Student Developer Pack get 120 free
core-hours per month—more than enough for daily development work.
Try This
Fork a public Python project on GitHub (try a simple Flask app).
Click the green Code button and select Open with
Codespaces. The environment spins up with all dependencies
pre-installed. Edit a template, run the app in the built-in terminal,
and preview it in the browser—all without touching your local
machine.
Follow Along
Follow Along — Contribute to Open Source.
+ your favourite language).
- Fork the repo by clicking Fork in the top-right corner.
- On your fork, click Code $$ Open with Codespaces to launch a full development environment in your browser.
- Make a small improvement—fix a typo in the docs, improve a code comment, or update an outdated dependency—then commit your change.
- Click Create Pull Request from within Codespaces and submit your first open-source contribution.
More in Coding & Vibe Coding
16Replit— Browser-based Python projects
Free18Cursor— AI-first code editor with chat
Free tier22Bolt.new— Quick web app prototypes by talking
Free tier24Windsurf— AI-native code editor with agentic mode
Free tier26Google Colab— Free Python notebooks with GPU access
Free27Flask— Building lightweight Python web APIs
AI Analysis
Frameworks from the aiborg Handbook — powered by Claude