p/stdlib
Standard Library of the Internet — Build/Share Microservices
Keith Horwood
Sourcecode by StdLib — A new way to share code and onboard developers
Featured
6

Introducing StdLib Sourcecode — onboard developers to your API ecosystem in seconds. Publish "serverless" code examples on StdLib, share with the community, and bring code into production without ever standing up a server.

Replies
SebiVaduva
Awesome stuff!! - quick q: how easy is it to create my own sourcecode?
Keith Horwood
@sebivaduva Super easy to create your own sourcecode :). We don't have a browser-based workflow for forking yet, but you can use our command line tools (https://github.com/stdlib/lib) and `lib source:fork -s @slack/app -a @keith/slack-app` to fork (where -s is the source name and -a is the new alias).
Glenn Gillen
Great job team! I’m going to have to go back through some of my blog posts and docs to see which bits I could drastically improve the UX on by using this 👏👏
Carlos Lei Santos
Congratulations, this looks extremely good! But tell me, how easy is it to then share my own source code with other developers?
Keith Horwood
@carlosleisantos haha, same steps as @sebivaduva -- you just run `lib source:draft ` or `lib source:publish` after configuring your sourcecode. :)
Keith Horwood
Hey everyone! Really excited to share what the StdLib team has been busy at work on. StdLib Sourcecode is the result of a lot of love from the team to help make onboarding developers into API ecosystems easier. We leverage the latest and greatest in "serverless" compute to make sure you never have to worry about servers, infrastructure, nada. In fact - you just write functions, and they turn into scalable API endpoints. We hope you enjoy! Play around and let us know what you think.