Skip to content

Instantly share code, notes, and snippets.

@dylkreisman
Created September 9, 2021 19:03
Show Gist options
  • Save dylkreisman/6c1e4a5880e305acea26e8df22025022 to your computer and use it in GitHub Desktop.
Save dylkreisman/6c1e4a5880e305acea26e8df22025022 to your computer and use it in GitHub Desktop.
Launchpad template
{
"app_name": "", //Name of the app
"description": "", // One line description
"hidden": "", // Can be "true" or "false". If true, this app won't show up in the Launchpad.
"rank": "", // This is used to sort the apps in the Launchpad. 1 to 20 are reserved. Enter
greater than 20
"type": "", //Can be "Building Block" or "Full App"
"contributed_by": "", // Can be "Redis Labs" or "Community" or "Partner"
"repo_url": "", //This is the Github Repo's URL.
"download_url": "",//This is a direct link to Github's download button so people can download it
directly from the Launchpad
"hosted_url": "", //The URL of the app. if you are hosting this app somewhere
"quick_deploy": "", //"true" if the project has Heroku, Vercel, Google deploy buttons
"deploy_buttons": [],//Deploy buttons for "heroku", "vercel" or "Google" in the form of
objects.
"language": [], // Backend technologies: "JavaScript", "Java", "Python", "Go", "C#", "Ruby",
"PHP", etc.
"redis_commands": [], // Enter all the Redis commands
"redis_features": ["caching"],// Enter any core Redis feature or leave it blank.
"redis_modules": [], //Value can be one or more of "RediJSON", "", "RedisTimeseries",
"RedisAI" "RedisGears" or "RedisGraph" listed in an array.
"app_image_urls": [
], // Provide any image urls in an array.
"youtube_url": "", //Provide a Youtube link to your app's video
"special_tags": [], // "Hackathon", "Paid", or any event names.
"verticals": [], // Can be: "Healthcare", "Financial", "Tourism", "Retail", "Oil & Gas",
"Manufacturing", "Technology","Education", "Construction"
"markdown": "" // Link to the RAW Markdown.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment