Skip to content

Instantly share code, notes, and snippets.

@flynnduism
Created October 26, 2023 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flynnduism/5b525f3fcd6706b661bbfbc59bba2108 to your computer and use it in GitHub Desktop.
Save flynnduism/5b525f3fcd6706b661bbfbc59bba2108 to your computer and use it in GitHub Desktop.
Example Cards - markdown

Optional - show Hub examples (between 1 and 3) under the post:

example 1

example_1 = "enabled"

type should be one of these [Plugin|Template|Library|Sample]

example_1_type = "SDK" example_1_name = "Spin Dotnet SDK" example_1_desc = "An experimental SDK for building Spin application components using .NET."

url should point to the hub resource

example_1_url = "https://github.com/fermyon/spin-dotnet-sdk"

set between 1 and 3 tags, keep them short

example_1_tag1 = "SDK" example_1_tag2 = "Http" example_1_tag3 = "Redis"

example 2

example_2 = "enabled"

type should be one of these [Plugin|Template|Library|Sample]

example_2_type = "Example" example_2_name = "Dotnet Support in WebAssembly" example_2_desc = "A guide tracking support for compiling a language to WebAssembly" example_2_url = "https://www.fermyon.com/wasm-languages/c-sharp"

set between 1 and 3 tags, keep them short

example_2_tag1 = "Support" example_2_tag2 = "C#" example_2_tag3 = ".NET"

example 3

example_3 = "enabled"

type should be one of these [Plugin|Template|Library|Sample]

example_3_type = "Docs" example_3_name = "Spin Quickstart" example_3_desc = "Guide to going from blinking cursor to deployed app in 66 seconds." example_3_url = "https://developer.fermyon.com/spin/quickstart"

set between 1 and 3 tags, keep them short

example_3_tag1 = "Spin" example_3_tag2 = "Cloud" example_3_tag3 = "Tutorial"

Optional - show Hub examples (between 1 and 3) under the post:

example 1

example_1 = "enabled"

type should be one of these [Plugin|Template|Library|Sample]

example_1_type = "Sample" example_1_name = "AI News Feeder" example_1_desc = "Parses an RSS feed and builds a prompt from the results."

url should point to the hub resource

example_1_url = "https://developer.fermyon.com/hub/preview/sample_newsreader_ai"

set between 1 and 3 tags, keep them short

example_1_tag1 = "AI" example_1_tag2 = "Inferencing"

example 2

example_2 = "enabled"

type should be one of these [Plugin|Template|Library|Sample]

example_2_type = "Sample" example_2_name = "Sentiment Analysis API" example_2_desc = "A sentiment analysis API that demonstrates using LLM inference and KV stores together." example_2_url = "https://developer.fermyon.com/hub/preview/sample_sentiment_analysis"

set between 1 and 3 tags, keep them short

example_2_tag1 = "AI" example_2_tag2 = "Key/Value" example_2_tag3 = "JS"

example 3

example_3 = "enabled"

type should be one of these [Plugin|Template|Library|Sample]

example_3_type = "Sample" example_3_name = "A 'Silly Walk' example AI" example_3_desc = "Minimal Spin example app that generates Pythonesque descriptions of walking." example_3_url = "https://developer.fermyon.com/hub/preview/sample_silly_walk_ai"

set between 1 and 3 tags, keep them short

example_3_tag1 = "AI" example_3_tag2 = "Content" example_3_tag3 = "TS"

Optional - show Hub examples (between 1 and 3) under the post:

example 1

example_1 = "enabled"

type should be one of these [Plugin|Template|Library|Sample]

example_1_type = "Example" example_1_name = "Hugo Site Starter" example_1_desc = " hugo-spin comes with all batteries included to serve your next Hugo site leveraging the spin-fileserver."

url should point to the hub resource

example_1_url = "https://developer.fermyon.com/hub/preview/sample_hugo"

set between 1 and 3 tags, keep them short

example_1_tag1 = "SSG" example_1_tag2 = "Websites"

example 2

example_2 = "enabled"

type should be one of these [Plugin|Template|Library|Sample]

example_2_type = "Example" example_2_name = "OpenAI Chat template for Spin" example_2_desc = "This is a template to use the OpenAI Chat API with TypeScript. The application exposes and endpoint to ask a question in the body of a POST request and get an answer in the response. Originally created for the Spin Workshop" example_2_url = "https://developer.fermyon.com/hub/preview/sample_openaichat_ts"

set between 1 and 3 tags, keep them short

example_2_tag1 = "AI" example_2_tag2 = "API" example_2_tag3 = "TS"

example 3

example_3 = "enabled"

type should be one of these [Plugin|Template|Library|Sample]

example_3_type = "Example" example_3_name = "Spin NextJS" example_3_desc = "This is a template for building and statically exporting your Next.js 13 application and running it on Fermyon Spin." example_3_url = "https://developer.fermyon.com/hub/preview/template_nextjs"

set between 1 and 3 tags, keep them short

example_3_tag1 = "React" example_3_tag2 = "Http" example_3_tag3 = "JS"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment