Skip to content

Commit 0b41119

Browse files
committed
init
0 parents  commit 0b41119

1 file changed

Lines changed: 133 additions & 0 deletions

File tree

readme.md

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
# Awesome DevTools
2+
3+
> A curated list of awesome developer tools and services — from cloud platforms and IDEs to AI-powered coding assistants and productivity utilities.
4+
5+
Inspired by [awesome](https://github.com/sindresorhus/awesome).
6+
7+
## Table of Contents
8+
9+
* [Cloud Platforms](#cloud-platforms)
10+
* [AI Coding Tools](#ai-coding-tools)
11+
* [IDEs & Code Editors](#ides--code-editors)
12+
* [CLIs & Terminal Tools](#clis--terminal-tools)
13+
* [DevOps & Infrastructure](#devops--infrastructure)
14+
* [APIs & Backends](#apis--backends)
15+
* [Design & UI Tools](#design--ui-tools)
16+
* [Testing & Quality](#testing--quality)
17+
* [Docs & Knowledge](#docs--knowledge)
18+
* [Browser Extensions](#browser-extensions)
19+
* [Productivity & Misc](#productivity--misc)
20+
21+
---
22+
23+
## Cloud Platforms
24+
25+
* [Vercel](https://vercel.com/) - Frontend cloud for static sites and serverless functions.
26+
* [Netlify](https://www.netlify.com/) - All-in-one platform for automating modern web projects.
27+
* [AWS](https://aws.amazon.com/) - Comprehensive cloud computing services platform.
28+
* [Google Cloud Platform](https://cloud.google.com/) - Scalable and secure cloud infrastructure.
29+
* [Azure](https://azure.microsoft.com/) - Microsoft’s cloud computing platform.
30+
* [DigitalOcean](https://www.digitalocean.com/) - Developer-friendly cloud for small apps.
31+
* [Render](https://render.com/) - Unified cloud to build and run apps with ease.
32+
33+
## AI Coding Tools
34+
35+
* [GitHub Copilot](https://github.com/features/copilot) - AI pair programmer powered by OpenAI.
36+
* [Codeium](https://codeium.com/) - Free AI-powered code autocomplete.
37+
* [Tabnine](https://www.tabnine.com/) - AI code completions trained on open-source code.
38+
* [Cursor](https://www.cursor.so/) - AI-powered code editor with native GPT integration.
39+
* [Cody (Sourcegraph)](https://sourcegraph.com/cody) - AI coding assistant with codebase context.
40+
* [Amazon CodeWhisperer](https://aws.amazon.com/codewhisperer/) - AI-powered code suggestions from AWS.
41+
42+
## IDEs & Code Editors
43+
44+
* [Visual Studio Code](https://code.visualstudio.com/) - Popular, extensible open-source editor by Microsoft.
45+
* [IntelliJ IDEA](https://www.jetbrains.com/idea/) - Powerful IDE for JVM and polyglot development.
46+
* [WebStorm](https://www.jetbrains.com/webstorm/) - IDE for JavaScript and web development.
47+
* [Neovim](https://neovim.io/) - Modernized Vim for advanced editing.
48+
* [Sublime Text](https://www.sublimetext.com/) - Lightweight, fast code editor.
49+
* [Fleet](https://www.jetbrains.com/fleet/) - Collaborative, lightweight IDE by JetBrains.
50+
51+
## CLIs & Terminal Tools
52+
53+
* [Fig](https://fig.io/) - Autocomplete and UI enhancements for your terminal.
54+
* [Warp](https://www.warp.dev/) - Modern, Rust-based terminal with AI commands.
55+
* [tldr](https://tldr.sh/) - Simplified man pages for command-line tools.
56+
* [fzf](https://github.com/junegunn/fzf) - Fuzzy finder for terminal power users.
57+
* [exa](https://the.exa.website/) - Modern replacement for `ls` with icons and colors.
58+
* [bat](https://github.com/sharkdp/bat) - Cat clone with syntax highlighting.
59+
* [zx](https://github.com/google/zx) - Tool for writing shell scripts in JavaScript.
60+
61+
## DevOps & Infrastructure
62+
63+
* [Docker](https://www.docker.com/) - Container platform for building and running apps.
64+
* [Kubernetes](https://kubernetes.io/) - Container orchestration system.
65+
* [Terraform](https://www.terraform.io/) - Infrastructure as code tool by HashiCorp.
66+
* [Pulumi](https://www.pulumi.com/) - IaC tool using real programming languages.
67+
* [GitHub Actions](https://github.com/features/actions) - CI/CD pipelines natively in GitHub.
68+
* [CircleCI](https://circleci.com/) - Continuous integration and delivery platform.
69+
* [Jenkins](https://www.jenkins.io/) - Open-source automation server.
70+
* [Ansible](https://www.ansible.com/) - Configuration management and automation tool.
71+
72+
## APIs & Backends
73+
74+
* [Firebase](https://firebase.google.com/) - Google’s BaaS for realtime apps.
75+
* [Supabase](https://supabase.com/) - Open-source Firebase alternative.
76+
* [Hasura](https://hasura.io/) - Instant GraphQL APIs on your data.
77+
* [PocketBase](https://pocketbase.io/) - Lightweight local backend with realtime and auth.
78+
* [Appwrite](https://appwrite.io/) - Secure backend server for web and mobile apps.
79+
* [Strapi](https://strapi.io/) - Open-source headless CMS.
80+
* [Directus](https://directus.io/) - Real-time data platform and CMS.
81+
82+
## Design & UI Tools
83+
84+
* [Figma](https://www.figma.com/) - Collaborative interface design tool.
85+
* [Penpot](https://penpot.app/) - Open-source design and prototyping platform.
86+
* [Storybook](https://storybook.js.org/) - UI component explorer for frontend teams.
87+
* [Radix UI](https://www.radix-ui.com/) - Primitives for building high-quality UI components.
88+
* [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework.
89+
* [Material UI](https://mui.com/) - React UI framework with Google's Material Design.
90+
* [Chakra UI](https://chakra-ui.com/) - Modular, accessible component library for React.
91+
92+
## Testing & Quality
93+
94+
* [Jest](https://jestjs.io/) - Delightful JavaScript testing framework.
95+
* [Playwright](https://playwright.dev/) - End-to-end testing for modern web apps.
96+
* [Cypress](https://www.cypress.io/) - Fast, easy testing for anything that runs in a browser.
97+
* [Vitest](https://vitest.dev/) - Vite-native unit test framework.
98+
* [ESLint](https://eslint.org/) - Linting utility for JavaScript and TypeScript.
99+
* [Prettier](https://prettier.io/) - Opinionated code formatter.
100+
* [SonarQube](https://www.sonarsource.com/products/sonarqube/) - Continuous inspection of code quality.
101+
102+
## Docs & Knowledge
103+
104+
* [Docusaurus](https://docusaurus.io/) - Easy-to-maintain open-source documentation site generator.
105+
* [Notion](https://www.notion.so/) - All-in-one workspace for notes and collaboration.
106+
* [GitBook](https://www.gitbook.com/) - Knowledge management and docs platform.
107+
* [ReadMe](https://readme.com/) - Interactive API documentation builder.
108+
* [Obsidian](https://obsidian.md/) - Markdown-based knowledge base and note-taking tool.
109+
* [Logseq](https://logseq.com/) - Local-first, plain text knowledge management system.
110+
111+
## Browser Extensions
112+
113+
* [React Developer Tools](https://github.com/facebook/react-devtools) - Inspect React component hierarchies.
114+
* [Redux DevTools](https://github.com/reduxjs/redux-devtools) - Time-traveling debugger for Redux.
115+
* [Wappalyzer](https://www.wappalyzer.com/) - Identify technologies used on websites.
116+
* [Octotree](https://www.octotree.io/) - GitHub code tree browser extension.
117+
* [Web Developer](https://github.com/chrispederick/web-developer) - Adds developer tools to your browser.
118+
* [JSON Viewer](https://jsonviewer.io/) - Format and view JSON in the browser.
119+
120+
## Productivity & Misc
121+
122+
* [Raycast](https://www.raycast.com/) - Mac launcher for dev productivity.
123+
* [Linear](https://linear.app/) - Issue tracking built for modern teams.
124+
* [Cron](https://cron.com/) - Next-gen calendar app for professionals.
125+
* [Alfred](https://www.alfredapp.com/) - Mac productivity app for quick actions.
126+
* [Notion](https://www.notion.so/) - Workspace for notes, docs, and tasks.
127+
* [Loom](https://www.loom.com/) - Video messaging for work.
128+
* [Miro](https://miro.com/) - Online whiteboard for collaboration.
129+
130+
---
131+
132+
PRs welcome!
133+

0 commit comments

Comments
 (0)