Visual Studio Code

A code editor redefined and optimized for building and debugging modern web and cloud applications.

GitHub

Where people build software. More than 100 million people use it to discover, fork, and contribute to over 420 million projects.

Figma

A collaborative design tool for building meaningful products. Seamlessly design, prototype, develop, and collect feedback in a single platform.

Vercel

A platform for building and deploying modern web applications.

Project IDX

An AI-assisted workspace for full-stack, multiplatform app development in the cloud.

Amazon Web Services (AWS)

Amazon Web Services (AWS) is a collection of cloud computing services that you can use to build and run applications in the cloud.

Google Cloud

Google Cloud provides flexible infrastructure, end-to-end security, and intelligent insights engineered to help your business thrive.

Unsplash logoUnsplash Home

Unsplash

Unsplash is a free stock photo website that provides high-quality images for commercial and personal use.

Turso

Turso is SQLite for production: great developer experience and efficiency with essential quality of life improvements for modern applications.

Netlify

Realize the speed, agility and performance of a scalable, composable web architecture with Netlify. Explore the composable web platform now!

Supermaven

The fastest copilot. Supermaven uses a 300,000 token context window to provide the highest quality code completions.

ChatGPT

ChatGPT

A chatbot that can converse with you in natural language. It can answer questions, provide information, and even have a conversation.

Google Gemini

Bard is now Gemini. Get help with writing, planning, learning, and more from Google AI.

Clerk

The easiest way to add authentication and user management to your application. Purpose-built for React, Next.js, Remix, and “The Modern Web”.

Cloudinary Logo

Cloudinary

Cloudinary is a cloud-based image and video management platform that provides a simple, powerful API for developers to upload, transform, and deliver images and videos to customers.

Sanity

Sanity is a headless CMS that makes it easy to build a content-focused application. It's built on top of the Sanity API and the Sanity Studio.

Frontmatter

Headless CMS running in Visual Studio Code that helps managing your static sites. Supports Hugo, Jekyll, Docusaurus, NextJs, Gatsby, and more.Headless CMS running in Visual Studio Code that helps managing your static sites. Supports Hugo, Jekyll, Docusaurus, NextJs, Gatsby, and more.

Adobe Express

An all-in-one design, photo, and video tool to make content creation easy. Quickly and easily make stunning social content, videos, logos, and more to stand out on social and beyond.

Turborepo

A high-performance build system for JavaScript and TypeScript codebases. It is designed for scaling monorepos and also makes workflows in single-package workspaces faster, too.

Webpack

A powerful and popular module bundler for JavaScript applications. It takes modules with dependencies and generates static assets representing those modules. Webpack is highly configurable and extensible, making it a versatile tool for managing and optimizing the assets and dependencies of modern web applications.

Rollup

A module bundler for JavaScript that is designed to be more focused on simplicity and performance compared to other bundlers like Webpack. It is particularly well-suited for bundling libraries and packages rather than entire applications. Rollup uses the new standardized format for code modules included in the ES6 revision of JavaScript, offering a more efficient and streamlined way to bundle JavaScript.

Parcel

A fast, zero-configuration web application bundler that aims to simplify the process of building and bundling web applications. It provides an easy-to-use development experience by automatically handling many of the complexities associated with modern web development. Parcel is known for its out-of-the-box support for many file types, quick setup, and efficient build process.

SWC

A modern, blazing-fast, and zero-configuration JavaScript compiler. It is designed to be a drop-in replacement for Babel, enabling developers to write modern JavaScript code without sacrificing performance. SWC is known for its speed, efficiency, and compatibility with modern JavaScript features.

Esbuild

An extremely fast JavaScript bundler and minifier written in Go. It is designed to be highly efficient and to handle large codebases quickly, making it a popular choice for modern web development. esbuild prioritizes speed and simplicity, offering a powerful yet straightforward tool for bundling, transforming, and optimizing JavaScript, TypeScript, and other web assets.

Vite

A next generation front-end build tool that provides a fast, powerful, and flexible development experience. It is designed to be a lightweight alternative to traditional build tools like webpack and Gulp, offering a seamless integration with modern JavaScript ecosystems. Vite is known for its fast build times, optimized bundling, and seamless integration with popular frameworks like React and Vue.

Turbopack

A next-generation bundler for JavaScript and TypeScript, developed by the creators of Vercel and Next.js. It is designed to be extremely fast, leveraging Rust for performance and parallel processing. Turbopack aims to be the successor to Webpack, offering modern features and optimizations that cater to the needs of contemporary web development.

Biome

Formerly known as Rome, is an all-in-one toolchain for JavaScript and TypeScript development. It aims to provide a comprehensive solution for various aspects of the development workflow, including linting, formatting, bundling, compiling, and testing. The goal of Biome is to reduce the number of tools required in a typical development setup by integrating these functionalities into a single, cohesive toolchain.

Rush

Rush

A monorepo management tool developed by Microsoft. It is designed to manage large-scale monorepos with many projects, providing tools and workflows to streamline the development process, manage dependencies, and optimize builds. Rush is part of the Rush Stack, a collection of tools for managing monorepos, and is particularly well-suited for enterprise environments and large teams.

Yarn Workspaces

Yarn Workspaces is a feature of Yarn that allows you to define multiple packages in a single repository. It enables you to manage dependencies across multiple projects, making it easier to share code and collaborate with others. Yarn Workspaces is particularly useful for large-scale projects with multiple teams or repositories.

Lerna

Lerna

A tool for managing JavaScript projects with multiple packages. It provides a command-line interface (CLI) and a JavaScript API for automating tasks such as publishing, versioning, and running scripts across multiple packages. Lerna is particularly well-suited for large-scale projects with multiple packages and teams.

NPM

A package manager for JavaScript. It is the default package manager for Node.js and is used by many JavaScript developers to manage dependencies and build applications. NPM is known for its speed, reliability, and ease of use, making it a popular choice for developers who want to manage and distribute their JavaScript projects.

PNPM

An advanced package manager for JavaScript and TypeScript that offers several improvements over traditional NPM and Yarn. It is designed to be fast, efficient, and disk space-saving, particularly for monorepos and large-scale projects. PNPM addresses some of the shortcomings of other package managers by providing a unique approach to dependency management.

Nx

A powerful build system and monorepo management tool that helps developers manage complex projects with multiple applications and libraries. It is designed to improve developer productivity, optimize build performance, and facilitate the management of large codebases. Nx was created by the team at Nrwl and provides tools and practices inspired by Google's internal development tools.