The ultimate developer productivity toolkit. Scripts, templates, prompts, and curated toolsβall in one place.
π Quick Start β’ π Structure β’ π Docs β’ π€ Contribute
Dev Launchpad is a curated collection of battle-tested developer resources designed to eliminate repetitive setup work and accelerate your workflow. Whether you're spinning up a new project, debugging production issues, or standardizing your team's code review processβthis toolkit has you covered.
Think of it as your developer Swiss Army knife: always there when you need it, surprisingly comprehensive, and constantly improving thanks to community contributions.
| Category | Contents | Best For |
|---|---|---|
| π οΈ Scripts | 25+ CLI automations (Git, Docker, NPM, Linux) | Daily devops tasks |
| π¦ Templates | Production-ready starters (Node, Python, Next.js, FastAPI, React) | New projects in < 60 seconds |
| π€ Prompts | 30+ AI prompts for coding tasks | Pair programming with AI |
| β Checklists | Review & deployment checklists | Quality assurance |
| π§ Tools | Curated lists by category | Discovering the right tool for the job |
Every developer has a ~/scripts folder full of one-off hacks. We've collected, tested, and standardized the best onesβso you don't have to.
Our templates aren't "hello world" demos. They include testing, linting, CI/CD configs, and security best practices from day one.
Review checklists used by teams at scale. AI prompts refined through thousands of real-world coding sessions.
This isn't a personal dotfiles repo. It's a living resource maintained by developers who actually use these tools daily.
"I used to spend 2 hours setting up a new FastAPI project. Now it's 30 seconds and I'm writing actual business logic."
β Early contributor
dev-launchpad/
βββ π scripts/ # CLI automations
β βββ git/ # Sync forks, cleanup branches, commit helpers
β βββ docker/ # Cleanup, dev envs, volume backups
β βββ npm/ # Dependency management, publishing
β βββ linux/ # System utilities, SSH, monitoring
β
βββ π¦ templates/ # Project starters
β βββ nodejs/ # Express + Jest + ESLint
β βββ python/ # Modern packaging with pyproject.toml
β βββ nextjs/ # App Router + Tailwind + TypeScript
β βββ fastapi/ # Async SQL + Alembic + Docker
β βββ react/ # Vite + modern hooks setup
β
βββ π€ prompts/ # AI prompt library
β βββ debug/ # Error analysis, stack traces, memory leaks
β βββ refactor/ # Clean code, TypeScript migration
β βββ review/ # Security audits, architecture review
β βββ explain/ # Complex logic breakdown
β βββ optimize/ # Query optimization, bundle size
β βββ generate/ # Tests, docs, API scaffolding
β
βββ β
checklists/ # Process standardization
β βββ code-review/ # Frontend, backend, fullstack
β βββ deployment/ # Pre-deploy, rollback procedures
β βββ security/ # Auth, secrets, dependency audit
β βββ performance/ # Optimization, load testing
β
βββ π§ tools/ # Curated tool directories
β βββ development/ # Editors, terminals, version control
β βββ frontend/ # Frameworks, build tools, testing
β βββ backend/ # Runtimes, databases, message queues
β βββ devops/ # CI/CD, containers, IaC
β βββ design/ # UI tools, prototyping, assets
β βββ productivity/ # Note-taking, API clients, docs
β βββ ai-ml/ # Model platforms, vector DBs, coding assistants
β
βββ π docs/ # Comprehensive guides
βββ guides/ # Getting started, customization
βββ contributing/ # Setup, PR guidelines
βββ roadmap/ # Quarterly plans, long-term vision
βββ faq/ # Troubleshooting, common questions
git clone https://github.com/ashish7802/dev-launchpad.git
cd dev-launchpad# Copy just the template you need
cp -r dev-launchpad/templates/fastapi ./my-new-api# Add scripts to your PATH without copying
ln -s $(pwd)/dev-launchpad/scripts/git/* ~/.local/bin/All scripts are self-documenting. Run with --help or no arguments:
./scripts/git/git-cleanup-branches.sh --helpPro tip: Many scripts support
--dry-runto preview changes before execution.
Each template is production-ready out of the box:
- β Testing framework configured
- β Linting & formatting rules
- β Git hooks for quality gates
- β GitHub Actions CI template
- β Security best practices
Copy β Paste into ChatGPT/Claude/Copilot β Replace [BRACKETED] variables.
Use as GitHub task lists, Notion pages, or printed runbooks.
We welcome contributions from developers of all levels.
| Skill Level | Contribution |
|---|---|
| Beginner | Fix typos, improve docs, add tool descriptions |
| Intermediate | New shell scripts, template improvements, prompt refinements |
| Advanced | New template categories, CI/CD enhancements, architecture decisions |
First time contributing? Check out issues labeled good first issue.
- Add Rust and Go templates
- Kubernetes scripts collection
- VS Code extension for prompt snippets
- Web interface for browsing templates
- AI prompt versioning system
- Community ratings for tools and prompts
MIT License β see LICENSE for details. Commercial use welcome.
Made with β€οΈ by the Ashish Yadav
β Star this repo if it saved you time.
Built by developers, for developers.