diff --git a/astro/src/content/json/exampleapps.json b/astro/src/content/json/exampleapps.json index 80b90443d5..3a167fc09d 100644 --- a/astro/src/content/json/exampleapps.json +++ b/astro/src/content/json/exampleapps.json @@ -598,5 +598,17 @@ "name": "Modeling Organizations", "description": "Node.js Express sample application for the Modeling Organizations guide.", "language": "javascript" + }, + { + "url": "https://github.com/fusionauth/fusionauth-example-terraform-deploy-fusionauth", + "name": "Start Here Tutorial App", + "description": "An express/JavaScript application used for a walkthrough of a FusionAuth setup", + "language": "config" + }, + { + "url": "https://github.com/FusionAuth/fusionauth-example-express-start-here", + "name": "Start Here Tutorial App", + "description": "Use Terraform to deploy FusionAuth and its database.", + "language": "javascript" } ] diff --git a/astro/src/content/quickstarts/_landing-preamble.md b/astro/src/content/quickstarts/_landing-preamble.md index c5c1644de7..cbe4d4adf9 100644 --- a/astro/src/content/quickstarts/_landing-preamble.md +++ b/astro/src/content/quickstarts/_landing-preamble.md @@ -1,6 +1,6 @@ --- --- -Learn how you would use FusionAuth to add authentication and authorization to an application in the framework or language of your choice in 15 minutes or less. +Learn how you would use FusionAuth to add authentication and authorization to an application in the framework or language of your choice in 15 minutes or less. For a quick interactive introduction to FusionAuth and the problems it solves, check out our [Start Here](/docs/get-started/start-here) tutorial. Each quickstart includes a complete runnable application and a shell application you can build out by following the step-by-step integration instructions. Application examples include: [traditional web applications](#web-application), [single-page applications](#spa), [mobile applications](#mobile-app), and [APIs protected with access tokens](#api). @@ -11,4 +11,4 @@ You'll need the following to work through any quickstarts. - Git, for cloning the example repository - Docker, to run FusionAuth and its dependencies - An editor, to update files -- The language, platform or framework; for example, Xcode to run the iOS quickstart or Java for the Spring example \ No newline at end of file +- The language, platform or framework; for example, Xcode to run the iOS quickstart or Java for the Spring example