Welcome to the Pieces for Developers
Web Extension!

Let's take your coding research and problem-solving in the browser to the next level.

Whoops! You need to install Pieces OS to run the Pieces Chrome Plugin

Download Pieces OS

Checking for Pieces OS Connection

Pieces OS connected

Scroll to learn how to supercharge your workflow

Learn How to Use the Pieces Web Extension

Try below!

const deepClone = (obj: any) => {
	if (obj === null) return null;
  let clone = { ...obj };

  Object.keys(clone).forEach(
	  (key) =>
      (clone[key] = typeof obj[key] === "object" ? deepClone(obj[key]) : obj[key])
   );
	 return Array.isArray(obj) && obj.length
	   ? (clone.length = obj.length) && Array.from(clone)
	   : Array.isArray(obj)
     ? Array.from(obj)
     : clone;
};

Pro tip: You can also save via the right-click context menu.

Save your first snippet

Hover over a code block and click Copy and Save. Once saved, the snippet will be saved to your Pieces drive and automatically enriched with valuable context. It will also be copied to your clipboard!

Share your snippet

Hover over a code block and click Share to generate a personal link that will be copied to your clipboard. Share that link with your friends and colleagues so they can save  it to their Pieces!

Chat with the Pieces Copilot

Hover over a code block and click Ask Copilot, or open your browser sidebar and select Pieces. Generate, iterate, and curate code or simply ask it to explain a concept. Continue conversations you started in the desktop app or your IDE.

Endless discovery. Personalized assistance.

Discover snippets

Discover snippets on any page by opening up Pieces in the sidebar. Easily save valuable code to your Pieces drive without scrolling endlessly.

Choose your copilot's runtime

Leverage your choice of local and cloud LLMs for secure, customized assistance.

Discover the full power of Pieces!

View your snippets and enjoy the full exent of Pieces for Developers. Download your favorite IDE extension and other plugins to allow  Pieces to supercharge your entire workflow!
Launch Desktop AppPieces Documentation

Chromium Browser Extensions

One-click save in Chrome, Edge, Firefox, and Brave. Loved by thousands.
Learn more

Visual Studio Code Extension

Stay in flow and bring the magic of saving, generating, and sharing with Pieces to VS Code.
Learn more

JetBrains IDE Plugin

Supercharge your coding process by adding Pieces to your favorite JetBrains IDE.
Learn more

Obsidian Plugin

Enhance your note-taking experience with intelligent code snippet management.
Learn more

Microsoft Teams App

Transform collaboration in Teams with our extension, bring the power of Pieces to your workspace.
Learn more

Other Integrations

Make the most out of Pieces with plugins and extensions for all of your favorite tools.
Learn more