Marketplace

Publish a function to the public marketplace so anyone can discover, star, discuss, and fork it. Forks copy the code into the forker's workspace with lineage back to the original.

Step-by-Step Guide

1.Publish a function

Set the function's visibility to public, then complete the marketplace profile from its settings: pick a category, write a short description, and edit the readme (Markdown with a live preview).

  • The listing shows a code preview of the deployed version, your workspace name, and the function logo.
  • Unpublishing (or making the function private) removes the listing; existing forks keep working.

2.Stars, comments, and forks

Signed-in users can star a listing, leave threaded comments, and fork the function into their own workspace.

  • Forks record their source, and the original listing shows its fork count.
  • A fork copies code only — you configure your own secrets, triggers, and domains.

Related Documentation