diff --git a/docs/index.mdx b/docs/index.mdx index 73d5aa16..b7b73954 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -1,14 +1,12 @@ --- -title: Docs -description: Check out our documentation to see how you can deploy our enterprise-ready solutions into your application with ease. Check out our SAML Jackson for Single sign-on. +title: Security Building Blocks for Developers +description: BoxyHQ's official documentation for SSO, Directory Sync, Audit Logs, and Privacy Vault. Deploy our enterprise-ready solutions into your application with ease. hide_table_of_contents: true --- import Link from '@docusaurus/Link'; -Security Building Blocks for Developers - -Reduce Time to Market without sacrificing your security posture! BoxyHQ’s suite of APIs for security and privacy helps engineering teams build and ship compliant cloud applications faster. Integrate Single Sign-On (SSO), Audit Logs, Privacy Vault and Role Based Access in minutes. Open source and free. +Reduce Time to Market without sacrificing your security posture! BoxyHQ’s suite of APIs for security and privacy helps engineering teams build and ship compliant cloud applications faster. Integrate Single Sign-On (SSO), Audit Logs, Privacy Vault, and Role Based Access in minutes. Open source and free.
diff --git a/docusaurus.config.js b/docusaurus.config.js index 76958045..7390fe3a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -76,7 +76,7 @@ module.exports = { label: 'Privacy Vault', }, { - href: 'https://app.eu.boxyhq.com/auth/join', + href: 'https://app.eu.boxyhq.com/auth/join?utm_source=website&utm_campaign=main-nav', label: 'SaaS Sign up', }, { diff --git a/guides/index.mdx b/guides/index.mdx index 512a42d2..0d1a11fa 100644 --- a/guides/index.mdx +++ b/guides/index.mdx @@ -1,14 +1,16 @@ --- -title: Guides -description: Check out our guides to see how you can deploy our enterprise-ready solutions into your application with ease. +title: BoxyHQ Developer Guides +description: BoxyHQ's official guides for Single Sign-On (SSO) and Directory Sync. hide_table_of_contents: true --- import Link from '@docusaurus/Link'; -Security Building Blocks for Developers +BoxyHQ’s extensive collection of developer guides is crafted to accelerate your integration with our cutting-edge products and APIs. Whether you’re deploying SAML Jackson, implementing Directory Sync with Express.js and Next.js, or integrating SAML Jackson into frameworks like Django, Laravel, Next.js, Remix, or Rails, our ever-expanding library is your go-to resource. -Reduce Time to Market without sacrificing your security posture! BoxyHQ’s suite of APIs for security and privacy helps engineering teams build and ship compliant cloud applications faster. Integrate Single Sign-On (SSO), Audit Logs, Privacy Vault and Role Based Access in minutes. Open source and free. +Each guide is meticulously designed to provide clear, step-by-step instructions, ensuring developers can quickly and efficiently leverage BoxyHQ's solutions in various environments. Our comprehensive tutorials cover a wide range of applications, tailored to meet the needs of both novice and experienced developers. + +As we continuously update and expand our content, you’ll always have the latest insights and best practices at your fingertips, ensuring your projects are not just compliant, but also at the forefront of technological innovation.
diff --git a/src/components/heroes/HeroEnterpriseReadiness/index.js b/src/components/heroes/HeroEnterpriseReadiness/index.js new file mode 100644 index 00000000..37693d3b --- /dev/null +++ b/src/components/heroes/HeroEnterpriseReadiness/index.js @@ -0,0 +1,44 @@ +import BaseHero from '../BaseHero'; + +const HeroEnterpriseReadiness = () => { + return ( + +

+ Ensure your startup's SaaS offering is enterprise-ready with BoxyHQ's + comprehensive suite of APIs and products. Effortlessly integrate + essential enterprise-grade features like SAML SSO, Directory Sync, Audit + Logs, and a Data Privacy Vault into your product. With just a few lines + of code, you can seamlessly navigate the compliance processes of + enterprise customers and InfoSec teams alike. BoxyHQ empowers you to + swiftly implement these robust features, transforming your SaaS solution + into a market leader in enterprise compatibility. Best of all, our + solutions are open-source and secure by default, offering you a + cost-effective pathway to achieving enterprise-level success. +

+ +
+ ); +}; + +export default HeroEnterpriseReadiness; diff --git a/src/css/base.css b/src/css/base.css index b5ef05a1..87d09f50 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -137,3 +137,9 @@ ul.girdle-medium { display: initial; } } + +/* dacusaurus theme customisation */ +.navbar__item .dropdown__link { + align-items: center; + display: flex; +} diff --git a/src/css/custom.css b/src/css/custom.css index 32462745..448ec331 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -44,6 +44,11 @@ body[data-theme='dark'] { height: 3.5rem; } +.navbar__item .dropdown__link { + align-items: center; + display: flex; +} + /* GitHub */ .header-github-link:hover { opacity: 0.6; diff --git a/src/pages/enterprise-readiness.js b/src/pages/enterprise-readiness.js deleted file mode 100644 index 8830198a..00000000 --- a/src/pages/enterprise-readiness.js +++ /dev/null @@ -1,136 +0,0 @@ -import React from 'react'; -import Layout from '@theme/Layout'; -import Link from '@docusaurus/Link'; -import clsx from 'clsx'; - -import NewsSection from '../components/NewsSection'; -import HeroSection from '../components/HeroSection'; -import ProductsSection from '../components/ProductsSection'; -import InvestorsSection from '../components/InvestorsSection'; -import CustomersSection from '../components/CustomersSection'; -import DeveloperCommunitySection from '../components/DeveloperCommunitySection'; - -const title = 'BoxyHQ for Startups'; -const description = - 'Enterprise readiness for B2B SaaS startups, straight out of the box'; - -const EnterpriseReadiness = () => { - return ( - - - - - - -
-
-
-
-
-
-
-
-

- Become Enterprise Ready -

-
-
-

- As a startup you need to build fast, test and make sure - your solution achieves product-market fit. But if you - are planning to sell to enterprises you will need to - implement security and compliance features that could be - expensive and time consuming. -

-

- Here is a good guide on what becoming enterprise ready - means:{' '} - - EnterpriseReady - Build SaaS features enterprises love - -

-
-
- - Book a free enterprise-readiness session - -
-
-
-
-
-
-
-
-
-
-

- Build or buy? -

-
-
-

- Save time and money with BoxyHQ's free open-source - solution. Available under an Apache 2.0 license, our - solutions make it easy for developers to collaborate and - innovate, without the need for custom building or - expensive fees. -

-

- Our solutions run in your environment, giving you full - control. We simply provide the building blocks to help - you succeed. -

-
-
- - Contact Us - -
-
-
-
-
-
-
-
- - - - -
- ); -}; - -export default EnterpriseReadiness; diff --git a/src/pages/enterprise-readiness/index.js b/src/pages/enterprise-readiness/index.js new file mode 100644 index 00000000..cc4037db --- /dev/null +++ b/src/pages/enterprise-readiness/index.js @@ -0,0 +1,23 @@ +import Layout from '@theme/Layout'; + +import HeroEnterpriseReadiness from '../../components/heroes/HeroEnterpriseReadiness'; +import Testimonials from '../../components/Testimonials'; +import OurProducts from '../../components/OurProducts'; + +const EnterpriseReadiness = () => { + const metaDescription = + 'BoxyHQ for Startups: Transform your SaaS with enterprise-grade features like SAML SSO, Directory Sync, Audit Logs, and Data Privacy Vault. Quick integration, open-source, secure by design - elevate your startup to enterprise readiness effortlessly.'; + const metaPageTitle = 'B2B SaaS Enterprise Readiness For Startups'; + + return ( + + +
+ + +
+
+ ); +}; + +export default EnterpriseReadiness; diff --git a/static/img/home-hero.svg b/static/img/home-hero.svg deleted file mode 100644 index 386c3e36..00000000 --- a/static/img/home-hero.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file