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) | ๆฐๅปบ 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/ # ๅฎๅ
จ 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 ๆไฝ CI template
- โ ๅฎๅ จ 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 | ๆฐๅปบ shell scripts, template improvements, prompt refinements |
| Advanced | ๆฐๅปบ 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.