Aerostack
Aerostack
//Community Marketplace

Everything developers
build on Aerostack.

Functions, MCP servers, skills, and agents — published by developers, discoverable by everyone. Host your own or clone what the community has already solved.

//What you can build

Four ways to publish. One platform.

Functions, MCP servers, skills, and agents — each with hosting, billing, and a global registry built in.

Functions

Write once. Use anywhere.

Publish reusable backend functions — auth helpers, payment hooks, data transformers, webhook handlers. Any developer can clone and deploy in seconds.

01Write your function in any language
02Publish to the community hub
03Earn 90% of every purchase
aerostack publish --type function
MCP Servers

Host your MCP. Share a URL.

Register any MCP server in the global registry. Deploy to the edge with one command — your team gets a hosted URL that works from any IDE, any AI client, anywhere.

01aerostack publish --type mcp
02Hosted on Aerostack's edge
03Add to workspace → one gateway URL
https://as-mcp-xxx-github.workers.dev/mcp
Skills

Package your expertise as a callable tool.

Skills are AI-native capabilities — each one is an MCP tool any agent can call. Package a prompt chain, a RAG pipeline, or a workflow into a skill and publish it for others to use.

01Define your skill's input + output
02Publish to the skills registry
03Any AI agent can discover and call it
tool: "code_review__analyze_pr"
Coming soon
Agents

Deploy autonomous agents. Charge for access.

Build agents on top of community functions, MCPs, and skills. Set a price, connect billing, and let Aerostack provision API keys on purchase. 90% revenue is yours.

01Build on functions + MCPs
02Set price + connect billing
03List in the agent marketplace
$49/mo · API key provisioned · 90% to you

90%

Revenue to creators

Edge

Global hosting, zero config

1 URL

Workspace gateway for all MCPs

//Trending

What developers are starring this week.

//Top Developers

The builders behind the best functions.

Reputation grows with every function published, starred, and cloned.

High-reputation developers unlock hire visibility — coming soon

View all developers
//Reputation

How reputation works.

1

Publish a function

Ship something useful to the registry. Every published function earns base reputation.

2

Community uses it

Stars, clones, and installs from real developers compound your score over time.

3

Score grows

Your reputation unlocks visibility, trust badges, and future platform features.

Future unlocks

Featured placement on the Hub home page

Early access to new platform features

Hire visibility on your developer profile

//Categories

Browse by category.

//Publish

Built something useful? Share it with thousands of developers.

Publishing takes seconds. Your function gets its own page, version history, install metrics, and community feedback.

terminal
$ aerostack init my-function
Scaffolding function...
Created my-function/
$ aerostack publish
Publishing to the Hub...
Published my-function@1.0.0
View at hub.aerostack.dev/functions/you/my-function