From 290b80351dd1e50c93a3b79ce46b1c140cba3fa3 Mon Sep 17 00:00:00 2001 From: Matteo Agius Date: Fri, 12 Dec 2025 21:06:08 -0800 Subject: [PATCH 1/2] Add Rocketship to the Testing & Quality Section --- readme.md | 215 +++++++++++++++++++++++++++--------------------------- 1 file changed, 108 insertions(+), 107 deletions(-) diff --git a/readme.md b/readme.md index 88e1a50..5e2965a 100644 --- a/readme.md +++ b/readme.md @@ -6,19 +6,19 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). ## Table of Contents -* [Analytics Tools](#analytics-tools) -* [Cloud Platforms](#cloud-platforms) -* [AI Coding Tools](#ai-coding-tools) -* [IDEs & Code Editors](#ides--code-editors) -* [CLIs & Terminal Tools](#clis--terminal-tools) -* [DevOps & Infrastructure](#devops--infrastructure) -* [APIs & Backends](#apis--backends) -* [Design & UI Tools](#design--ui-tools) -* [Testing & Quality](#testing--quality) -* [Docs & Knowledge](#docs--knowledge) -* [Browser Extensions](#browser-extensions) -* [Productivity & Misc](#productivity--misc) -* [Database Migrations & DevOps](#database-migration--devops) +- [Analytics Tools](#analytics-tools) +- [Cloud Platforms](#cloud-platforms) +- [AI Coding Tools](#ai-coding-tools) +- [IDEs & Code Editors](#ides--code-editors) +- [CLIs & Terminal Tools](#clis--terminal-tools) +- [DevOps & Infrastructure](#devops--infrastructure) +- [APIs & Backends](#apis--backends) +- [Design & UI Tools](#design--ui-tools) +- [Testing & Quality](#testing--quality) +- [Docs & Knowledge](#docs--knowledge) +- [Browser Extensions](#browser-extensions) +- [Productivity & Misc](#productivity--misc) +- [Database Migrations & DevOps](#database-migration--devops) --- @@ -30,136 +30,137 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). ## Cloud Platforms -* [Vercel](https://vercel.com/) - Frontend cloud for static sites and serverless functions. -* [Netlify](https://www.netlify.com/) - All-in-one platform for automating modern web projects. -* [AWS](https://aws.amazon.com/) - Comprehensive cloud computing services platform. -* [Google Cloud Platform](https://cloud.google.com/) - Scalable and secure cloud infrastructure. -* [Azure](https://azure.microsoft.com/) - Microsoft’s cloud computing platform. -* [DigitalOcean](https://www.digitalocean.com/) - Developer-friendly cloud for small apps. -* [Render](https://render.com/) - Unified cloud to build and run apps with ease. +- [Vercel](https://vercel.com/) - Frontend cloud for static sites and serverless functions. +- [Netlify](https://www.netlify.com/) - All-in-one platform for automating modern web projects. +- [AWS](https://aws.amazon.com/) - Comprehensive cloud computing services platform. +- [Google Cloud Platform](https://cloud.google.com/) - Scalable and secure cloud infrastructure. +- [Azure](https://azure.microsoft.com/) - Microsoft’s cloud computing platform. +- [DigitalOcean](https://www.digitalocean.com/) - Developer-friendly cloud for small apps. +- [Render](https://render.com/) - Unified cloud to build and run apps with ease. ## AI Coding Tools -* [Cursor](https://www.cursor.so/) - AI-powered code editor with native GPT integration. -* [GitHub Copilot](https://github.com/features/copilot) - AI pair programmer powered by OpenAI. -* [Windsurf](https://windsurf.com/) - Free AI-powered code autocomplete. -* [Tabnine](https://www.tabnine.com/) - AI code completions trained on open-source code. -* [Cody (Sourcegraph)](https://sourcegraph.com/cody) - AI coding assistant with codebase context. -* [Amazon CodeWhisperer](https://aws.amazon.com/codewhisperer/) - AI-powered code suggestions from AWS. -* [Claude Code](https://claude.ai/code) - Anthropic's official CLI for Claude. -* [Cline](https://github.com/cline/cline) - AI-powered code assistant. -* [OpenCode](https://opencode.ai/) - AI coding agent built for the terminal. -* [Kodus](https://kodus.io/) - Open-source AI code-review tool. +- [Cursor](https://www.cursor.so/) - AI-powered code editor with native GPT integration. +- [GitHub Copilot](https://github.com/features/copilot) - AI pair programmer powered by OpenAI. +- [Windsurf](https://windsurf.com/) - Free AI-powered code autocomplete. +- [Tabnine](https://www.tabnine.com/) - AI code completions trained on open-source code. +- [Cody (Sourcegraph)](https://sourcegraph.com/cody) - AI coding assistant with codebase context. +- [Amazon CodeWhisperer](https://aws.amazon.com/codewhisperer/) - AI-powered code suggestions from AWS. +- [Claude Code](https://claude.ai/code) - Anthropic's official CLI for Claude. +- [Cline](https://github.com/cline/cline) - AI-powered code assistant. +- [OpenCode](https://opencode.ai/) - AI coding agent built for the terminal. +- [Kodus](https://kodus.io/) - Open-source AI code-review tool. ## IDEs & Code Editors -* [VSCode](https://code.visualstudio.com/) - Popular, extensible open-source editor by Microsoft. -* [IntelliJ IDEA](https://www.jetbrains.com/idea/) - Powerful IDE for JVM and polyglot development. -* [WebStorm](https://www.jetbrains.com/webstorm/) - IDE for JavaScript and web development. -* [Neovim](https://neovim.io/) - Modernized Vim for advanced editing. -* [Sublime Text](https://www.sublimetext.com/) - Lightweight, fast code editor. -* [Fleet](https://www.jetbrains.com/fleet/) - Collaborative, lightweight IDE by JetBrains. +- [VSCode](https://code.visualstudio.com/) - Popular, extensible open-source editor by Microsoft. +- [IntelliJ IDEA](https://www.jetbrains.com/idea/) - Powerful IDE for JVM and polyglot development. +- [WebStorm](https://www.jetbrains.com/webstorm/) - IDE for JavaScript and web development. +- [Neovim](https://neovim.io/) - Modernized Vim for advanced editing. +- [Sublime Text](https://www.sublimetext.com/) - Lightweight, fast code editor. +- [Fleet](https://www.jetbrains.com/fleet/) - Collaborative, lightweight IDE by JetBrains. ## CLIs & Terminal Tools -* [Fig](https://fig.io/) - Autocomplete and UI enhancements for your terminal. -* [Warp](https://www.warp.dev/) - Modern, Rust-based terminal with AI commands. -* [tldr](https://tldr.sh/) - Simplified man pages for command-line tools. -* [fzf](https://github.com/junegunn/fzf) - Fuzzy finder for terminal power users. -* [exa](https://the.exa.website/) - Modern replacement for `ls` with icons and colors. -* [bat](https://github.com/sharkdp/bat) - Cat clone with syntax highlighting. -* [zx](https://github.com/google/zx) - Tool for writing shell scripts in JavaScript. -* [ccr](https://github.com/NeverVane/commandchronicles) - Enhanced CLI history manager, project-aware, with sync and encryption. -* [intelli-shell](https://github.com/lasantosr/intelli-shell) - Manage command templates/snippets with dynamic completions and AI integration. +- [Fig](https://fig.io/) - Autocomplete and UI enhancements for your terminal. +- [Warp](https://www.warp.dev/) - Modern, Rust-based terminal with AI commands. +- [tldr](https://tldr.sh/) - Simplified man pages for command-line tools. +- [fzf](https://github.com/junegunn/fzf) - Fuzzy finder for terminal power users. +- [exa](https://the.exa.website/) - Modern replacement for `ls` with icons and colors. +- [bat](https://github.com/sharkdp/bat) - Cat clone with syntax highlighting. +- [zx](https://github.com/google/zx) - Tool for writing shell scripts in JavaScript. +- [ccr](https://github.com/NeverVane/commandchronicles) - Enhanced CLI history manager, project-aware, with sync and encryption. +- [intelli-shell](https://github.com/lasantosr/intelli-shell) - Manage command templates/snippets with dynamic completions and AI integration. ## DevOps & Infrastructure -* [Docker](https://www.docker.com/) - Container platform for building and running apps. -* [Kubernetes](https://kubernetes.io/) - Container orchestration system. -* [Terraform](https://www.terraform.io/) - Infrastructure as code tool by HashiCorp. -* [Pulumi](https://www.pulumi.com/) - IaC tool using real programming languages. -* [GitHub Actions](https://github.com/features/actions) - CI/CD pipelines natively in GitHub. -* [CircleCI](https://circleci.com/) - Continuous integration and delivery platform. -* [Jenkins](https://www.jenkins.io/) - Open-source automation server. -* [Ansible](https://www.ansible.com/) - Configuration management and automation tool. -* [DeployHQ](https://www.deployhq.com/) - Modern, web-based deployment platform. -* [Buildstash](https://buildstash.com/) - Binary and release management platform for built software. +- [Docker](https://www.docker.com/) - Container platform for building and running apps. +- [Kubernetes](https://kubernetes.io/) - Container orchestration system. +- [Terraform](https://www.terraform.io/) - Infrastructure as code tool by HashiCorp. +- [Pulumi](https://www.pulumi.com/) - IaC tool using real programming languages. +- [GitHub Actions](https://github.com/features/actions) - CI/CD pipelines natively in GitHub. +- [CircleCI](https://circleci.com/) - Continuous integration and delivery platform. +- [Jenkins](https://www.jenkins.io/) - Open-source automation server. +- [Ansible](https://www.ansible.com/) - Configuration management and automation tool. +- [DeployHQ](https://www.deployhq.com/) - Modern, web-based deployment platform. +- [Buildstash](https://buildstash.com/) - Binary and release management platform for built software. ## APIs & Backends -* [Firebase](https://firebase.google.com/) - Google’s BaaS for realtime apps. -* [Supabase](https://supabase.com/) - Open-source Firebase alternative. -* [Hasura](https://hasura.io/) - Instant GraphQL APIs on your data. -* [PocketBase](https://pocketbase.io/) - Lightweight local backend with realtime and auth. -* [Appwrite](https://appwrite.io/) - Secure backend server for web and mobile apps. -* [Strapi](https://strapi.io/) - Open-source headless CMS. -* [Directus](https://directus.io/) - Real-time data platform and CMS. -* [Postman](https://www.postman.com/) - All-in-one API platform for building and working with APIs. -* [Hive Intelligence](https://hiveintelligence.xyz/) - Connect any AI agent to blockchain data through our standardized MCP protocol. +- [Firebase](https://firebase.google.com/) - Google’s BaaS for realtime apps. +- [Supabase](https://supabase.com/) - Open-source Firebase alternative. +- [Hasura](https://hasura.io/) - Instant GraphQL APIs on your data. +- [PocketBase](https://pocketbase.io/) - Lightweight local backend with realtime and auth. +- [Appwrite](https://appwrite.io/) - Secure backend server for web and mobile apps. +- [Strapi](https://strapi.io/) - Open-source headless CMS. +- [Directus](https://directus.io/) - Real-time data platform and CMS. +- [Postman](https://www.postman.com/) - All-in-one API platform for building and working with APIs. +- [Hive Intelligence](https://hiveintelligence.xyz/) - Connect any AI agent to blockchain data through our standardized MCP protocol. ## Design & UI Tools -* [Figma](https://www.figma.com/) - Collaborative interface design tool. -* [Penpot](https://penpot.app/) - Open-source design and prototyping platform. -* [Storybook](https://storybook.js.org/) - UI component explorer for frontend teams. -* [Radix UI](https://www.radix-ui.com/) - Primitives for building high-quality UI components. -* [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework. -* [Material UI](https://mui.com/) - React UI framework with Google's Material Design. -* [Chakra UI](https://chakra-ui.com/) - Modular, accessible component library for React. +- [Figma](https://www.figma.com/) - Collaborative interface design tool. +- [Penpot](https://penpot.app/) - Open-source design and prototyping platform. +- [Storybook](https://storybook.js.org/) - UI component explorer for frontend teams. +- [Radix UI](https://www.radix-ui.com/) - Primitives for building high-quality UI components. +- [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework. +- [Material UI](https://mui.com/) - React UI framework with Google's Material Design. +- [Chakra UI](https://chakra-ui.com/) - Modular, accessible component library for React. ## Testing & Quality -* [Jest](https://jestjs.io/) - Delightful JavaScript testing framework. -* [Playwright](https://playwright.dev/) - End-to-end testing for modern web apps. -* [Cypress](https://www.cypress.io/) - Fast, easy testing for anything that runs in a browser. -* [Vitest](https://vitest.dev/) - Vite-native unit test framework. -* [ESLint](https://eslint.org/) - Linting utility for JavaScript and TypeScript. -* [Prettier](https://prettier.io/) - Opinionated code formatter. -* [SonarQube](https://www.sonarsource.com/products/sonarqube/) - Continuous inspection of code quality. +- [Jest](https://jestjs.io/) - Delightful JavaScript testing framework. +- [Playwright](https://playwright.dev/) - End-to-end testing for modern web apps. +- [Cypress](https://www.cypress.io/) - Fast, easy testing for anything that runs in a browser. +- [Vitest](https://vitest.dev/) - Vite-native unit test framework. +- [ESLint](https://eslint.org/) - Linting utility for JavaScript and TypeScript. +- [Prettier](https://prettier.io/) - Opinionated code formatter. +- [SonarQube](https://www.sonarsource.com/products/sonarqube/) - Continuous inspection of code quality. +- [Rocketship](https://github.com/rocketship-ai/rocketship) - A QA testing framework for your coding agent. ## Docs & Knowledge -* [Docusaurus](https://docusaurus.io/) - Easy-to-maintain open-source documentation site generator. -* [Notion](https://www.notion.so/) - All-in-one workspace for notes and collaboration. -* [GitBook](https://www.gitbook.com/) - Knowledge management and docs platform. -* [ReadMe](https://readme.com/) - Interactive API documentation builder. -* [Obsidian](https://obsidian.md/) - Markdown-based knowledge base and note-taking tool. -* [Logseq](https://logseq.com/) - Local-first, plain text knowledge management system. -* [xyd](https://xyd.dev/) - A new scalable Open Source Docs Framework for future dev powered by LiveSession. +- [Docusaurus](https://docusaurus.io/) - Easy-to-maintain open-source documentation site generator. +- [Notion](https://www.notion.so/) - All-in-one workspace for notes and collaboration. +- [GitBook](https://www.gitbook.com/) - Knowledge management and docs platform. +- [ReadMe](https://readme.com/) - Interactive API documentation builder. +- [Obsidian](https://obsidian.md/) - Markdown-based knowledge base and note-taking tool. +- [Logseq](https://logseq.com/) - Local-first, plain text knowledge management system. +- [xyd](https://xyd.dev/) - A new scalable Open Source Docs Framework for future dev powered by LiveSession. ## Browser Extensions -* [React Developer Tools](https://github.com/facebook/react-devtools) - Inspect React component hierarchies. -* [Redux DevTools](https://github.com/reduxjs/redux-devtools) - Time-traveling debugger for Redux. -* [Wappalyzer](https://www.wappalyzer.com/) - Identify technologies used on websites. -* [Octotree](https://www.octotree.io/) - GitHub code tree browser extension. -* [Web Developer](https://github.com/chrispederick/web-developer) - Adds developer tools to your browser. -* [JSON Viewer](https://jsonviewer.io/) - Format and view JSON in the browser. +- [React Developer Tools](https://github.com/facebook/react-devtools) - Inspect React component hierarchies. +- [Redux DevTools](https://github.com/reduxjs/redux-devtools) - Time-traveling debugger for Redux. +- [Wappalyzer](https://www.wappalyzer.com/) - Identify technologies used on websites. +- [Octotree](https://www.octotree.io/) - GitHub code tree browser extension. +- [Web Developer](https://github.com/chrispederick/web-developer) - Adds developer tools to your browser. +- [JSON Viewer](https://jsonviewer.io/) - Format and view JSON in the browser. ## Productivity & Misc -* [Raycast](https://www.raycast.com/) - Mac launcher for dev productivity. -* [Linear](https://linear.app/) - Issue tracking built for modern teams. -* [Cron](https://cron.com/) - Next-gen calendar app for professionals. -* [Alfred](https://www.alfredapp.com/) - Mac productivity app for quick actions. -* [Notion](https://www.notion.so/) - Workspace for notes, docs, and tasks. -* [Loom](https://www.loom.com/) - Video messaging for work. -* [Miro](https://miro.com/) - Online whiteboard for collaboration. -* [Hopp](https://gethopp.app/) - Open source remote pair programming app. -* [Digital Toolpad](https://www.DigitalToolpad.com) - Modern suite of dev tools that run 100% offline. No Cloud or Data transfer, providing pure privacy for individual or corporate use. +- [Raycast](https://www.raycast.com/) - Mac launcher for dev productivity. +- [Linear](https://linear.app/) - Issue tracking built for modern teams. +- [Cron](https://cron.com/) - Next-gen calendar app for professionals. +- [Alfred](https://www.alfredapp.com/) - Mac productivity app for quick actions. +- [Notion](https://www.notion.so/) - Workspace for notes, docs, and tasks. +- [Loom](https://www.loom.com/) - Video messaging for work. +- [Miro](https://miro.com/) - Online whiteboard for collaboration. +- [Hopp](https://gethopp.app/) - Open source remote pair programming app. +- [Digital Toolpad](https://www.DigitalToolpad.com) - Modern suite of dev tools that run 100% offline. No Cloud or Data transfer, providing pure privacy for individual or corporate use. ## Database Migration & DevOps -* [Liquibase](https://www.liquibase.org/) - Open-source database schema change management with multi-database support. -* [Flyway](https://flywaydb.org/) - Lightweight, SQL-based database version control and migration tool. -* [Bytebase](https://www.bytebase.com/) - Database DevOps platform with GitOps and safe schema change workflows. -* [Sqitch](https://sqitch.org/) - Database-native change management using plain SQL scripts and dependency tracking. -* [DBT](https://www.getdbt.com/) - Transform data in your warehouse with version-controlled SQL pipelines. + +- [Liquibase](https://www.liquibase.org/) - Open-source database schema change management with multi-database support. +- [Flyway](https://flywaydb.org/) - Lightweight, SQL-based database version control and migration tool. +- [Bytebase](https://www.bytebase.com/) - Database DevOps platform with GitOps and safe schema change workflows. +- [Sqitch](https://sqitch.org/) - Database-native change management using plain SQL scripts and dependency tracking. +- [DBT](https://www.getdbt.com/) - Transform data in your warehouse with version-controlled SQL pipelines. ### Related Lists -- [Awesome AI Coding Tools ](https://github.com/tokyo-dal/awesome-ai-coding-tools) - A curated list of AI-powered coding tools +- [Awesome AI Coding Tools ](https://github.com/tokyo-dal/awesome-ai-coding-tools) - A curated list of AI-powered coding tools --- PRs welcome! - From 5a708577cde4a486fc47b73e824ca01243df89b9 Mon Sep 17 00:00:00 2001 From: Matteo Agius Date: Fri, 12 Dec 2025 21:08:40 -0800 Subject: [PATCH 2/2] Add Rocketship to the Testing & Quality Section --- readme.md | 216 +++++++++++++++++++++++++++--------------------------- 1 file changed, 108 insertions(+), 108 deletions(-) diff --git a/readme.md b/readme.md index 5e2965a..99ab9c2 100644 --- a/readme.md +++ b/readme.md @@ -6,19 +6,19 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). ## Table of Contents -- [Analytics Tools](#analytics-tools) -- [Cloud Platforms](#cloud-platforms) -- [AI Coding Tools](#ai-coding-tools) -- [IDEs & Code Editors](#ides--code-editors) -- [CLIs & Terminal Tools](#clis--terminal-tools) -- [DevOps & Infrastructure](#devops--infrastructure) -- [APIs & Backends](#apis--backends) -- [Design & UI Tools](#design--ui-tools) -- [Testing & Quality](#testing--quality) -- [Docs & Knowledge](#docs--knowledge) -- [Browser Extensions](#browser-extensions) -- [Productivity & Misc](#productivity--misc) -- [Database Migrations & DevOps](#database-migration--devops) +* [Analytics Tools](#analytics-tools) +* [Cloud Platforms](#cloud-platforms) +* [AI Coding Tools](#ai-coding-tools) +* [IDEs & Code Editors](#ides--code-editors) +* [CLIs & Terminal Tools](#clis--terminal-tools) +* [DevOps & Infrastructure](#devops--infrastructure) +* [APIs & Backends](#apis--backends) +* [Design & UI Tools](#design--ui-tools) +* [Testing & Quality](#testing--quality) +* [Docs & Knowledge](#docs--knowledge) +* [Browser Extensions](#browser-extensions) +* [Productivity & Misc](#productivity--misc) +* [Database Migrations & DevOps](#database-migration--devops) --- @@ -30,137 +30,137 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). ## Cloud Platforms -- [Vercel](https://vercel.com/) - Frontend cloud for static sites and serverless functions. -- [Netlify](https://www.netlify.com/) - All-in-one platform for automating modern web projects. -- [AWS](https://aws.amazon.com/) - Comprehensive cloud computing services platform. -- [Google Cloud Platform](https://cloud.google.com/) - Scalable and secure cloud infrastructure. -- [Azure](https://azure.microsoft.com/) - Microsoft’s cloud computing platform. -- [DigitalOcean](https://www.digitalocean.com/) - Developer-friendly cloud for small apps. -- [Render](https://render.com/) - Unified cloud to build and run apps with ease. +* [Vercel](https://vercel.com/) - Frontend cloud for static sites and serverless functions. +* [Netlify](https://www.netlify.com/) - All-in-one platform for automating modern web projects. +* [AWS](https://aws.amazon.com/) - Comprehensive cloud computing services platform. +* [Google Cloud Platform](https://cloud.google.com/) - Scalable and secure cloud infrastructure. +* [Azure](https://azure.microsoft.com/) - Microsoft’s cloud computing platform. +* [DigitalOcean](https://www.digitalocean.com/) - Developer-friendly cloud for small apps. +* [Render](https://render.com/) - Unified cloud to build and run apps with ease. ## AI Coding Tools -- [Cursor](https://www.cursor.so/) - AI-powered code editor with native GPT integration. -- [GitHub Copilot](https://github.com/features/copilot) - AI pair programmer powered by OpenAI. -- [Windsurf](https://windsurf.com/) - Free AI-powered code autocomplete. -- [Tabnine](https://www.tabnine.com/) - AI code completions trained on open-source code. -- [Cody (Sourcegraph)](https://sourcegraph.com/cody) - AI coding assistant with codebase context. -- [Amazon CodeWhisperer](https://aws.amazon.com/codewhisperer/) - AI-powered code suggestions from AWS. -- [Claude Code](https://claude.ai/code) - Anthropic's official CLI for Claude. -- [Cline](https://github.com/cline/cline) - AI-powered code assistant. -- [OpenCode](https://opencode.ai/) - AI coding agent built for the terminal. -- [Kodus](https://kodus.io/) - Open-source AI code-review tool. +* [Cursor](https://www.cursor.so/) - AI-powered code editor with native GPT integration. +* [GitHub Copilot](https://github.com/features/copilot) - AI pair programmer powered by OpenAI. +* [Windsurf](https://windsurf.com/) - Free AI-powered code autocomplete. +* [Tabnine](https://www.tabnine.com/) - AI code completions trained on open-source code. +* [Cody (Sourcegraph)](https://sourcegraph.com/cody) - AI coding assistant with codebase context. +* [Amazon CodeWhisperer](https://aws.amazon.com/codewhisperer/) - AI-powered code suggestions from AWS. +* [Claude Code](https://claude.ai/code) - Anthropic's official CLI for Claude. +* [Cline](https://github.com/cline/cline) - AI-powered code assistant. +* [OpenCode](https://opencode.ai/) - AI coding agent built for the terminal. +* [Kodus](https://kodus.io/) - Open-source AI code-review tool. ## IDEs & Code Editors -- [VSCode](https://code.visualstudio.com/) - Popular, extensible open-source editor by Microsoft. -- [IntelliJ IDEA](https://www.jetbrains.com/idea/) - Powerful IDE for JVM and polyglot development. -- [WebStorm](https://www.jetbrains.com/webstorm/) - IDE for JavaScript and web development. -- [Neovim](https://neovim.io/) - Modernized Vim for advanced editing. -- [Sublime Text](https://www.sublimetext.com/) - Lightweight, fast code editor. -- [Fleet](https://www.jetbrains.com/fleet/) - Collaborative, lightweight IDE by JetBrains. +* [VSCode](https://code.visualstudio.com/) - Popular, extensible open-source editor by Microsoft. +* [IntelliJ IDEA](https://www.jetbrains.com/idea/) - Powerful IDE for JVM and polyglot development. +* [WebStorm](https://www.jetbrains.com/webstorm/) - IDE for JavaScript and web development. +* [Neovim](https://neovim.io/) - Modernized Vim for advanced editing. +* [Sublime Text](https://www.sublimetext.com/) - Lightweight, fast code editor. +* [Fleet](https://www.jetbrains.com/fleet/) - Collaborative, lightweight IDE by JetBrains. ## CLIs & Terminal Tools -- [Fig](https://fig.io/) - Autocomplete and UI enhancements for your terminal. -- [Warp](https://www.warp.dev/) - Modern, Rust-based terminal with AI commands. -- [tldr](https://tldr.sh/) - Simplified man pages for command-line tools. -- [fzf](https://github.com/junegunn/fzf) - Fuzzy finder for terminal power users. -- [exa](https://the.exa.website/) - Modern replacement for `ls` with icons and colors. -- [bat](https://github.com/sharkdp/bat) - Cat clone with syntax highlighting. -- [zx](https://github.com/google/zx) - Tool for writing shell scripts in JavaScript. -- [ccr](https://github.com/NeverVane/commandchronicles) - Enhanced CLI history manager, project-aware, with sync and encryption. -- [intelli-shell](https://github.com/lasantosr/intelli-shell) - Manage command templates/snippets with dynamic completions and AI integration. +* [Fig](https://fig.io/) - Autocomplete and UI enhancements for your terminal. +* [Warp](https://www.warp.dev/) - Modern, Rust-based terminal with AI commands. +* [tldr](https://tldr.sh/) - Simplified man pages for command-line tools. +* [fzf](https://github.com/junegunn/fzf) - Fuzzy finder for terminal power users. +* [exa](https://the.exa.website/) - Modern replacement for `ls` with icons and colors. +* [bat](https://github.com/sharkdp/bat) - Cat clone with syntax highlighting. +* [zx](https://github.com/google/zx) - Tool for writing shell scripts in JavaScript. +* [ccr](https://github.com/NeverVane/commandchronicles) - Enhanced CLI history manager, project-aware, with sync and encryption. +* [intelli-shell](https://github.com/lasantosr/intelli-shell) - Manage command templates/snippets with dynamic completions and AI integration. ## DevOps & Infrastructure -- [Docker](https://www.docker.com/) - Container platform for building and running apps. -- [Kubernetes](https://kubernetes.io/) - Container orchestration system. -- [Terraform](https://www.terraform.io/) - Infrastructure as code tool by HashiCorp. -- [Pulumi](https://www.pulumi.com/) - IaC tool using real programming languages. -- [GitHub Actions](https://github.com/features/actions) - CI/CD pipelines natively in GitHub. -- [CircleCI](https://circleci.com/) - Continuous integration and delivery platform. -- [Jenkins](https://www.jenkins.io/) - Open-source automation server. -- [Ansible](https://www.ansible.com/) - Configuration management and automation tool. -- [DeployHQ](https://www.deployhq.com/) - Modern, web-based deployment platform. -- [Buildstash](https://buildstash.com/) - Binary and release management platform for built software. +* [Docker](https://www.docker.com/) - Container platform for building and running apps. +* [Kubernetes](https://kubernetes.io/) - Container orchestration system. +* [Terraform](https://www.terraform.io/) - Infrastructure as code tool by HashiCorp. +* [Pulumi](https://www.pulumi.com/) - IaC tool using real programming languages. +* [GitHub Actions](https://github.com/features/actions) - CI/CD pipelines natively in GitHub. +* [CircleCI](https://circleci.com/) - Continuous integration and delivery platform. +* [Jenkins](https://www.jenkins.io/) - Open-source automation server. +* [Ansible](https://www.ansible.com/) - Configuration management and automation tool. +* [DeployHQ](https://www.deployhq.com/) - Modern, web-based deployment platform. +* [Buildstash](https://buildstash.com/) - Binary and release management platform for built software. ## APIs & Backends -- [Firebase](https://firebase.google.com/) - Google’s BaaS for realtime apps. -- [Supabase](https://supabase.com/) - Open-source Firebase alternative. -- [Hasura](https://hasura.io/) - Instant GraphQL APIs on your data. -- [PocketBase](https://pocketbase.io/) - Lightweight local backend with realtime and auth. -- [Appwrite](https://appwrite.io/) - Secure backend server for web and mobile apps. -- [Strapi](https://strapi.io/) - Open-source headless CMS. -- [Directus](https://directus.io/) - Real-time data platform and CMS. -- [Postman](https://www.postman.com/) - All-in-one API platform for building and working with APIs. -- [Hive Intelligence](https://hiveintelligence.xyz/) - Connect any AI agent to blockchain data through our standardized MCP protocol. +* [Firebase](https://firebase.google.com/) - Google’s BaaS for realtime apps. +* [Supabase](https://supabase.com/) - Open-source Firebase alternative. +* [Hasura](https://hasura.io/) - Instant GraphQL APIs on your data. +* [PocketBase](https://pocketbase.io/) - Lightweight local backend with realtime and auth. +* [Appwrite](https://appwrite.io/) - Secure backend server for web and mobile apps. +* [Strapi](https://strapi.io/) - Open-source headless CMS. +* [Directus](https://directus.io/) - Real-time data platform and CMS. +* [Postman](https://www.postman.com/) - All-in-one API platform for building and working with APIs. +* [Hive Intelligence](https://hiveintelligence.xyz/) - Connect any AI agent to blockchain data through our standardized MCP protocol. ## Design & UI Tools -- [Figma](https://www.figma.com/) - Collaborative interface design tool. -- [Penpot](https://penpot.app/) - Open-source design and prototyping platform. -- [Storybook](https://storybook.js.org/) - UI component explorer for frontend teams. -- [Radix UI](https://www.radix-ui.com/) - Primitives for building high-quality UI components. -- [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework. -- [Material UI](https://mui.com/) - React UI framework with Google's Material Design. -- [Chakra UI](https://chakra-ui.com/) - Modular, accessible component library for React. +* [Figma](https://www.figma.com/) - Collaborative interface design tool. +* [Penpot](https://penpot.app/) - Open-source design and prototyping platform. +* [Storybook](https://storybook.js.org/) - UI component explorer for frontend teams. +* [Radix UI](https://www.radix-ui.com/) - Primitives for building high-quality UI components. +* [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework. +* [Material UI](https://mui.com/) - React UI framework with Google's Material Design. +* [Chakra UI](https://chakra-ui.com/) - Modular, accessible component library for React. ## Testing & Quality -- [Jest](https://jestjs.io/) - Delightful JavaScript testing framework. -- [Playwright](https://playwright.dev/) - End-to-end testing for modern web apps. -- [Cypress](https://www.cypress.io/) - Fast, easy testing for anything that runs in a browser. -- [Vitest](https://vitest.dev/) - Vite-native unit test framework. -- [ESLint](https://eslint.org/) - Linting utility for JavaScript and TypeScript. -- [Prettier](https://prettier.io/) - Opinionated code formatter. -- [SonarQube](https://www.sonarsource.com/products/sonarqube/) - Continuous inspection of code quality. -- [Rocketship](https://github.com/rocketship-ai/rocketship) - A QA testing framework for your coding agent. +* [Jest](https://jestjs.io/) - Delightful JavaScript testing framework. +* [Playwright](https://playwright.dev/) - End-to-end testing for modern web apps. +* [Cypress](https://www.cypress.io/) - Fast, easy testing for anything that runs in a browser. +* [Vitest](https://vitest.dev/) - Vite-native unit test framework. +* [ESLint](https://eslint.org/) - Linting utility for JavaScript and TypeScript. +* [Prettier](https://prettier.io/) - Opinionated code formatter. +* [SonarQube](https://www.sonarsource.com/products/sonarqube/) - Continuous inspection of code quality. +* [Rocketship](https://github.com/rocketship-ai/rocketship) - A QA testing framework for your coding agent. ## Docs & Knowledge -- [Docusaurus](https://docusaurus.io/) - Easy-to-maintain open-source documentation site generator. -- [Notion](https://www.notion.so/) - All-in-one workspace for notes and collaboration. -- [GitBook](https://www.gitbook.com/) - Knowledge management and docs platform. -- [ReadMe](https://readme.com/) - Interactive API documentation builder. -- [Obsidian](https://obsidian.md/) - Markdown-based knowledge base and note-taking tool. -- [Logseq](https://logseq.com/) - Local-first, plain text knowledge management system. -- [xyd](https://xyd.dev/) - A new scalable Open Source Docs Framework for future dev powered by LiveSession. +* [Docusaurus](https://docusaurus.io/) - Easy-to-maintain open-source documentation site generator. +* [Notion](https://www.notion.so/) - All-in-one workspace for notes and collaboration. +* [GitBook](https://www.gitbook.com/) - Knowledge management and docs platform. +* [ReadMe](https://readme.com/) - Interactive API documentation builder. +* [Obsidian](https://obsidian.md/) - Markdown-based knowledge base and note-taking tool. +* [Logseq](https://logseq.com/) - Local-first, plain text knowledge management system. +* [xyd](https://xyd.dev/) - A new scalable Open Source Docs Framework for future dev powered by LiveSession. ## Browser Extensions -- [React Developer Tools](https://github.com/facebook/react-devtools) - Inspect React component hierarchies. -- [Redux DevTools](https://github.com/reduxjs/redux-devtools) - Time-traveling debugger for Redux. -- [Wappalyzer](https://www.wappalyzer.com/) - Identify technologies used on websites. -- [Octotree](https://www.octotree.io/) - GitHub code tree browser extension. -- [Web Developer](https://github.com/chrispederick/web-developer) - Adds developer tools to your browser. -- [JSON Viewer](https://jsonviewer.io/) - Format and view JSON in the browser. +* [React Developer Tools](https://github.com/facebook/react-devtools) - Inspect React component hierarchies. +* [Redux DevTools](https://github.com/reduxjs/redux-devtools) - Time-traveling debugger for Redux. +* [Wappalyzer](https://www.wappalyzer.com/) - Identify technologies used on websites. +* [Octotree](https://www.octotree.io/) - GitHub code tree browser extension. +* [Web Developer](https://github.com/chrispederick/web-developer) - Adds developer tools to your browser. +* [JSON Viewer](https://jsonviewer.io/) - Format and view JSON in the browser. ## Productivity & Misc -- [Raycast](https://www.raycast.com/) - Mac launcher for dev productivity. -- [Linear](https://linear.app/) - Issue tracking built for modern teams. -- [Cron](https://cron.com/) - Next-gen calendar app for professionals. -- [Alfred](https://www.alfredapp.com/) - Mac productivity app for quick actions. -- [Notion](https://www.notion.so/) - Workspace for notes, docs, and tasks. -- [Loom](https://www.loom.com/) - Video messaging for work. -- [Miro](https://miro.com/) - Online whiteboard for collaboration. -- [Hopp](https://gethopp.app/) - Open source remote pair programming app. -- [Digital Toolpad](https://www.DigitalToolpad.com) - Modern suite of dev tools that run 100% offline. No Cloud or Data transfer, providing pure privacy for individual or corporate use. +* [Raycast](https://www.raycast.com/) - Mac launcher for dev productivity. +* [Linear](https://linear.app/) - Issue tracking built for modern teams. +* [Cron](https://cron.com/) - Next-gen calendar app for professionals. +* [Alfred](https://www.alfredapp.com/) - Mac productivity app for quick actions. +* [Notion](https://www.notion.so/) - Workspace for notes, docs, and tasks. +* [Loom](https://www.loom.com/) - Video messaging for work. +* [Miro](https://miro.com/) - Online whiteboard for collaboration. +* [Hopp](https://gethopp.app/) - Open source remote pair programming app. +* [Digital Toolpad](https://www.DigitalToolpad.com) - Modern suite of dev tools that run 100% offline. No Cloud or Data transfer, providing pure privacy for individual or corporate use. ## Database Migration & DevOps - -- [Liquibase](https://www.liquibase.org/) - Open-source database schema change management with multi-database support. -- [Flyway](https://flywaydb.org/) - Lightweight, SQL-based database version control and migration tool. -- [Bytebase](https://www.bytebase.com/) - Database DevOps platform with GitOps and safe schema change workflows. -- [Sqitch](https://sqitch.org/) - Database-native change management using plain SQL scripts and dependency tracking. -- [DBT](https://www.getdbt.com/) - Transform data in your warehouse with version-controlled SQL pipelines. +* [Liquibase](https://www.liquibase.org/) - Open-source database schema change management with multi-database support. +* [Flyway](https://flywaydb.org/) - Lightweight, SQL-based database version control and migration tool. +* [Bytebase](https://www.bytebase.com/) - Database DevOps platform with GitOps and safe schema change workflows. +* [Sqitch](https://sqitch.org/) - Database-native change management using plain SQL scripts and dependency tracking. +* [DBT](https://www.getdbt.com/) - Transform data in your warehouse with version-controlled SQL pipelines. ### Related Lists -- [Awesome AI Coding Tools ](https://github.com/tokyo-dal/awesome-ai-coding-tools) - A curated list of AI-powered coding tools +- [Awesome AI Coding Tools ](https://github.com/tokyo-dal/awesome-ai-coding-tools) - A curated list of AI-powered coding tools --- PRs welcome! +