diff --git a/Foundation/Join/index.html b/Foundation/Join/index.html
index d7d9ab032..1c8e5611c 100644
--- a/Foundation/Join/index.html
+++ b/Foundation/Join/index.html
@@ -15,7 +15,7 @@
other ways to support the technology-->.
- For non-profits, open source projects, and government entities.
+ For non-profits and government entities.
'
%}
diff --git a/Foundation/Join/join-now.html b/Foundation/Join/join-now.html
new file mode 100644
index 000000000..9a34aa5fc
--- /dev/null
+++ b/Foundation/Join/join-now.html
@@ -0,0 +1,168 @@
+---
+# Copyright 2026 seL4 Project a Series of LF Projects, LLC.
+# SPDX-License-Identifier: CC-BY-SA-4.0
+title: "Join the seL4 Foundation"
+pre: "Become a Member"
+sub: '
+Join the seL4 Foundation (a Swiss Association under the legal name "seL4
+International") by entering your organisation's details below. We will review the information
+provided and send you a Membership Agreement for signature.
+'
+pre_link: "./"
+layout: card
+---
+
+{% include section-start.html
+ id = "agreement"
+ heading = "Agreements and Governance"
+ intro = '
+
'
+%}
+
+{% include section-end.html %}
+
+{% include section-start.html
+ id = "details"
+ heading = "Organisation Details"
+ intro = '
+
+ Please enter your organisation's details below to generate a membership agreement.
+
+
+ The information submitted will be used to assess, approve and manage the membership of the entity, namely to (a) generate the contract, which will be sent to the provided signatory contact; (b) send invoices to the provided billing contact; (c) send AGM and voting notices to the primary contact; for the duration that the entity is a Member of seL4 International. This information can be updated anytime by contacting foundation@sel4.systems.
+
+ '
+%}
+
+{% include section-end.html %}
+
+{% include section-start.html
+ id = "join"
+ heading = "Join Now"
+%}
+
+
+ {% include membership-question.html
+ heading = "Company name"
+ info = "Legal name of the entity applying for membership"
+ type = "text"
+ %}
+
+ {% include membership-tiers.html %}
+
+ {% include membership-question.html
+ heading = "Primary contact"
+ info = "The who person will act as the primary voting contact unless a different assignment is requested by email at a later date."
+ label1 = "Name"
+ type1 = "text"
+ label2 = "Email"
+ type2 = "email"
+ %}
+
+ {% include membership-question.html
+ heading = "Legal (signatory) contact"
+ info = "The person who will officially execute or sign the membership agreement."
+ label1 = "Name"
+ type1 = "text"
+ label2 = "Title"
+ type2 = "text"
+ label3 = "Email"
+ type3 = "email"
+ %}
+
+ {% include membership-question.html
+ heading = "Billing contact"
+ info = "The person who will handle billing and payments."
+ label1 = "Name"
+ type1 = "text"
+ label2 = "Email"
+ type2 = "email"
+ address = "Address"
+
+ %}
+
+ {% include membership-po.html %}
+
+
+ {% include membership-captcha.html %}
+
+ {% include membership-submit-general.html %}
+
+
+
+
+
+
+ For non-profits and government entities.
+
+
+ {% include membership-question.html
+ heading = "Company name"
+ info = "Legal name of the entity applying for membership"
+ type = "text"
+ %}
+
+ {% include membership-question.html
+ heading = "Primary contact"
+ info = "The who person will act as the primary voting contact unless a different assignment is requested by email at a later date."
+ label1 = "Name"
+ type1 = "text"
+ label2 = "Email"
+ type2 = "email"
+ %}
+
+ {% include membership-question.html
+ heading = "Legal (signatory) contact"
+ info = "The person who will officially execute or sign the membership agreement."
+ label1 = "Name"
+ type1 = "text"
+ label2 = "Title"
+ type2 = "text"
+ label3 = "Email"
+ type3 = "email"
+ %}
+
+
+ {% include membership-captcha.html %}
+
+ {% include membership-submit-associate.html %}
+
+
+
\ No newline at end of file
diff --git a/_includes/membership-po.html b/_includes/membership-po.html
new file mode 100644
index 000000000..a44c08410
--- /dev/null
+++ b/_includes/membership-po.html
@@ -0,0 +1,23 @@
+{%- comment %}
+Copyright 2026 seL4 Project a Series of LF Projects, LLC
+SPDX-License-Identifier: CC-BY-SA-4.0
+{% endcomment -%}
+
+
PO required:
+
+
+ Yes
+
+
+
+ No
+
+
\ No newline at end of file
diff --git a/_includes/membership-question.html b/_includes/membership-question.html
new file mode 100644
index 000000000..d0c7e2aea
--- /dev/null
+++ b/_includes/membership-question.html
@@ -0,0 +1,68 @@
+{%- comment %}
+Copyright 2026 seL4 Project a Series of LF Projects, LLC
+SPDX-License-Identifier: CC-BY-SA-4.0
+{% endcomment -%}
+
+
+ {% if include.heading == "Company name" %}
+
{{ include.heading }}
+ {% else %}
+
{{ include.heading }}
+ {% endif %}
+
{{ include.info }}
+
+
+ {% if include.type %}
+
+ {% endif %}
+
+
+
+ {% if include.label1 %}
+
{{ include.label1 }}
+
+
+
+ {% endif %}
+ {% if include.label2 %}
+
{{ include.label2 }}
+
+
+
+ {% endif %}
+ {% if include.label3 %}
+
{{ include.label3 }}
+
+
+
+ {% endif %}
+
+ {% if include.address %}
+
{{ include.address }}
+
+
+
+ {% endif %}
+
+
diff --git a/_includes/membership-submit-associate.html b/_includes/membership-submit-associate.html
new file mode 100644
index 000000000..708f174d3
--- /dev/null
+++ b/_includes/membership-submit-associate.html
@@ -0,0 +1,53 @@
+{%- comment %}
+Copyright 2026 seL4 Project a Series of LF Projects, LLC
+SPDX-License-Identifier: CC-BY-SA-4.0
+{% endcomment -%}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_includes/membership-submit-general.html b/_includes/membership-submit-general.html
new file mode 100644
index 000000000..10b2d37f1
--- /dev/null
+++ b/_includes/membership-submit-general.html
@@ -0,0 +1,53 @@
+{%- comment %}
+Copyright 2026 seL4 Project a Series of LF Projects, LLC
+SPDX-License-Identifier: CC-BY-SA-4.0
+{% endcomment -%}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_includes/membership-tiers.html b/_includes/membership-tiers.html
new file mode 100644
index 000000000..ce763a12b
--- /dev/null
+++ b/_includes/membership-tiers.html
@@ -0,0 +1,45 @@
+{%- comment %}
+Copyright 2026 seL4 Project a Series of LF Projects, LLC
+SPDX-License-Identifier: CC-BY-SA-4.0
+{% endcomment -%}
+
+