diff --git a/docs/.vale/styles/config/vocabularies/Suga/accept.txt b/docs/.vale/styles/config/vocabularies/Suga/accept.txt index 23a8171c..55688627 100644 --- a/docs/.vale/styles/config/vocabularies/Suga/accept.txt +++ b/docs/.vale/styles/config/vocabularies/Suga/accept.txt @@ -12,6 +12,11 @@ allowlisting cdktf Presigned presigned +Fargate +Linode +Vultr +booleans +CDNs # Defaults from mintlify Mintlify diff --git a/docs/docs.json b/docs/docs.json index 83802f81..391c3212 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -21,6 +21,10 @@ "group": "Getting Started", "pages": ["introduction", "installation", "quickstart"] }, + { + "group": "Core Concepts", + "pages": ["projects", "platforms"] + }, { "group": "Guides", "pages": [ @@ -31,6 +35,10 @@ "guides/local-database-setup", "guides/aws/environment-management" ] + }, + { + "group": "Resources", + "pages": ["registry"] } ] }, diff --git a/docs/images/blueprint-property-editor.png b/docs/images/blueprint-property-editor.png new file mode 100644 index 00000000..aa6ceb15 Binary files /dev/null and b/docs/images/blueprint-property-editor.png differ diff --git a/docs/images/blueprint-vars-as-properties.png b/docs/images/blueprint-vars-as-properties.png new file mode 100644 index 00000000..9d313d5c Binary files /dev/null and b/docs/images/blueprint-vars-as-properties.png differ diff --git a/docs/images/platform-vars.png b/docs/images/platform-vars.png new file mode 100644 index 00000000..08d2d25a Binary files /dev/null and b/docs/images/platform-vars.png differ diff --git a/docs/images/project-editor-poster.png b/docs/images/project-editor-poster.png new file mode 100644 index 00000000..b3eab025 Binary files /dev/null and b/docs/images/project-editor-poster.png differ diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 0ca34eb3..0153cb8f 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -4,8 +4,9 @@ sidebarTitle: "Introduction" description: "Cloud development with visual design, local testing, and multi-cloud deployment" --- -Suga makes cloud development simple by combining visual infrastructure design with automatic Terraform generation for AWS or GCP today (Azure coming soon). -Build applications with any framework, test locally with emulated cloud resources, and deploy anywhere with production-ready Terraform. +Suga bridges the gap between developer productivity and enterprise control. It delivers the instant deployment experience developers love while giving platform teams complete governance over infrastructure, security, and compliance. + +No more choosing between developer velocity and operational control - Suga's platform system lets enterprise teams deliver world-class developer experiences without sacrificing governance. ```mermaid graph LR HardenedInfra["Hardened Building Blocks"] ==> AppDesigner["Infrastructure Designer"] @@ -26,7 +27,9 @@ class HardenedInfra,AppDesigner,Code,Test,Generate,Deploy nitricGreen ## What is Suga? -Suga is a cloud development platform that adds infrastructure capabilities to your applications. You can add Suga to your existing app with minimal changes, or create a new project from scratch using templates. +Suga is a cloud development platform that solves the enterprise developer experience challenge. It combines visual infrastructure design with platform-driven governance, enabling developers to deploy applications instantly while platform teams maintain complete control over security, compliance, and infrastructure standards. + +The traditional trade-off between developer velocity and enterprise control is eliminated through Suga's distributed platform system - platform engineers create reusable blueprints that deliver seamless deployment experiences while enforcing organizational requirements.