Does this project have a pathway to commercialization? Your organization can accept donations to sustain its work, but it can't seek to make a profit by selling services, by charging for enhancements or add-ons, or by other means specifically for this project. If you don't meet this criteria, Please reach out to Layer5 sales team who will assist you find a partner program that may better fit your needs.
+ >
+ )}
+
diff --git a/src/pages/community/open-source-program.js b/src/pages/community/open-source-program.js
new file mode 100644
index 000000000000..f895701ef04e
--- /dev/null
+++ b/src/pages/community/open-source-program.js
@@ -0,0 +1,17 @@
+import React from "react";
+import SEO from "../../components/seo";
+import OpenSourcePricingPage from "../../sections/Community/Open-Source-Program";
+
+const OpenSourcePricingProgramPage = () => {
+ return (
+ <>
+
+ >
+ );
+};
+export default OpenSourcePricingProgramPage;
+export const Head = () => {
+ return ;
+};
diff --git a/src/sections/Community/Open-Source-Program/images/layer5-products-overview-dark.svg b/src/sections/Community/Open-Source-Program/images/layer5-products-overview-dark.svg
new file mode 100644
index 000000000000..9d215be6d39a
--- /dev/null
+++ b/src/sections/Community/Open-Source-Program/images/layer5-products-overview-dark.svg
@@ -0,0 +1,94 @@
+
diff --git a/src/sections/Community/Open-Source-Program/images/layer5-products-overview.svg b/src/sections/Community/Open-Source-Program/images/layer5-products-overview.svg
new file mode 100644
index 000000000000..147b9ad88a0d
--- /dev/null
+++ b/src/sections/Community/Open-Source-Program/images/layer5-products-overview.svg
@@ -0,0 +1,95 @@
+
diff --git a/src/sections/Community/Open-Source-Program/index.js b/src/sections/Community/Open-Source-Program/index.js
new file mode 100644
index 000000000000..4d01ef3cc508
--- /dev/null
+++ b/src/sections/Community/Open-Source-Program/index.js
@@ -0,0 +1,38 @@
+import React from "react";
+import { Container, Row, Col } from "../../../reusecore/Layout";
+import OpenSourcePricingWrapper from "./index.style";
+import productsImageColor from "./images/layer5-products-overview.svg";
+import productsImageWhite from "./images/layer5-products-overview-dark.svg";
+import { useStyledDarkMode } from "../../../theme/app/useStyledDarkMode";
+import SignupForm from "./signup-form";
+
+const OpenSourcePricing = () => {
+ const { isDark } = useStyledDarkMode();
+ return (
+
+
+
+
+
+
Layer5-Sponsored Open Source Program
+
+ The open source community is at the heart of modern development. Developers around the world create new technology using open source and we're here to help make those innovations a reality.
+ In the Layer5 Open Source program, non-commercial open source developers can continue to collaborate, innovate, and push their projects forward — all with the support of Layer5 offered tools
+
Layer5-Sponsored Open Source program is ideal for developers working on projects without a path to commercialization.
+
Why join the Layer5-Sponsored Open Source program?
+
+ Unlock Free Access to Advanced Cloud Native Design Tools
+ Gain access to Layer5's drag-and-drop cloud-native infrastructure designer, which includes 350+ built-in models and public catalog patterns, starting templates, enabling teams to design, configure, and deploy their workloads effortlessly.
+
+
+ Collaborative Infrastructure Design
+ Access advanced tools like real-time collaborative infrastructure design and team workspaces. Enhance productivity with shared environments that allow multiple contributors to design, edit, and review infrastructure configurations simultaneously.
+
+
+ Comprehensive Cloud Native Support
+ Leverage tools for discovering existing infrastructure, visualizing Kubernetes applications, and managing multi-cloud clusters. Layer5 provides built-in components, public catalogs, and performance profiling to streamline your project's development.
+
+
Qualification Criteria
+
+ To qualify for the Layer5-Sponsored Open Source program, your project namespace must:
+
+
+
Be shared in public repositories on Github or GitLab etc. and the source code must also be publicly accessible on its respective repository.
Not have a pathway to commercialization. Your organization must not seek to make a profit through services or by charging for higher tiers. Accepting donations to sustain your efforts is permissible.
+
+
Layer5-Sponsored Open Source program Terms of Agreement
+
+
Program benefits are provided only to project leads and core project committers.
+
Program status and benefits are valid for one year and can be renewed if your project still meets the program requirements.
+
You may use the program benefits solely for developing non-commercial open-source projects.
+
Layer5 licenses are for use only by project collaborators and cannot be shared with any third party.