diff --git a/apps/formbricks-com-old/.env.example b/apps/formbricks-com-old/.env.example
new file mode 100644
index 0000000000..26b2ce211f
--- /dev/null
+++ b/apps/formbricks-com-old/.env.example
@@ -0,0 +1,6 @@
+NEXT_PUBLIC_FORMBRICKS_COM_API_HOST=http://localhost:3000
+NEXT_PUBLIC_FORMBRICKS_COM_ENVIRONMENT_ID=
+NEXT_PUBLIC_FORMBRICKS_COM_DOCS_FEEDBACK_SURVEY_ID=
+
+# Strapi API Key
+STRAPI_API_KEY=
diff --git a/apps/formbricks-com-old/.eslintrc.js b/apps/formbricks-com-old/.eslintrc.js
new file mode 100644
index 0000000000..bcf4aad3a3
--- /dev/null
+++ b/apps/formbricks-com-old/.eslintrc.js
@@ -0,0 +1,4 @@
+module.exports = {
+ root: true,
+ extends: ["formbricks"],
+};
diff --git a/apps/formbricks-com-old/.gitignore b/apps/formbricks-com-old/.gitignore
new file mode 100644
index 0000000000..25374c573c
--- /dev/null
+++ b/apps/formbricks-com-old/.gitignore
@@ -0,0 +1,37 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# next.js
+/.next/
+/out/
+
+# production
+/build
+
+# misc
+.DS_Store
+*.pem
+
+# debug
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# local env files
+.env*.local
+
+# vercel
+.vercel
+
+# typescript
+*.tsbuildinfo
+next-env.d.ts
+
+public/sitemap*.xml
\ No newline at end of file
diff --git a/apps/formbricks-com/components/docs/DocsFeedback.tsx b/apps/formbricks-com-old/components/docs/DocsFeedback.tsx
similarity index 100%
rename from apps/formbricks-com/components/docs/DocsFeedback.tsx
rename to apps/formbricks-com-old/components/docs/DocsFeedback.tsx
diff --git a/apps/formbricks-com/components/docs/FeedbackButtonPopover.tsx b/apps/formbricks-com-old/components/docs/FeedbackButtonPopover.tsx
similarity index 100%
rename from apps/formbricks-com/components/docs/FeedbackButtonPopover.tsx
rename to apps/formbricks-com-old/components/docs/FeedbackButtonPopover.tsx
diff --git a/apps/formbricks-com/components/docs/Layout.tsx b/apps/formbricks-com-old/components/docs/Layout.tsx
similarity index 100%
rename from apps/formbricks-com/components/docs/Layout.tsx
rename to apps/formbricks-com-old/components/docs/Layout.tsx
diff --git a/apps/formbricks-com/components/docs/MobileNavigation.jsx b/apps/formbricks-com-old/components/docs/MobileNavigation.jsx
similarity index 100%
rename from apps/formbricks-com/components/docs/MobileNavigation.jsx
rename to apps/formbricks-com-old/components/docs/MobileNavigation.jsx
diff --git a/apps/formbricks-com/components/dummyUI/AddEventDummy.tsx b/apps/formbricks-com-old/components/dummyUI/AddEventDummy.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/AddEventDummy.tsx
rename to apps/formbricks-com-old/components/dummyUI/AddEventDummy.tsx
diff --git a/apps/formbricks-com/components/dummyUI/AddNoCodeEventModalDummy.tsx b/apps/formbricks-com-old/components/dummyUI/AddNoCodeEventModalDummy.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/AddNoCodeEventModalDummy.tsx
rename to apps/formbricks-com-old/components/dummyUI/AddNoCodeEventModalDummy.tsx
diff --git a/apps/formbricks-com/components/dummyUI/CTAQuestion.tsx b/apps/formbricks-com-old/components/dummyUI/CTAQuestion.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/CTAQuestion.tsx
rename to apps/formbricks-com-old/components/dummyUI/CTAQuestion.tsx
diff --git a/apps/formbricks-com/components/dummyUI/ContentWrapper.tsx b/apps/formbricks-com-old/components/dummyUI/ContentWrapper.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/ContentWrapper.tsx
rename to apps/formbricks-com-old/components/dummyUI/ContentWrapper.tsx
diff --git a/apps/formbricks-com/components/dummyUI/DemoPreview.tsx b/apps/formbricks-com-old/components/dummyUI/DemoPreview.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/DemoPreview.tsx
rename to apps/formbricks-com-old/components/dummyUI/DemoPreview.tsx
diff --git a/apps/formbricks-com/components/dummyUI/DemoView.tsx b/apps/formbricks-com-old/components/dummyUI/DemoView.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/DemoView.tsx
rename to apps/formbricks-com-old/components/dummyUI/DemoView.tsx
diff --git a/apps/formbricks-com/components/dummyUI/Headline.tsx b/apps/formbricks-com-old/components/dummyUI/Headline.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/Headline.tsx
rename to apps/formbricks-com-old/components/dummyUI/Headline.tsx
diff --git a/apps/formbricks-com/components/dummyUI/HtmlBody.tsx b/apps/formbricks-com-old/components/dummyUI/HtmlBody.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/HtmlBody.tsx
rename to apps/formbricks-com-old/components/dummyUI/HtmlBody.tsx
diff --git a/apps/formbricks-com/components/dummyUI/Modal.tsx b/apps/formbricks-com-old/components/dummyUI/Modal.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/Modal.tsx
rename to apps/formbricks-com-old/components/dummyUI/Modal.tsx
diff --git a/apps/formbricks-com/components/dummyUI/MultipleChoiceMultiQuestion.tsx b/apps/formbricks-com-old/components/dummyUI/MultipleChoiceMultiQuestion.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/MultipleChoiceMultiQuestion.tsx
rename to apps/formbricks-com-old/components/dummyUI/MultipleChoiceMultiQuestion.tsx
diff --git a/apps/formbricks-com/components/dummyUI/MultipleChoiceSingleQuestion.tsx b/apps/formbricks-com-old/components/dummyUI/MultipleChoiceSingleQuestion.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/MultipleChoiceSingleQuestion.tsx
rename to apps/formbricks-com-old/components/dummyUI/MultipleChoiceSingleQuestion.tsx
diff --git a/apps/formbricks-com/components/dummyUI/NPSQuestion.tsx b/apps/formbricks-com-old/components/dummyUI/NPSQuestion.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/NPSQuestion.tsx
rename to apps/formbricks-com-old/components/dummyUI/NPSQuestion.tsx
diff --git a/apps/formbricks-com/components/dummyUI/OpenTextQuestion.tsx b/apps/formbricks-com-old/components/dummyUI/OpenTextQuestion.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/OpenTextQuestion.tsx
rename to apps/formbricks-com-old/components/dummyUI/OpenTextQuestion.tsx
diff --git a/apps/formbricks-com/components/dummyUI/PreviewModal.tsx b/apps/formbricks-com-old/components/dummyUI/PreviewModal.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/PreviewModal.tsx
rename to apps/formbricks-com-old/components/dummyUI/PreviewModal.tsx
diff --git a/apps/formbricks-com/components/dummyUI/PreviewSurvey.tsx b/apps/formbricks-com-old/components/dummyUI/PreviewSurvey.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/PreviewSurvey.tsx
rename to apps/formbricks-com-old/components/dummyUI/PreviewSurvey.tsx
diff --git a/apps/formbricks-com/components/dummyUI/Progress.tsx b/apps/formbricks-com-old/components/dummyUI/Progress.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/Progress.tsx
rename to apps/formbricks-com-old/components/dummyUI/Progress.tsx
diff --git a/apps/formbricks-com/components/dummyUI/QuestionConditional.tsx b/apps/formbricks-com-old/components/dummyUI/QuestionConditional.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/QuestionConditional.tsx
rename to apps/formbricks-com-old/components/dummyUI/QuestionConditional.tsx
diff --git a/apps/formbricks-com/components/dummyUI/RatingQuestion.tsx b/apps/formbricks-com-old/components/dummyUI/RatingQuestion.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/RatingQuestion.tsx
rename to apps/formbricks-com-old/components/dummyUI/RatingQuestion.tsx
diff --git a/apps/formbricks-com/components/dummyUI/Subheader.tsx b/apps/formbricks-com-old/components/dummyUI/Subheader.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/Subheader.tsx
rename to apps/formbricks-com-old/components/dummyUI/Subheader.tsx
diff --git a/apps/formbricks-com/components/dummyUI/TemplateList.tsx b/apps/formbricks-com-old/components/dummyUI/TemplateList.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/TemplateList.tsx
rename to apps/formbricks-com-old/components/dummyUI/TemplateList.tsx
diff --git a/apps/formbricks-com/components/dummyUI/ThankYouCard.tsx b/apps/formbricks-com-old/components/dummyUI/ThankYouCard.tsx
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/ThankYouCard.tsx
rename to apps/formbricks-com-old/components/dummyUI/ThankYouCard.tsx
diff --git a/apps/formbricks-com/components/dummyUI/templates.ts b/apps/formbricks-com-old/components/dummyUI/templates.ts
similarity index 100%
rename from apps/formbricks-com/components/dummyUI/templates.ts
rename to apps/formbricks-com-old/components/dummyUI/templates.ts
diff --git a/apps/formbricks-com/components/home/Features.tsx b/apps/formbricks-com-old/components/home/Features.tsx
similarity index 100%
rename from apps/formbricks-com/components/home/Features.tsx
rename to apps/formbricks-com-old/components/home/Features.tsx
diff --git a/apps/formbricks-com/components/home/GitHubSponsorship.tsx b/apps/formbricks-com-old/components/home/GitHubSponsorship.tsx
similarity index 100%
rename from apps/formbricks-com/components/home/GitHubSponsorship.tsx
rename to apps/formbricks-com-old/components/home/GitHubSponsorship.tsx
diff --git a/apps/formbricks-com/components/home/Hero.tsx b/apps/formbricks-com-old/components/home/Hero.tsx
similarity index 100%
rename from apps/formbricks-com/components/home/Hero.tsx
rename to apps/formbricks-com-old/components/home/Hero.tsx
diff --git a/apps/formbricks-com/components/home/HeroAnimation.tsx b/apps/formbricks-com-old/components/home/HeroAnimation.tsx
similarity index 100%
rename from apps/formbricks-com/components/home/HeroAnimation.tsx
rename to apps/formbricks-com-old/components/home/HeroAnimation.tsx
diff --git a/apps/formbricks-com/components/home/Highlights.tsx b/apps/formbricks-com-old/components/home/Highlights.tsx
similarity index 100%
rename from apps/formbricks-com/components/home/Highlights.tsx
rename to apps/formbricks-com-old/components/home/Highlights.tsx
diff --git a/apps/formbricks-com/components/home/SetupTabs.tsx b/apps/formbricks-com-old/components/home/SetupTabs.tsx
similarity index 100%
rename from apps/formbricks-com/components/home/SetupTabs.tsx
rename to apps/formbricks-com-old/components/home/SetupTabs.tsx
diff --git a/apps/formbricks-com/components/home/Steps.tsx b/apps/formbricks-com-old/components/home/Steps.tsx
similarity index 100%
rename from apps/formbricks-com/components/home/Steps.tsx
rename to apps/formbricks-com-old/components/home/Steps.tsx
diff --git a/apps/formbricks-com/components/home/VideoWalkThrough.tsx b/apps/formbricks-com-old/components/home/VideoWalkThrough.tsx
similarity index 100%
rename from apps/formbricks-com/components/home/VideoWalkThrough.tsx
rename to apps/formbricks-com-old/components/home/VideoWalkThrough.tsx
diff --git a/apps/formbricks-com/components/shared/APILayout.tsx b/apps/formbricks-com-old/components/shared/APILayout.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/APILayout.tsx
rename to apps/formbricks-com-old/components/shared/APILayout.tsx
diff --git a/apps/formbricks-com/components/shared/AuthorBox.tsx b/apps/formbricks-com-old/components/shared/AuthorBox.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/AuthorBox.tsx
rename to apps/formbricks-com-old/components/shared/AuthorBox.tsx
diff --git a/apps/formbricks-com/components/shared/BestPracticeNavigation.tsx b/apps/formbricks-com-old/components/shared/BestPracticeNavigation.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/BestPracticeNavigation.tsx
rename to apps/formbricks-com-old/components/shared/BestPracticeNavigation.tsx
diff --git a/apps/formbricks-com/components/shared/BestPractices.tsx b/apps/formbricks-com-old/components/shared/BestPractices.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/BestPractices.tsx
rename to apps/formbricks-com-old/components/shared/BestPractices.tsx
diff --git a/apps/formbricks-com/components/shared/BreakerCTA.tsx b/apps/formbricks-com-old/components/shared/BreakerCTA.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/BreakerCTA.tsx
rename to apps/formbricks-com-old/components/shared/BreakerCTA.tsx
diff --git a/apps/formbricks-com/components/shared/CTA.tsx b/apps/formbricks-com-old/components/shared/CTA.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/CTA.tsx
rename to apps/formbricks-com-old/components/shared/CTA.tsx
diff --git a/apps/formbricks-com/components/shared/Callout.tsx b/apps/formbricks-com-old/components/shared/Callout.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Callout.tsx
rename to apps/formbricks-com-old/components/shared/Callout.tsx
diff --git a/apps/formbricks-com/components/shared/Card.jsx b/apps/formbricks-com-old/components/shared/Card.jsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Card.jsx
rename to apps/formbricks-com-old/components/shared/Card.jsx
diff --git a/apps/formbricks-com/components/shared/CodeBlock.tsx b/apps/formbricks-com-old/components/shared/CodeBlock.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/CodeBlock.tsx
rename to apps/formbricks-com-old/components/shared/CodeBlock.tsx
diff --git a/apps/formbricks-com/components/shared/EarlyBirdDeal.tsx b/apps/formbricks-com-old/components/shared/EarlyBirdDeal.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/EarlyBirdDeal.tsx
rename to apps/formbricks-com-old/components/shared/EarlyBirdDeal.tsx
diff --git a/apps/formbricks-com/components/shared/FeatureHighlight.tsx b/apps/formbricks-com-old/components/shared/FeatureHighlight.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/FeatureHighlight.tsx
rename to apps/formbricks-com-old/components/shared/FeatureHighlight.tsx
diff --git a/apps/formbricks-com/components/shared/Fence.jsx b/apps/formbricks-com-old/components/shared/Fence.jsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Fence.jsx
rename to apps/formbricks-com-old/components/shared/Fence.jsx
diff --git a/apps/formbricks-com/components/shared/Footer.tsx b/apps/formbricks-com-old/components/shared/Footer.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Footer.tsx
rename to apps/formbricks-com-old/components/shared/Footer.tsx
diff --git a/apps/formbricks-com/components/shared/Header.tsx b/apps/formbricks-com-old/components/shared/Header.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Header.tsx
rename to apps/formbricks-com-old/components/shared/Header.tsx
diff --git a/apps/formbricks-com/components/shared/HeaderLight.tsx b/apps/formbricks-com-old/components/shared/HeaderLight.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/HeaderLight.tsx
rename to apps/formbricks-com-old/components/shared/HeaderLight.tsx
diff --git a/apps/formbricks-com/components/shared/HeadingCentered.tsx b/apps/formbricks-com-old/components/shared/HeadingCentered.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/HeadingCentered.tsx
rename to apps/formbricks-com-old/components/shared/HeadingCentered.tsx
diff --git a/apps/formbricks-com/components/shared/HeroAnimation.tsx b/apps/formbricks-com-old/components/shared/HeroAnimation.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/HeroAnimation.tsx
rename to apps/formbricks-com-old/components/shared/HeroAnimation.tsx
diff --git a/apps/formbricks-com/components/shared/HeroTitle.tsx b/apps/formbricks-com-old/components/shared/HeroTitle.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/HeroTitle.tsx
rename to apps/formbricks-com-old/components/shared/HeroTitle.tsx
diff --git a/apps/formbricks-com/components/shared/Icon.jsx b/apps/formbricks-com-old/components/shared/Icon.jsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Icon.jsx
rename to apps/formbricks-com-old/components/shared/Icon.jsx
diff --git a/apps/formbricks-com/components/shared/Layout.tsx b/apps/formbricks-com-old/components/shared/Layout.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Layout.tsx
rename to apps/formbricks-com-old/components/shared/Layout.tsx
diff --git a/apps/formbricks-com/components/shared/LayoutLight.tsx b/apps/formbricks-com-old/components/shared/LayoutLight.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/LayoutLight.tsx
rename to apps/formbricks-com-old/components/shared/LayoutLight.tsx
diff --git a/apps/formbricks-com/components/shared/LayoutMdx.tsx b/apps/formbricks-com-old/components/shared/LayoutMdx.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/LayoutMdx.tsx
rename to apps/formbricks-com-old/components/shared/LayoutMdx.tsx
diff --git a/apps/formbricks-com/components/shared/Logo.tsx b/apps/formbricks-com-old/components/shared/Logo.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Logo.tsx
rename to apps/formbricks-com-old/components/shared/Logo.tsx
diff --git a/apps/formbricks-com/components/shared/MdxCTA.tsx b/apps/formbricks-com-old/components/shared/MdxCTA.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/MdxCTA.tsx
rename to apps/formbricks-com-old/components/shared/MdxCTA.tsx
diff --git a/apps/formbricks-com/components/shared/MdxTryItCTA.tsx b/apps/formbricks-com-old/components/shared/MdxTryItCTA.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/MdxTryItCTA.tsx
rename to apps/formbricks-com-old/components/shared/MdxTryItCTA.tsx
diff --git a/apps/formbricks-com/components/shared/MetaInformation.tsx b/apps/formbricks-com-old/components/shared/MetaInformation.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/MetaInformation.tsx
rename to apps/formbricks-com-old/components/shared/MetaInformation.tsx
diff --git a/apps/formbricks-com/components/shared/MobileNavigation.jsx b/apps/formbricks-com-old/components/shared/MobileNavigation.jsx
similarity index 100%
rename from apps/formbricks-com/components/shared/MobileNavigation.jsx
rename to apps/formbricks-com-old/components/shared/MobileNavigation.jsx
diff --git a/apps/formbricks-com/components/shared/Modal.tsx b/apps/formbricks-com-old/components/shared/Modal.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Modal.tsx
rename to apps/formbricks-com-old/components/shared/Modal.tsx
diff --git a/apps/formbricks-com/components/shared/Navigation.tsx b/apps/formbricks-com-old/components/shared/Navigation.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Navigation.tsx
rename to apps/formbricks-com-old/components/shared/Navigation.tsx
diff --git a/apps/formbricks-com/components/shared/NewsletterSignup.tsx b/apps/formbricks-com-old/components/shared/NewsletterSignup.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/NewsletterSignup.tsx
rename to apps/formbricks-com-old/components/shared/NewsletterSignup.tsx
diff --git a/apps/formbricks-com/components/shared/Pricing.tsx b/apps/formbricks-com-old/components/shared/Pricing.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Pricing.tsx
rename to apps/formbricks-com-old/components/shared/Pricing.tsx
diff --git a/apps/formbricks-com/components/shared/Prose.jsx b/apps/formbricks-com-old/components/shared/Prose.jsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Prose.jsx
rename to apps/formbricks-com-old/components/shared/Prose.jsx
diff --git a/apps/formbricks-com/components/shared/Search.tsx b/apps/formbricks-com-old/components/shared/Search.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/Search.tsx
rename to apps/formbricks-com-old/components/shared/Search.tsx
diff --git a/apps/formbricks-com/components/shared/ThemeSelector.jsx b/apps/formbricks-com-old/components/shared/ThemeSelector.jsx
similarity index 100%
rename from apps/formbricks-com/components/shared/ThemeSelector.jsx
rename to apps/formbricks-com-old/components/shared/ThemeSelector.jsx
diff --git a/apps/formbricks-com/components/shared/TryItCTA.tsx b/apps/formbricks-com-old/components/shared/TryItCTA.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/TryItCTA.tsx
rename to apps/formbricks-com-old/components/shared/TryItCTA.tsx
diff --git a/apps/formbricks-com/components/shared/UseCaseCTA.tsx b/apps/formbricks-com-old/components/shared/UseCaseCTA.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/UseCaseCTA.tsx
rename to apps/formbricks-com-old/components/shared/UseCaseCTA.tsx
diff --git a/apps/formbricks-com/components/shared/UseCaseHeader.tsx b/apps/formbricks-com-old/components/shared/UseCaseHeader.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/UseCaseHeader.tsx
rename to apps/formbricks-com-old/components/shared/UseCaseHeader.tsx
diff --git a/apps/formbricks-com/components/shared/WhyFormbricks.tsx b/apps/formbricks-com-old/components/shared/WhyFormbricks.tsx
similarity index 100%
rename from apps/formbricks-com/components/shared/WhyFormbricks.tsx
rename to apps/formbricks-com-old/components/shared/WhyFormbricks.tsx
diff --git a/apps/formbricks-com/components/shared/icons/InstallationIcon.jsx b/apps/formbricks-com-old/components/shared/icons/InstallationIcon.jsx
similarity index 100%
rename from apps/formbricks-com/components/shared/icons/InstallationIcon.jsx
rename to apps/formbricks-com-old/components/shared/icons/InstallationIcon.jsx
diff --git a/apps/formbricks-com/components/shared/icons/LightbulbIcon.jsx b/apps/formbricks-com-old/components/shared/icons/LightbulbIcon.jsx
similarity index 100%
rename from apps/formbricks-com/components/shared/icons/LightbulbIcon.jsx
rename to apps/formbricks-com-old/components/shared/icons/LightbulbIcon.jsx
diff --git a/apps/formbricks-com/components/shared/icons/PluginsIcon.jsx b/apps/formbricks-com-old/components/shared/icons/PluginsIcon.jsx
similarity index 100%
rename from apps/formbricks-com/components/shared/icons/PluginsIcon.jsx
rename to apps/formbricks-com-old/components/shared/icons/PluginsIcon.jsx
diff --git a/apps/formbricks-com/components/shared/icons/PresetsIcon.jsx b/apps/formbricks-com-old/components/shared/icons/PresetsIcon.jsx
similarity index 100%
rename from apps/formbricks-com/components/shared/icons/PresetsIcon.jsx
rename to apps/formbricks-com-old/components/shared/icons/PresetsIcon.jsx
diff --git a/apps/formbricks-com/components/shared/icons/ThemingIcon.jsx b/apps/formbricks-com-old/components/shared/icons/ThemingIcon.jsx
similarity index 100%
rename from apps/formbricks-com/components/shared/icons/ThemingIcon.jsx
rename to apps/formbricks-com-old/components/shared/icons/ThemingIcon.jsx
diff --git a/apps/formbricks-com/components/shared/icons/WarningIcon.jsx b/apps/formbricks-com-old/components/shared/icons/WarningIcon.jsx
similarity index 100%
rename from apps/formbricks-com/components/shared/icons/WarningIcon.jsx
rename to apps/formbricks-com-old/components/shared/icons/WarningIcon.jsx
diff --git a/apps/formbricks-com/images/SEO/Best React Form Library and Builder 2023 to create and build forms surveys easy and fast.png b/apps/formbricks-com-old/images/SEO/Best React Form Library and Builder 2023 to create and build forms surveys easy and fast.png
similarity index 100%
rename from apps/formbricks-com/images/SEO/Best React Form Library and Builder 2023 to create and build forms surveys easy and fast.png
rename to apps/formbricks-com-old/images/SEO/Best React Form Library and Builder 2023 to create and build forms surveys easy and fast.png
diff --git a/apps/formbricks-com/images/SEO/Data Controller vs Data Processor Overview for open source forms and surveys.png b/apps/formbricks-com-old/images/SEO/Data Controller vs Data Processor Overview for open source forms and surveys.png
similarity index 100%
rename from apps/formbricks-com/images/SEO/Data Controller vs Data Processor Overview for open source forms and surveys.png
rename to apps/formbricks-com-old/images/SEO/Data Controller vs Data Processor Overview for open source forms and surveys.png
diff --git a/apps/formbricks-com/images/SEO/Formbricks React Form Library vs React Hook Form comparison post to build forms fast in reactjs smaller.png b/apps/formbricks-com-old/images/SEO/Formbricks React Form Library vs React Hook Form comparison post to build forms fast in reactjs smaller.png
similarity index 100%
rename from apps/formbricks-com/images/SEO/Formbricks React Form Library vs React Hook Form comparison post to build forms fast in reactjs smaller.png
rename to apps/formbricks-com-old/images/SEO/Formbricks React Form Library vs React Hook Form comparison post to build forms fast in reactjs smaller.png
diff --git a/apps/formbricks-com/images/SEO/Formspree open source alternative vs Formbricks FormHQ comparison post for form backend as a service.png b/apps/formbricks-com-old/images/SEO/Formspree open source alternative vs Formbricks FormHQ comparison post for form backend as a service.png
similarity index 100%
rename from apps/formbricks-com/images/SEO/Formspree open source alternative vs Formbricks FormHQ comparison post for form backend as a service.png
rename to apps/formbricks-com-old/images/SEO/Formspree open source alternative vs Formbricks FormHQ comparison post for form backend as a service.png
diff --git a/apps/formbricks-com/images/SEO/Google Form Example Customize and make it comply with GDPR CCPA HIPAA open source alternative.png b/apps/formbricks-com-old/images/SEO/Google Form Example Customize and make it comply with GDPR CCPA HIPAA open source alternative.png
similarity index 100%
rename from apps/formbricks-com/images/SEO/Google Form Example Customize and make it comply with GDPR CCPA HIPAA open source alternative.png
rename to apps/formbricks-com-old/images/SEO/Google Form Example Customize and make it comply with GDPR CCPA HIPAA open source alternative.png
diff --git a/apps/formbricks-com/images/SEO/Google Forms Open Source Alternative Comparison with Formbricks Open-source Online Form Builder.png b/apps/formbricks-com-old/images/SEO/Google Forms Open Source Alternative Comparison with Formbricks Open-source Online Form Builder.png
similarity index 100%
rename from apps/formbricks-com/images/SEO/Google Forms Open Source Alternative Comparison with Formbricks Open-source Online Form Builder.png
rename to apps/formbricks-com-old/images/SEO/Google Forms Open Source Alternative Comparison with Formbricks Open-source Online Form Builder.png
diff --git a/apps/formbricks-com/images/SEO/GoogleForms GDPR compliant for EU company open source self-hosting alternative.png b/apps/formbricks-com-old/images/SEO/GoogleForms GDPR compliant for EU company open source self-hosting alternative.png
similarity index 100%
rename from apps/formbricks-com/images/SEO/GoogleForms GDPR compliant for EU company open source self-hosting alternative.png
rename to apps/formbricks-com-old/images/SEO/GoogleForms GDPR compliant for EU company open source self-hosting alternative.png
diff --git a/apps/formbricks-com/images/SEO/OhMyForm Typeform Alternative comparison Formbricks open source forms and survey library builder.png b/apps/formbricks-com-old/images/SEO/OhMyForm Typeform Alternative comparison Formbricks open source forms and survey library builder.png
similarity index 100%
rename from apps/formbricks-com/images/SEO/OhMyForm Typeform Alternative comparison Formbricks open source forms and survey library builder.png
rename to apps/formbricks-com-old/images/SEO/OhMyForm Typeform Alternative comparison Formbricks open source forms and survey library builder.png
diff --git a/apps/formbricks-com/images/SEO/Stars - best open source react survey builder 2023 comparison of github repository stars for form builder library.png b/apps/formbricks-com-old/images/SEO/Stars - best open source react survey builder 2023 comparison of github repository stars for form builder library.png
similarity index 100%
rename from apps/formbricks-com/images/SEO/Stars - best open source react survey builder 2023 comparison of github repository stars for form builder library.png
rename to apps/formbricks-com-old/images/SEO/Stars - best open source react survey builder 2023 comparison of github repository stars for form builder library.png
diff --git a/apps/formbricks-com/images/SEO/Winner comparison best React survey Library and Builder 2023 2022.png b/apps/formbricks-com-old/images/SEO/Winner comparison best React survey Library and Builder 2023 2022.png
similarity index 100%
rename from apps/formbricks-com/images/SEO/Winner comparison best React survey Library and Builder 2023 2022.png
rename to apps/formbricks-com-old/images/SEO/Winner comparison best React survey Library and Builder 2023 2022.png
diff --git a/apps/formbricks-com/images/SEO/example-lemonade-radio-field-with-image-in-react-library-Oopen-source.png b/apps/formbricks-com-old/images/SEO/example-lemonade-radio-field-with-image-in-react-library-Oopen-source.png
similarity index 100%
rename from apps/formbricks-com/images/SEO/example-lemonade-radio-field-with-image-in-react-library-Oopen-source.png
rename to apps/formbricks-com-old/images/SEO/example-lemonade-radio-field-with-image-in-react-library-Oopen-source.png
diff --git a/apps/formbricks-com/images/SEO/who gets the crown of open source forms.gif b/apps/formbricks-com-old/images/SEO/who gets the crown of open source forms.gif
similarity index 100%
rename from apps/formbricks-com/images/SEO/who gets the crown of open source forms.gif
rename to apps/formbricks-com-old/images/SEO/who gets the crown of open source forms.gif
diff --git a/apps/formbricks-com/images/ask-nothing-twice.png b/apps/formbricks-com-old/images/ask-nothing-twice.png
similarity index 100%
rename from apps/formbricks-com/images/ask-nothing-twice.png
rename to apps/formbricks-com-old/images/ask-nothing-twice.png
diff --git a/apps/formbricks-com/images/attributes-dark.png b/apps/formbricks-com-old/images/attributes-dark.png
similarity index 100%
rename from apps/formbricks-com/images/attributes-dark.png
rename to apps/formbricks-com-old/images/attributes-dark.png
diff --git a/apps/formbricks-com/images/attributes-dark.svg b/apps/formbricks-com-old/images/attributes-dark.svg
similarity index 100%
rename from apps/formbricks-com/images/attributes-dark.svg
rename to apps/formbricks-com-old/images/attributes-dark.svg
diff --git a/apps/formbricks-com/images/attributes-light.png b/apps/formbricks-com-old/images/attributes-light.png
similarity index 100%
rename from apps/formbricks-com/images/attributes-light.png
rename to apps/formbricks-com-old/images/attributes-light.png
diff --git a/apps/formbricks-com/images/attributes-light.svg b/apps/formbricks-com-old/images/attributes-light.svg
similarity index 100%
rename from apps/formbricks-com/images/attributes-light.svg
rename to apps/formbricks-com-old/images/attributes-light.svg
diff --git a/apps/formbricks-com/images/blog/johannes-co-founder-formbricks-small.jpg b/apps/formbricks-com-old/images/blog/johannes-co-founder-formbricks-small.jpg
similarity index 100%
rename from apps/formbricks-com/images/blog/johannes-co-founder-formbricks-small.jpg
rename to apps/formbricks-com-old/images/blog/johannes-co-founder-formbricks-small.jpg
diff --git a/apps/formbricks-com/images/blur-cyan.png b/apps/formbricks-com-old/images/blur-cyan.png
similarity index 100%
rename from apps/formbricks-com/images/blur-cyan.png
rename to apps/formbricks-com-old/images/blur-cyan.png
diff --git a/apps/formbricks-com/images/blur-indigo.png b/apps/formbricks-com-old/images/blur-indigo.png
similarity index 100%
rename from apps/formbricks-com/images/blur-indigo.png
rename to apps/formbricks-com-old/images/blur-indigo.png
diff --git a/apps/formbricks-com/images/clients/cal-logo-dark.svg b/apps/formbricks-com-old/images/clients/cal-logo-dark.svg
similarity index 100%
rename from apps/formbricks-com/images/clients/cal-logo-dark.svg
rename to apps/formbricks-com-old/images/clients/cal-logo-dark.svg
diff --git a/apps/formbricks-com/images/clients/cal-logo-light.svg b/apps/formbricks-com-old/images/clients/cal-logo-light.svg
similarity index 100%
rename from apps/formbricks-com/images/clients/cal-logo-light.svg
rename to apps/formbricks-com-old/images/clients/cal-logo-light.svg
diff --git a/apps/formbricks-com/images/clients/clovyr-logo.svg b/apps/formbricks-com-old/images/clients/clovyr-logo.svg
similarity index 100%
rename from apps/formbricks-com/images/clients/clovyr-logo.svg
rename to apps/formbricks-com-old/images/clients/clovyr-logo.svg
diff --git a/apps/formbricks-com/images/clients/crowd-logo-dark.svg b/apps/formbricks-com-old/images/clients/crowd-logo-dark.svg
similarity index 100%
rename from apps/formbricks-com/images/clients/crowd-logo-dark.svg
rename to apps/formbricks-com-old/images/clients/crowd-logo-dark.svg
diff --git a/apps/formbricks-com/images/clients/crowd-logo-light.svg b/apps/formbricks-com-old/images/clients/crowd-logo-light.svg
similarity index 100%
rename from apps/formbricks-com/images/clients/crowd-logo-light.svg
rename to apps/formbricks-com-old/images/clients/crowd-logo-light.svg
diff --git a/apps/formbricks-com/images/clients/niLogoDark.svg b/apps/formbricks-com-old/images/clients/niLogoDark.svg
similarity index 100%
rename from apps/formbricks-com/images/clients/niLogoDark.svg
rename to apps/formbricks-com-old/images/clients/niLogoDark.svg
diff --git a/apps/formbricks-com/images/clients/niLogoWhite.svg b/apps/formbricks-com-old/images/clients/niLogoWhite.svg
similarity index 100%
rename from apps/formbricks-com/images/clients/niLogoWhite.svg
rename to apps/formbricks-com-old/images/clients/niLogoWhite.svg
diff --git a/apps/formbricks-com/images/connect-analytics.png b/apps/formbricks-com-old/images/connect-analytics.png
similarity index 100%
rename from apps/formbricks-com/images/connect-analytics.png
rename to apps/formbricks-com-old/images/connect-analytics.png
diff --git a/apps/formbricks-com/images/core-api.svg b/apps/formbricks-com-old/images/core-api.svg
similarity index 100%
rename from apps/formbricks-com/images/core-api.svg
rename to apps/formbricks-com-old/images/core-api.svg
diff --git a/apps/formbricks-com/images/dark-connect-analytics.png b/apps/formbricks-com-old/images/dark-connect-analytics.png
similarity index 100%
rename from apps/formbricks-com/images/dark-connect-analytics.png
rename to apps/formbricks-com-old/images/dark-connect-analytics.png
diff --git a/apps/formbricks-com/images/dark-insights.png b/apps/formbricks-com-old/images/dark-insights.png
similarity index 100%
rename from apps/formbricks-com/images/dark-insights.png
rename to apps/formbricks-com-old/images/dark-insights.png
diff --git a/apps/formbricks-com/images/dashboard-mockup-dark.png b/apps/formbricks-com-old/images/dashboard-mockup-dark.png
similarity index 100%
rename from apps/formbricks-com/images/dashboard-mockup-dark.png
rename to apps/formbricks-com-old/images/dashboard-mockup-dark.png
diff --git a/apps/formbricks-com/images/dashboard-mockup.png b/apps/formbricks-com-old/images/dashboard-mockup.png
similarity index 100%
rename from apps/formbricks-com/images/dashboard-mockup.png
rename to apps/formbricks-com-old/images/dashboard-mockup.png
diff --git a/apps/formbricks-com/images/data-pipelines.png b/apps/formbricks-com-old/images/data-pipelines.png
similarity index 100%
rename from apps/formbricks-com/images/data-pipelines.png
rename to apps/formbricks-com-old/images/data-pipelines.png
diff --git a/apps/formbricks-com/images/docs/copy-id.png b/apps/formbricks-com-old/images/docs/copy-id.png
similarity index 100%
rename from apps/formbricks-com/images/docs/copy-id.png
rename to apps/formbricks-com-old/images/docs/copy-id.png
diff --git a/apps/formbricks-com/images/docs/create-feedback-box.png b/apps/formbricks-com-old/images/docs/create-feedback-box.png
similarity index 100%
rename from apps/formbricks-com/images/docs/create-feedback-box.png
rename to apps/formbricks-com-old/images/docs/create-feedback-box.png
diff --git a/apps/formbricks-com/images/docs/fb-id.png b/apps/formbricks-com-old/images/docs/fb-id.png
similarity index 100%
rename from apps/formbricks-com/images/docs/fb-id.png
rename to apps/formbricks-com-old/images/docs/fb-id.png
diff --git a/apps/formbricks-com/images/docs/new-pmf.png b/apps/formbricks-com-old/images/docs/new-pmf.png
similarity index 100%
rename from apps/formbricks-com/images/docs/new-pmf.png
rename to apps/formbricks-com-old/images/docs/new-pmf.png
diff --git a/apps/formbricks-com/images/early bird deal for open source jotform alternative typeform and surveymonkey_v2.svg b/apps/formbricks-com-old/images/early bird deal for open source jotform alternative typeform and surveymonkey_v2.svg
similarity index 100%
rename from apps/formbricks-com/images/early bird deal for open source jotform alternative typeform and surveymonkey_v2.svg
rename to apps/formbricks-com-old/images/early bird deal for open source jotform alternative typeform and surveymonkey_v2.svg
diff --git a/apps/formbricks-com/images/email.svg b/apps/formbricks-com-old/images/email.svg
similarity index 100%
rename from apps/formbricks-com/images/email.svg
rename to apps/formbricks-com-old/images/email.svg
diff --git a/apps/formbricks-com/images/event-trigger-dark.png b/apps/formbricks-com-old/images/event-trigger-dark.png
similarity index 100%
rename from apps/formbricks-com/images/event-trigger-dark.png
rename to apps/formbricks-com-old/images/event-trigger-dark.png
diff --git a/apps/formbricks-com/images/event-trigger-dark.svg b/apps/formbricks-com-old/images/event-trigger-dark.svg
similarity index 100%
rename from apps/formbricks-com/images/event-trigger-dark.svg
rename to apps/formbricks-com-old/images/event-trigger-dark.svg
diff --git a/apps/formbricks-com/images/event-trigger-light.png b/apps/formbricks-com-old/images/event-trigger-light.png
similarity index 100%
rename from apps/formbricks-com/images/event-trigger-light.png
rename to apps/formbricks-com-old/images/event-trigger-light.png
diff --git a/apps/formbricks-com/images/event-trigger-light.svg b/apps/formbricks-com-old/images/event-trigger-light.svg
similarity index 100%
rename from apps/formbricks-com/images/event-trigger-light.svg
rename to apps/formbricks-com-old/images/event-trigger-light.svg
diff --git a/apps/formbricks-com/images/form-hq.png b/apps/formbricks-com-old/images/form-hq.png
similarity index 100%
rename from apps/formbricks-com/images/form-hq.png
rename to apps/formbricks-com-old/images/form-hq.png
diff --git a/apps/formbricks-com/images/github-mark-white.svg b/apps/formbricks-com-old/images/github-mark-white.svg
similarity index 100%
rename from apps/formbricks-com/images/github-mark-white.svg
rename to apps/formbricks-com-old/images/github-mark-white.svg
diff --git a/apps/formbricks-com/images/github-mark.svg b/apps/formbricks-com-old/images/github-mark.svg
similarity index 100%
rename from apps/formbricks-com/images/github-mark.svg
rename to apps/formbricks-com-old/images/github-mark.svg
diff --git a/apps/formbricks-com/images/insights.png b/apps/formbricks-com-old/images/insights.png
similarity index 100%
rename from apps/formbricks-com/images/insights.png
rename to apps/formbricks-com-old/images/insights.png
diff --git a/apps/formbricks-com/images/logo/footerlogo-dark.svg b/apps/formbricks-com-old/images/logo/footerlogo-dark.svg
similarity index 100%
rename from apps/formbricks-com/images/logo/footerlogo-dark.svg
rename to apps/formbricks-com-old/images/logo/footerlogo-dark.svg
diff --git a/apps/formbricks-com/images/logo/footerlogo.svg b/apps/formbricks-com-old/images/logo/footerlogo.svg
similarity index 100%
rename from apps/formbricks-com/images/logo/footerlogo.svg
rename to apps/formbricks-com-old/images/logo/footerlogo.svg
diff --git a/apps/formbricks-com/images/logo/logo.svg b/apps/formbricks-com-old/images/logo/logo.svg
similarity index 100%
rename from apps/formbricks-com/images/logo/logo.svg
rename to apps/formbricks-com-old/images/logo/logo.svg
diff --git a/apps/formbricks-com/images/logo/logo_dark.svg b/apps/formbricks-com-old/images/logo/logo_dark.svg
similarity index 100%
rename from apps/formbricks-com/images/logo/logo_dark.svg
rename to apps/formbricks-com-old/images/logo/logo_dark.svg
diff --git a/apps/formbricks-com/images/logo/logomark.svg b/apps/formbricks-com-old/images/logo/logomark.svg
similarity index 100%
rename from apps/formbricks-com/images/logo/logomark.svg
rename to apps/formbricks-com-old/images/logo/logomark.svg
diff --git a/apps/formbricks-com/images/newsletter-signup-gif.gif b/apps/formbricks-com-old/images/newsletter-signup-gif.gif
similarity index 100%
rename from apps/formbricks-com/images/newsletter-signup-gif.gif
rename to apps/formbricks-com-old/images/newsletter-signup-gif.gif
diff --git a/apps/formbricks-com/images/pipelines-dark.png b/apps/formbricks-com-old/images/pipelines-dark.png
similarity index 100%
rename from apps/formbricks-com/images/pipelines-dark.png
rename to apps/formbricks-com-old/images/pipelines-dark.png
diff --git a/apps/formbricks-com/images/pipelines.png b/apps/formbricks-com-old/images/pipelines.png
similarity index 100%
rename from apps/formbricks-com/images/pipelines.png
rename to apps/formbricks-com-old/images/pipelines.png
diff --git a/apps/formbricks-com/images/pre-segmentation-dark.png b/apps/formbricks-com-old/images/pre-segmentation-dark.png
similarity index 100%
rename from apps/formbricks-com/images/pre-segmentation-dark.png
rename to apps/formbricks-com-old/images/pre-segmentation-dark.png
diff --git a/apps/formbricks-com/images/pre-segmentation.png b/apps/formbricks-com-old/images/pre-segmentation.png
similarity index 100%
rename from apps/formbricks-com/images/pre-segmentation.png
rename to apps/formbricks-com-old/images/pre-segmentation.png
diff --git a/apps/formbricks-com/images/pre-segmentation.svg b/apps/formbricks-com-old/images/pre-segmentation.svg
similarity index 100%
rename from apps/formbricks-com/images/pre-segmentation.svg
rename to apps/formbricks-com-old/images/pre-segmentation.svg
diff --git a/apps/formbricks-com/images/react-lib.png b/apps/formbricks-com-old/images/react-lib.png
similarity index 100%
rename from apps/formbricks-com/images/react-lib.png
rename to apps/formbricks-com-old/images/react-lib.png
diff --git a/apps/formbricks-com/images/schema-generation-svg.svg b/apps/formbricks-com-old/images/schema-generation-svg.svg
similarity index 100%
rename from apps/formbricks-com/images/schema-generation-svg.svg
rename to apps/formbricks-com-old/images/schema-generation-svg.svg
diff --git a/apps/formbricks-com/images/schema-generation.png b/apps/formbricks-com-old/images/schema-generation.png
similarity index 100%
rename from apps/formbricks-com/images/schema-generation.png
rename to apps/formbricks-com-old/images/schema-generation.png
diff --git a/apps/formbricks-com/images/webhook-png.png b/apps/formbricks-com-old/images/webhook-png.png
similarity index 100%
rename from apps/formbricks-com/images/webhook-png.png
rename to apps/formbricks-com-old/images/webhook-png.png
diff --git a/apps/formbricks-com/lib/articles.ts b/apps/formbricks-com-old/lib/articles.ts
similarity index 100%
rename from apps/formbricks-com/lib/articles.ts
rename to apps/formbricks-com-old/lib/articles.ts
diff --git a/apps/formbricks-com/lib/cleanHtml.ts b/apps/formbricks-com-old/lib/cleanHtml.ts
similarity index 100%
rename from apps/formbricks-com/lib/cleanHtml.ts
rename to apps/formbricks-com-old/lib/cleanHtml.ts
diff --git a/apps/formbricks-com/lib/docsNavigation.ts b/apps/formbricks-com-old/lib/docsNavigation.ts
similarity index 100%
rename from apps/formbricks-com/lib/docsNavigation.ts
rename to apps/formbricks-com-old/lib/docsNavigation.ts
diff --git a/apps/formbricks-com/lib/handleFeedbackSubmit.ts b/apps/formbricks-com-old/lib/handleFeedbackSubmit.ts
similarity index 100%
rename from apps/formbricks-com/lib/handleFeedbackSubmit.ts
rename to apps/formbricks-com-old/lib/handleFeedbackSubmit.ts
diff --git a/apps/formbricks-com/lib/utils.ts b/apps/formbricks-com-old/lib/utils.ts
similarity index 100%
rename from apps/formbricks-com/lib/utils.ts
rename to apps/formbricks-com-old/lib/utils.ts
diff --git a/apps/formbricks-com/next-sitemap.config.js b/apps/formbricks-com-old/next-sitemap.config.js
similarity index 100%
rename from apps/formbricks-com/next-sitemap.config.js
rename to apps/formbricks-com-old/next-sitemap.config.js
diff --git a/apps/formbricks-com-old/next.config.mjs b/apps/formbricks-com-old/next.config.mjs
new file mode 100644
index 0000000000..339e699170
--- /dev/null
+++ b/apps/formbricks-com-old/next.config.mjs
@@ -0,0 +1,130 @@
+/** @type {import('next').NextConfig} */
+
+import rehypePrism from "@mapbox/rehype-prism";
+import nextMDX from "@next/mdx";
+import { withPlausibleProxy } from "next-plausible";
+import remarkGfm from "remark-gfm";
+
+const nextConfig = {
+ reactStrictMode: true,
+ pageExtensions: ["ts", "tsx", "js", "jsx", "md", "mdx"],
+ transpilePackages: ["@formbricks/ui", "@formbricks/lib"],
+ images: {
+ remotePatterns: [
+ {
+ protocol: "https",
+ hostname: "seo-strapi-aws-s3.s3.eu-central-1.amazonaws.com",
+ port: "",
+ },
+ ],
+ },
+ async redirects() {
+ return [
+ {
+ source: "/discord",
+ destination: "https://discord.gg/3YFcABF2Ts",
+ permanent: true,
+ },
+ {
+ source: "/roadmap",
+ destination: "https://github.com/orgs/formbricks/projects/1",
+ permanent: true,
+ },
+ {
+ source: "/github",
+ destination: "https://github.com/formbricks/formbricks",
+ permanent: true,
+ },
+ {
+ source: "/deal",
+ destination: "/concierge",
+ permanent: false,
+ },
+ {
+ source: "/privacy",
+ destination: "/privacy-policy",
+ permanent: true,
+ },
+ {
+ source: "/form-hq",
+ destination: "/",
+ permanent: true,
+ },
+ {
+ source: "/docs",
+ destination: "/docs/introduction/what-is-formbricks",
+ permanent: true,
+ },
+ {
+ source: "/docs/getting-started/nextjs",
+ destination: "/docs/getting-started/nextjs-app",
+ permanent: true,
+ },
+ {
+ source: "/docs/formbricks-hq/self-hosting",
+ destination: "/docs",
+ permanent: true,
+ },
+ {
+ source: "/docs/react-form-library/getting-started",
+ destination: "/docs",
+ permanent: true,
+ },
+ {
+ source: "/docs/react-form-library/work-with-components",
+ destination: "/docs",
+ permanent: true,
+ },
+ {
+ source: "/docs/react-form-library/introduction",
+ destination: "/docs",
+ permanent: true,
+ },
+ {
+ source: "/docs/formbricks-hq/schema",
+ destination: "/docs",
+ permanent: true,
+ },
+ {
+ source: "/docs/events/why",
+ destination: "/docs/actions/why",
+ permanent: true,
+ },
+ {
+ source: "/docs/events/code",
+ destination: "/docs/actions/code",
+ permanent: true,
+ },
+ {
+ source: "/docs/events/code",
+ destination: "/docs/actions/code",
+ permanent: true,
+ },
+ {
+ source: "/pmf",
+ destination: "/",
+ permanent: true,
+ },
+ {
+ source: "/blog/v1-and-how-we-got-here",
+ destination: "/blog/experience-management-open-source",
+ permanent: true,
+ },
+ ];
+ },
+};
+
+const withMDX = nextMDX({
+ extension: /\.mdx?$/,
+ options: {
+ // If you use remark-gfm, you'll need to use next.config.mjs
+ // as the package is ESM only
+ // https://github.com/remarkjs/remark-gfm#install
+ remarkPlugins: [remarkGfm],
+ rehypePlugins: [rehypePrism],
+ // If you use `MDXProvider`, uncomment the following line.
+ // providerImportSource: "@mdx-js/react",
+ },
+});
+
+export default withPlausibleProxy({ customDomain: "https://plausible.formbricks.com" })(withMDX(nextConfig));
diff --git a/apps/formbricks-com-old/package.json b/apps/formbricks-com-old/package.json
new file mode 100644
index 0000000000..141bab3efa
--- /dev/null
+++ b/apps/formbricks-com-old/package.json
@@ -0,0 +1,48 @@
+{
+ "name": "@formbricks/formbricks-com-old",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "clean": "rimraf .turbo node_modules .next",
+ "dev": "next dev -p 3002",
+ "build": "next build",
+ "postbuild": "next-sitemap",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "@calcom/embed-react": "^1.3.0",
+ "@docsearch/react": "^3.5.1",
+ "@formbricks/lib": "workspace:*",
+ "@formbricks/types": "workspace:*",
+ "@formbricks/ui": "workspace:*",
+ "@headlessui/react": "^1.7.16",
+ "@heroicons/react": "^2.0.18",
+ "@mapbox/rehype-prism": "^0.8.0",
+ "@mdx-js/loader": "^2.3.0",
+ "@mdx-js/react": "^2.3.0",
+ "@next/mdx": "^13.4.12",
+ "@paralleldrive/cuid2": "^2.2.1",
+ "clsx": "^2.0.0",
+ "lottie-web": "^5.12.2",
+ "next": "13.4.12",
+ "next-plausible": "^3.10.1",
+ "next-seo": "^6.1.0",
+ "next-sitemap": "^4.1.8",
+ "node-fetch": "^3.3.2",
+ "prism-react-renderer": "^2.0.6",
+ "prismjs": "^1.29.0",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
+ "react-icons": "^4.10.1",
+ "react-markdown": "^8.0.7",
+ "react-responsive-embed": "^2.1.0",
+ "remark-gfm": "^3.0.1",
+ "sharp": "^0.32.4"
+ },
+ "devDependencies": {
+ "@formbricks/tsconfig": "workspace:*",
+ "@types/prismjs": "^1.26.0",
+ "eslint-config-formbricks": "workspace:*"
+ }
+}
diff --git a/apps/formbricks-com/pages/404.tsx b/apps/formbricks-com-old/pages/404.tsx
similarity index 100%
rename from apps/formbricks-com/pages/404.tsx
rename to apps/formbricks-com-old/pages/404.tsx
diff --git a/apps/formbricks-com/pages/_app.tsx b/apps/formbricks-com-old/pages/_app.tsx
similarity index 100%
rename from apps/formbricks-com/pages/_app.tsx
rename to apps/formbricks-com-old/pages/_app.tsx
diff --git a/apps/formbricks-com/pages/_document.tsx b/apps/formbricks-com-old/pages/_document.tsx
similarity index 100%
rename from apps/formbricks-com/pages/_document.tsx
rename to apps/formbricks-com-old/pages/_document.tsx
diff --git a/apps/formbricks-com/pages/api/oss-friends/index.ts b/apps/formbricks-com-old/pages/api/oss-friends/index.ts
similarity index 100%
rename from apps/formbricks-com/pages/api/oss-friends/index.ts
rename to apps/formbricks-com-old/pages/api/oss-friends/index.ts
diff --git a/apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/2023-title-best-open-source-survey-software-tools-and-alternatives.png b/apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/2023-title-best-open-source-survey-software-tools-and-alternatives.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/2023-title-best-open-source-survey-software-tools-and-alternatives.png
rename to apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/2023-title-best-open-source-survey-software-tools-and-alternatives.png
diff --git a/apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/free-survey-tool-limesurvey-open-source-software-opensource.png b/apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/free-survey-tool-limesurvey-open-source-software-opensource.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/free-survey-tool-limesurvey-open-source-software-opensource.png
rename to apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/free-survey-tool-limesurvey-open-source-software-opensource.png
diff --git a/apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/index.mdx b/apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/index.mdx
rename to apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/index.mdx
diff --git a/apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/open-source-survey-software-free-2023-formbricks-typeform-alternative.png b/apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/open-source-survey-software-free-2023-formbricks-typeform-alternative.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/open-source-survey-software-free-2023-formbricks-typeform-alternative.png
rename to apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/open-source-survey-software-free-2023-formbricks-typeform-alternative.png
diff --git a/apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/opnform-free-open-source-form-survey-tools-builder-2023-self-hostign.jpg b/apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/opnform-free-open-source-form-survey-tools-builder-2023-self-hostign.jpg
similarity index 100%
rename from apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/opnform-free-open-source-form-survey-tools-builder-2023-self-hostign.jpg
rename to apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/opnform-free-open-source-form-survey-tools-builder-2023-self-hostign.jpg
diff --git a/apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/surveyjs-free-opensource-form-survey-tool-software-to-make-surveys-2023.png b/apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/surveyjs-free-opensource-form-survey-tool-software-to-make-surveys-2023.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/surveyjs-free-opensource-form-survey-tool-software-to-make-surveys-2023.png
rename to apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/surveyjs-free-opensource-form-survey-tool-software-to-make-surveys-2023.png
diff --git a/apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/typebot-open-source-free-conversational-form-builder-survey-software-opensource.jpg b/apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/typebot-open-source-free-conversational-form-builder-survey-software-opensource.jpg
similarity index 100%
rename from apps/formbricks-com/pages/blog/best-open-source-survey-software-2023/typebot-open-source-free-conversational-form-builder-survey-software-opensource.jpg
rename to apps/formbricks-com-old/pages/blog/best-open-source-survey-software-2023/typebot-open-source-free-conversational-form-builder-survey-software-opensource.jpg
diff --git a/apps/formbricks-com/pages/blog/experience-management-open-source/email-results-PMF-cal.png b/apps/formbricks-com-old/pages/blog/experience-management-open-source/email-results-PMF-cal.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/experience-management-open-source/email-results-PMF-cal.png
rename to apps/formbricks-com-old/pages/blog/experience-management-open-source/email-results-PMF-cal.png
diff --git a/apps/formbricks-com/pages/blog/experience-management-open-source/index.mdx b/apps/formbricks-com-old/pages/blog/experience-management-open-source/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/blog/experience-management-open-source/index.mdx
rename to apps/formbricks-com-old/pages/blog/experience-management-open-source/index.mdx
diff --git a/apps/formbricks-com/pages/blog/experience-management-open-source/matti-jojo.jpg b/apps/formbricks-com-old/pages/blog/experience-management-open-source/matti-jojo.jpg
similarity index 100%
rename from apps/formbricks-com/pages/blog/experience-management-open-source/matti-jojo.jpg
rename to apps/formbricks-com-old/pages/blog/experience-management-open-source/matti-jojo.jpg
diff --git a/apps/formbricks-com/pages/blog/experience-management-open-source/peer-tweet-typeform-open-source.png b/apps/formbricks-com-old/pages/blog/experience-management-open-source/peer-tweet-typeform-open-source.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/experience-management-open-source/peer-tweet-typeform-open-source.png
rename to apps/formbricks-com-old/pages/blog/experience-management-open-source/peer-tweet-typeform-open-source.png
diff --git a/apps/formbricks-com/pages/blog/experience-management-open-source/pmf-survey-dashboard.png b/apps/formbricks-com-old/pages/blog/experience-management-open-source/pmf-survey-dashboard.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/experience-management-open-source/pmf-survey-dashboard.png
rename to apps/formbricks-com-old/pages/blog/experience-management-open-source/pmf-survey-dashboard.png
diff --git a/apps/formbricks-com/pages/blog/experience-management-open-source/snoopforms-open-source-typeform-alternative.png b/apps/formbricks-com-old/pages/blog/experience-management-open-source/snoopforms-open-source-typeform-alternative.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/experience-management-open-source/snoopforms-open-source-typeform-alternative.png
rename to apps/formbricks-com-old/pages/blog/experience-management-open-source/snoopforms-open-source-typeform-alternative.png
diff --git a/apps/formbricks-com/pages/blog/experience-management-open-source/survey-display-peak.png b/apps/formbricks-com-old/pages/blog/experience-management-open-source/survey-display-peak.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/experience-management-open-source/survey-display-peak.png
rename to apps/formbricks-com-old/pages/blog/experience-management-open-source/survey-display-peak.png
diff --git a/apps/formbricks-com/pages/blog/experience-management-open-source/surveyjs-free-opensource-form-survey-tool-software-to-make-surveys-2023.png b/apps/formbricks-com-old/pages/blog/experience-management-open-source/surveyjs-free-opensource-form-survey-tool-software-to-make-surveys-2023.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/experience-management-open-source/surveyjs-free-opensource-form-survey-tool-software-to-make-surveys-2023.png
rename to apps/formbricks-com-old/pages/blog/experience-management-open-source/surveyjs-free-opensource-form-survey-tool-software-to-make-surveys-2023.png
diff --git a/apps/formbricks-com/pages/blog/experience-management-open-source/twitter-results-PMF-cal.png b/apps/formbricks-com-old/pages/blog/experience-management-open-source/twitter-results-PMF-cal.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/experience-management-open-source/twitter-results-PMF-cal.png
rename to apps/formbricks-com-old/pages/blog/experience-management-open-source/twitter-results-PMF-cal.png
diff --git a/apps/formbricks-com/pages/blog/github-accelerator-experience/formbricks-sponsored-by-github-accelerator-2023.webp b/apps/formbricks-com-old/pages/blog/github-accelerator-experience/formbricks-sponsored-by-github-accelerator-2023.webp
similarity index 100%
rename from apps/formbricks-com/pages/blog/github-accelerator-experience/formbricks-sponsored-by-github-accelerator-2023.webp
rename to apps/formbricks-com-old/pages/blog/github-accelerator-experience/formbricks-sponsored-by-github-accelerator-2023.webp
diff --git a/apps/formbricks-com/pages/blog/github-accelerator-experience/github-accelerator-2022-teams.png b/apps/formbricks-com-old/pages/blog/github-accelerator-experience/github-accelerator-2022-teams.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/github-accelerator-experience/github-accelerator-2022-teams.png
rename to apps/formbricks-com-old/pages/blog/github-accelerator-experience/github-accelerator-2022-teams.png
diff --git a/apps/formbricks-com/pages/blog/github-accelerator-experience/github-accelerator-selection-mail.png b/apps/formbricks-com-old/pages/blog/github-accelerator-experience/github-accelerator-selection-mail.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/github-accelerator-experience/github-accelerator-selection-mail.png
rename to apps/formbricks-com-old/pages/blog/github-accelerator-experience/github-accelerator-selection-mail.png
diff --git a/apps/formbricks-com/pages/blog/github-accelerator-experience/index.mdx b/apps/formbricks-com-old/pages/blog/github-accelerator-experience/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/blog/github-accelerator-experience/index.mdx
rename to apps/formbricks-com-old/pages/blog/github-accelerator-experience/index.mdx
diff --git a/apps/formbricks-com/pages/blog/github-accelerator-experience/our-experience-github-acc-demo-screenshot.png b/apps/formbricks-com-old/pages/blog/github-accelerator-experience/our-experience-github-acc-demo-screenshot.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/github-accelerator-experience/our-experience-github-acc-demo-screenshot.png
rename to apps/formbricks-com-old/pages/blog/github-accelerator-experience/our-experience-github-acc-demo-screenshot.png
diff --git a/apps/formbricks-com/pages/blog/inaugural-batch-github-accelerator/formbricks-sponsored-by-github-accelerator-2023.webp b/apps/formbricks-com-old/pages/blog/inaugural-batch-github-accelerator/formbricks-sponsored-by-github-accelerator-2023.webp
similarity index 100%
rename from apps/formbricks-com/pages/blog/inaugural-batch-github-accelerator/formbricks-sponsored-by-github-accelerator-2023.webp
rename to apps/formbricks-com-old/pages/blog/inaugural-batch-github-accelerator/formbricks-sponsored-by-github-accelerator-2023.webp
diff --git a/apps/formbricks-com/pages/blog/inaugural-batch-github-accelerator/index.mdx b/apps/formbricks-com-old/pages/blog/inaugural-batch-github-accelerator/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/blog/inaugural-batch-github-accelerator/index.mdx
rename to apps/formbricks-com-old/pages/blog/inaugural-batch-github-accelerator/index.mdx
diff --git a/apps/formbricks-com/pages/blog/index.tsx b/apps/formbricks-com-old/pages/blog/index.tsx
similarity index 100%
rename from apps/formbricks-com/pages/blog/index.tsx
rename to apps/formbricks-com-old/pages/blog/index.tsx
diff --git a/apps/formbricks-com/pages/blog/open-source-forms-will-save-the-world/everything_everywhere_all_at_once.png b/apps/formbricks-com-old/pages/blog/open-source-forms-will-save-the-world/everything_everywhere_all_at_once.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/open-source-forms-will-save-the-world/everything_everywhere_all_at_once.png
rename to apps/formbricks-com-old/pages/blog/open-source-forms-will-save-the-world/everything_everywhere_all_at_once.png
diff --git a/apps/formbricks-com/pages/blog/open-source-forms-will-save-the-world/index.mdx b/apps/formbricks-com-old/pages/blog/open-source-forms-will-save-the-world/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/blog/open-source-forms-will-save-the-world/index.mdx
rename to apps/formbricks-com-old/pages/blog/open-source-forms-will-save-the-world/index.mdx
diff --git a/apps/formbricks-com/pages/blog/open-source-forms-will-save-the-world/robin-hood-meme.png b/apps/formbricks-com-old/pages/blog/open-source-forms-will-save-the-world/robin-hood-meme.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/open-source-forms-will-save-the-world/robin-hood-meme.png
rename to apps/formbricks-com-old/pages/blog/open-source-forms-will-save-the-world/robin-hood-meme.png
diff --git a/apps/formbricks-com/pages/blog/open-source-forms-will-save-the-world/why-we-do-it.png b/apps/formbricks-com-old/pages/blog/open-source-forms-will-save-the-world/why-we-do-it.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/open-source-forms-will-save-the-world/why-we-do-it.png
rename to apps/formbricks-com-old/pages/blog/open-source-forms-will-save-the-world/why-we-do-it.png
diff --git a/apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/formbricks-sneak.png b/apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/formbricks-sneak.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/formbricks-sneak.png
rename to apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/formbricks-sneak.png
diff --git a/apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/index.mdx b/apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/index.mdx
rename to apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/index.mdx
diff --git a/apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/ohmyform.png b/apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/ohmyform.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/ohmyform.png
rename to apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/ohmyform.png
diff --git a/apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/snoopforms-how-it-began.png b/apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/snoopforms-how-it-began.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/snoopforms-how-it-began.png
rename to apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/snoopforms-how-it-began.png
diff --git a/apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/tellform.png b/apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/tellform.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/tellform.png
rename to apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/tellform.png
diff --git a/apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/tripetto.png b/apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/tripetto.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/tripetto.png
rename to apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/tripetto.png
diff --git a/apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/typeform-value-prop.png b/apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/typeform-value-prop.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/typeform-value-prop.png
rename to apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/typeform-value-prop.png
diff --git a/apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/wrestling.jpg b/apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/wrestling.jpg
similarity index 100%
rename from apps/formbricks-com/pages/blog/open-source-qualtrics-beats-typeform/wrestling.jpg
rename to apps/formbricks-com-old/pages/blog/open-source-qualtrics-beats-typeform/wrestling.jpg
diff --git a/apps/formbricks-com/pages/blog/snoopforms-becomes-formbricks/formbricks-logo-header-open-source-form-infrastructure.svg b/apps/formbricks-com-old/pages/blog/snoopforms-becomes-formbricks/formbricks-logo-header-open-source-form-infrastructure.svg
similarity index 100%
rename from apps/formbricks-com/pages/blog/snoopforms-becomes-formbricks/formbricks-logo-header-open-source-form-infrastructure.svg
rename to apps/formbricks-com-old/pages/blog/snoopforms-becomes-formbricks/formbricks-logo-header-open-source-form-infrastructure.svg
diff --git a/apps/formbricks-com/pages/blog/snoopforms-becomes-formbricks/index.mdx b/apps/formbricks-com-old/pages/blog/snoopforms-becomes-formbricks/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/blog/snoopforms-becomes-formbricks/index.mdx
rename to apps/formbricks-com-old/pages/blog/snoopforms-becomes-formbricks/index.mdx
diff --git a/apps/formbricks-com/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/formbricks-logo.svg b/apps/formbricks-com-old/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/formbricks-logo.svg
similarity index 100%
rename from apps/formbricks-com/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/formbricks-logo.svg
rename to apps/formbricks-com-old/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/formbricks-logo.svg
diff --git a/apps/formbricks-com/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/index.mdx b/apps/formbricks-com-old/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/index.mdx
rename to apps/formbricks-com-old/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/index.mdx
diff --git a/apps/formbricks-com/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/propietary-dependence.jpeg b/apps/formbricks-com-old/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/propietary-dependence.jpeg
similarity index 100%
rename from apps/formbricks-com/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/propietary-dependence.jpeg
rename to apps/formbricks-com-old/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/propietary-dependence.jpeg
diff --git a/apps/formbricks-com/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/snoopforms-logo.svg b/apps/formbricks-com-old/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/snoopforms-logo.svg
similarity index 100%
rename from apps/formbricks-com/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/snoopforms-logo.svg
rename to apps/formbricks-com-old/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/snoopforms-logo.svg
diff --git a/apps/formbricks-com/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/title-image.png b/apps/formbricks-com-old/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/title-image.png
similarity index 100%
rename from apps/formbricks-com/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/title-image.png
rename to apps/formbricks-com-old/pages/blog/why-open-source-no-code-is-the-future-of-enterprise-gov-software/title-image.png
diff --git a/apps/formbricks-com/pages/careers.tsx b/apps/formbricks-com-old/pages/careers.tsx
similarity index 100%
rename from apps/formbricks-com/pages/careers.tsx
rename to apps/formbricks-com-old/pages/careers.tsx
diff --git a/apps/formbricks-com/pages/community.tsx b/apps/formbricks-com-old/pages/community.tsx
similarity index 100%
rename from apps/formbricks-com/pages/community.tsx
rename to apps/formbricks-com-old/pages/community.tsx
diff --git a/apps/formbricks-com/pages/concierge.tsx b/apps/formbricks-com-old/pages/concierge.tsx
similarity index 100%
rename from apps/formbricks-com/pages/concierge.tsx
rename to apps/formbricks-com-old/pages/concierge.tsx
diff --git a/apps/formbricks-com/pages/demo/index.tsx b/apps/formbricks-com-old/pages/demo/index.tsx
similarity index 100%
rename from apps/formbricks-com/pages/demo/index.tsx
rename to apps/formbricks-com-old/pages/demo/index.tsx
diff --git a/apps/formbricks-com/pages/docs-feedback/index.tsx b/apps/formbricks-com-old/pages/docs-feedback/index.tsx
similarity index 100%
rename from apps/formbricks-com/pages/docs-feedback/index.tsx
rename to apps/formbricks-com-old/pages/docs-feedback/index.tsx
diff --git a/apps/formbricks-com/pages/docs/actions/code/index.mdx b/apps/formbricks-com-old/pages/docs/actions/code/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/actions/code/index.mdx
rename to apps/formbricks-com-old/pages/docs/actions/code/index.mdx
diff --git a/apps/formbricks-com/pages/docs/actions/no-code/index.mdx b/apps/formbricks-com-old/pages/docs/actions/no-code/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/actions/no-code/index.mdx
rename to apps/formbricks-com-old/pages/docs/actions/no-code/index.mdx
diff --git a/apps/formbricks-com/pages/docs/actions/why/index.mdx b/apps/formbricks-com-old/pages/docs/actions/why/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/actions/why/index.mdx
rename to apps/formbricks-com-old/pages/docs/actions/why/index.mdx
diff --git a/apps/formbricks-com/pages/docs/api/api-key-setup/add-api-key.png b/apps/formbricks-com-old/pages/docs/api/api-key-setup/add-api-key.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/api/api-key-setup/add-api-key.png
rename to apps/formbricks-com-old/pages/docs/api/api-key-setup/add-api-key.png
diff --git a/apps/formbricks-com/pages/docs/api/api-key-setup/api-key-secret.png b/apps/formbricks-com-old/pages/docs/api/api-key-setup/api-key-secret.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/api/api-key-setup/api-key-secret.png
rename to apps/formbricks-com-old/pages/docs/api/api-key-setup/api-key-secret.png
diff --git a/apps/formbricks-com/pages/docs/api/api-key-setup/index.mdx b/apps/formbricks-com-old/pages/docs/api/api-key-setup/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/api/api-key-setup/index.mdx
rename to apps/formbricks-com-old/pages/docs/api/api-key-setup/index.mdx
diff --git a/apps/formbricks-com/pages/docs/api/overview/index.mdx b/apps/formbricks-com-old/pages/docs/api/overview/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/api/overview/index.mdx
rename to apps/formbricks-com-old/pages/docs/api/overview/index.mdx
diff --git a/apps/formbricks-com/pages/docs/attributes/custom-attributes/index.mdx b/apps/formbricks-com-old/pages/docs/attributes/custom-attributes/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/attributes/custom-attributes/index.mdx
rename to apps/formbricks-com-old/pages/docs/attributes/custom-attributes/index.mdx
diff --git a/apps/formbricks-com/pages/docs/attributes/identify-users/index.mdx b/apps/formbricks-com-old/pages/docs/attributes/identify-users/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/attributes/identify-users/index.mdx
rename to apps/formbricks-com-old/pages/docs/attributes/identify-users/index.mdx
diff --git a/apps/formbricks-com/pages/docs/attributes/why/index.mdx b/apps/formbricks-com-old/pages/docs/attributes/why/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/attributes/why/index.mdx
rename to apps/formbricks-com-old/pages/docs/attributes/why/index.mdx
diff --git a/apps/formbricks-com/pages/docs/best-practices/cancel-subscription/change-text.png b/apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/change-text.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/cancel-subscription/change-text.png
rename to apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/change-text.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/cancel-subscription/create-cancel-flow.png b/apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/create-cancel-flow.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/cancel-subscription/create-cancel-flow.png
rename to apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/create-cancel-flow.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/cancel-subscription/index.mdx b/apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/cancel-subscription/index.mdx
rename to apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/index.mdx
diff --git a/apps/formbricks-com/pages/docs/best-practices/cancel-subscription/publish-survey.png b/apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/publish-survey.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/cancel-subscription/publish-survey.png
rename to apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/publish-survey.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/cancel-subscription/recontact-options.png b/apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/recontact-options.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/cancel-subscription/recontact-options.png
rename to apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/recontact-options.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/cancel-subscription/select-action.png b/apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/select-action.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/cancel-subscription/select-action.png
rename to apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/select-action.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/cancel-subscription/trigger-css-selector.png b/apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/trigger-css-selector.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/cancel-subscription/trigger-css-selector.png
rename to apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/trigger-css-selector.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/cancel-subscription/trigger-inner-text.png b/apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/trigger-inner-text.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/cancel-subscription/trigger-inner-text.png
rename to apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/trigger-inner-text.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/cancel-subscription/trigger-page-url.png b/apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/trigger-page-url.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/cancel-subscription/trigger-page-url.png
rename to apps/formbricks-com-old/pages/docs/best-practices/cancel-subscription/trigger-page-url.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/docs-feedback/add-action.png b/apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/add-action.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/docs-feedback/add-action.png
rename to apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/add-action.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/docs-feedback/change-id.png b/apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/change-id.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/docs-feedback/change-id.png
rename to apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/change-id.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/docs-feedback/copy-ids.png b/apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/copy-ids.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/docs-feedback/copy-ids.png
rename to apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/copy-ids.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/docs-feedback/docs-navi.png b/apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/docs-navi.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/docs-feedback/docs-navi.png
rename to apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/docs-navi.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/docs-feedback/docs-template.png b/apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/docs-template.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/docs-feedback/docs-template.png
rename to apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/docs-template.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/docs-feedback/index.mdx b/apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/docs-feedback/index.mdx
rename to apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/index.mdx
diff --git a/apps/formbricks-com/pages/docs/best-practices/docs-feedback/select-nonevent.png b/apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/select-nonevent.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/docs-feedback/select-nonevent.png
rename to apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/select-nonevent.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/docs-feedback/switch-to-dev.png b/apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/switch-to-dev.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/docs-feedback/switch-to-dev.png
rename to apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/switch-to-dev.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/docs-feedback/when-to-ask.png b/apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/when-to-ask.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/docs-feedback/when-to-ask.png
rename to apps/formbricks-com-old/pages/docs/best-practices/docs-feedback/when-to-ask.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feature-chaser/action-css.png b/apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/action-css.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feature-chaser/action-css.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/action-css.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feature-chaser/action-text.png b/apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/action-text.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feature-chaser/action-text.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/action-text.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feature-chaser/change-text.png b/apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/change-text.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feature-chaser/change-text.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/change-text.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feature-chaser/create-survey.png b/apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/create-survey.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feature-chaser/create-survey.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/create-survey.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feature-chaser/index.mdx b/apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feature-chaser/index.mdx
rename to apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/index.mdx
diff --git a/apps/formbricks-com/pages/docs/best-practices/feature-chaser/publish.png b/apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/publish.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feature-chaser/publish.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/publish.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feature-chaser/recontact-options.png b/apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/recontact-options.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feature-chaser/recontact-options.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/recontact-options.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feature-chaser/select-action.png b/apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/select-action.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feature-chaser/select-action.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feature-chaser/select-action.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feedback-box/add-action.png b/apps/formbricks-com-old/pages/docs/best-practices/feedback-box/add-action.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feedback-box/add-action.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feedback-box/add-action.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feedback-box/add-css-action.png b/apps/formbricks-com-old/pages/docs/best-practices/feedback-box/add-css-action.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feedback-box/add-css-action.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feedback-box/add-css-action.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feedback-box/add-html-action.png b/apps/formbricks-com-old/pages/docs/best-practices/feedback-box/add-html-action.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feedback-box/add-html-action.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feedback-box/add-html-action.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feedback-box/change-text-content.png b/apps/formbricks-com-old/pages/docs/best-practices/feedback-box/change-text-content.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feedback-box/change-text-content.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feedback-box/change-text-content.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feedback-box/create-feedback-box-by-template.png b/apps/formbricks-com-old/pages/docs/best-practices/feedback-box/create-feedback-box-by-template.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feedback-box/create-feedback-box-by-template.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feedback-box/create-feedback-box-by-template.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feedback-box/index.mdx b/apps/formbricks-com-old/pages/docs/best-practices/feedback-box/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feedback-box/index.mdx
rename to apps/formbricks-com-old/pages/docs/best-practices/feedback-box/index.mdx
diff --git a/apps/formbricks-com/pages/docs/best-practices/feedback-box/publish-survey.png b/apps/formbricks-com-old/pages/docs/best-practices/feedback-box/publish-survey.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feedback-box/publish-survey.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feedback-box/publish-survey.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feedback-box/select-feedback-button-action.png b/apps/formbricks-com-old/pages/docs/best-practices/feedback-box/select-feedback-button-action.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feedback-box/select-feedback-button-action.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feedback-box/select-feedback-button-action.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/feedback-box/set-recontact-options.png b/apps/formbricks-com-old/pages/docs/best-practices/feedback-box/set-recontact-options.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/feedback-box/set-recontact-options.png
rename to apps/formbricks-com-old/pages/docs/best-practices/feedback-box/set-recontact-options.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/action-innertext.png b/apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/action-innertext.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/action-innertext.png
rename to apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/action-innertext.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/action-pageurl.png b/apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/action-pageurl.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/action-pageurl.png
rename to apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/action-pageurl.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/change-text.png b/apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/change-text.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/change-text.png
rename to apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/change-text.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/create-survey.png b/apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/create-survey.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/create-survey.png
rename to apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/create-survey.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/index.mdx b/apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/index.mdx
rename to apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/index.mdx
diff --git a/apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/publish.png b/apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/publish.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/publish.png
rename to apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/publish.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/recontact-options.png b/apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/recontact-options.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/recontact-options.png
rename to apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/recontact-options.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/select-action.png b/apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/select-action.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/improve-trial-cr/select-action.png
rename to apps/formbricks-com-old/pages/docs/best-practices/improve-trial-cr/select-action.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/interview-prompt/action-css.png b/apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/action-css.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/interview-prompt/action-css.png
rename to apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/action-css.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/interview-prompt/action-innertext.png b/apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/action-innertext.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/interview-prompt/action-innertext.png
rename to apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/action-innertext.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/interview-prompt/action-pageurl.png b/apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/action-pageurl.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/interview-prompt/action-pageurl.png
rename to apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/action-pageurl.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/interview-prompt/add-action.png b/apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/add-action.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/interview-prompt/add-action.png
rename to apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/add-action.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/interview-prompt/change-text.png b/apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/change-text.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/interview-prompt/change-text.png
rename to apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/change-text.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/interview-prompt/create-prompt.png b/apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/create-prompt.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/interview-prompt/create-prompt.png
rename to apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/create-prompt.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/interview-prompt/index.mdx b/apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/interview-prompt/index.mdx
rename to apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/index.mdx
diff --git a/apps/formbricks-com/pages/docs/best-practices/interview-prompt/interview-example.png b/apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/interview-example.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/interview-prompt/interview-example.png
rename to apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/interview-example.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/interview-prompt/publish-survey.png b/apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/publish-survey.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/interview-prompt/publish-survey.png
rename to apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/publish-survey.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/interview-prompt/recontact-options.png b/apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/recontact-options.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/interview-prompt/recontact-options.png
rename to apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/recontact-options.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/interview-prompt/select-action.png b/apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/select-action.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/interview-prompt/select-action.png
rename to apps/formbricks-com-old/pages/docs/best-practices/interview-prompt/select-action.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/pmf-survey/action-css.png b/apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/action-css.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/pmf-survey/action-css.png
rename to apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/action-css.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/pmf-survey/action-pageurl.png b/apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/action-pageurl.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/pmf-survey/action-pageurl.png
rename to apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/action-pageurl.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/pmf-survey/change-text.png b/apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/change-text.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/pmf-survey/change-text.png
rename to apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/change-text.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/pmf-survey/create-survey.png b/apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/create-survey.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/pmf-survey/create-survey.png
rename to apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/create-survey.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/pmf-survey/index.mdx b/apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/pmf-survey/index.mdx
rename to apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/index.mdx
diff --git a/apps/formbricks-com/pages/docs/best-practices/pmf-survey/publish.png b/apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/publish.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/pmf-survey/publish.png
rename to apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/publish.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/pmf-survey/recontact-options.png b/apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/recontact-options.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/pmf-survey/recontact-options.png
rename to apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/recontact-options.png
diff --git a/apps/formbricks-com/pages/docs/best-practices/pmf-survey/select-action.png b/apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/select-action.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/best-practices/pmf-survey/select-action.png
rename to apps/formbricks-com-old/pages/docs/best-practices/pmf-survey/select-action.png
diff --git a/apps/formbricks-com/pages/docs/client-api/create-response/index.mdx b/apps/formbricks-com-old/pages/docs/client-api/create-response/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/client-api/create-response/index.mdx
rename to apps/formbricks-com-old/pages/docs/client-api/create-response/index.mdx
diff --git a/apps/formbricks-com/pages/docs/client-api/overview/index.mdx b/apps/formbricks-com-old/pages/docs/client-api/overview/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/client-api/overview/index.mdx
rename to apps/formbricks-com-old/pages/docs/client-api/overview/index.mdx
diff --git a/apps/formbricks-com/pages/docs/client-api/update-response/index.mdx b/apps/formbricks-com-old/pages/docs/client-api/update-response/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/client-api/update-response/index.mdx
rename to apps/formbricks-com-old/pages/docs/client-api/update-response/index.mdx
diff --git a/apps/formbricks-com/pages/docs/contributing/demo/demoapp.png b/apps/formbricks-com-old/pages/docs/contributing/demo/demoapp.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/contributing/demo/demoapp.png
rename to apps/formbricks-com-old/pages/docs/contributing/demo/demoapp.png
diff --git a/apps/formbricks-com/pages/docs/contributing/demo/index.mdx b/apps/formbricks-com-old/pages/docs/contributing/demo/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/contributing/demo/index.mdx
rename to apps/formbricks-com-old/pages/docs/contributing/demo/index.mdx
diff --git a/apps/formbricks-com/pages/docs/contributing/introduction/index.mdx b/apps/formbricks-com-old/pages/docs/contributing/introduction/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/contributing/introduction/index.mdx
rename to apps/formbricks-com-old/pages/docs/contributing/introduction/index.mdx
diff --git a/apps/formbricks-com/pages/docs/contributing/setup/index.mdx b/apps/formbricks-com-old/pages/docs/contributing/setup/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/contributing/setup/index.mdx
rename to apps/formbricks-com-old/pages/docs/contributing/setup/index.mdx
diff --git a/apps/formbricks-com/pages/docs/contributing/troubleshooting/clear-app-data.png b/apps/formbricks-com-old/pages/docs/contributing/troubleshooting/clear-app-data.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/contributing/troubleshooting/clear-app-data.png
rename to apps/formbricks-com-old/pages/docs/contributing/troubleshooting/clear-app-data.png
diff --git a/apps/formbricks-com/pages/docs/contributing/troubleshooting/index.mdx b/apps/formbricks-com-old/pages/docs/contributing/troubleshooting/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/contributing/troubleshooting/index.mdx
rename to apps/formbricks-com-old/pages/docs/contributing/troubleshooting/index.mdx
diff --git a/apps/formbricks-com/pages/docs/contributing/troubleshooting/logout.png b/apps/formbricks-com-old/pages/docs/contributing/troubleshooting/logout.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/contributing/troubleshooting/logout.png
rename to apps/formbricks-com-old/pages/docs/contributing/troubleshooting/logout.png
diff --git a/apps/formbricks-com/pages/docs/contributing/troubleshooting/uncaught-promise.png b/apps/formbricks-com-old/pages/docs/contributing/troubleshooting/uncaught-promise.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/contributing/troubleshooting/uncaught-promise.png
rename to apps/formbricks-com-old/pages/docs/contributing/troubleshooting/uncaught-promise.png
diff --git a/apps/formbricks-com/pages/docs/getting-started/nextjs-app/env-id.png b/apps/formbricks-com-old/pages/docs/getting-started/nextjs-app/env-id.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/getting-started/nextjs-app/env-id.png
rename to apps/formbricks-com-old/pages/docs/getting-started/nextjs-app/env-id.png
diff --git a/apps/formbricks-com/pages/docs/getting-started/nextjs-app/index.mdx b/apps/formbricks-com-old/pages/docs/getting-started/nextjs-app/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/getting-started/nextjs-app/index.mdx
rename to apps/formbricks-com-old/pages/docs/getting-started/nextjs-app/index.mdx
diff --git a/apps/formbricks-com/pages/docs/getting-started/nextjs-app/widget-connected.png b/apps/formbricks-com-old/pages/docs/getting-started/nextjs-app/widget-connected.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/getting-started/nextjs-app/widget-connected.png
rename to apps/formbricks-com-old/pages/docs/getting-started/nextjs-app/widget-connected.png
diff --git a/apps/formbricks-com/pages/docs/getting-started/nextjs-app/widget-not-connected.png b/apps/formbricks-com-old/pages/docs/getting-started/nextjs-app/widget-not-connected.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/getting-started/nextjs-app/widget-not-connected.png
rename to apps/formbricks-com-old/pages/docs/getting-started/nextjs-app/widget-not-connected.png
diff --git a/apps/formbricks-com/pages/docs/getting-started/nextjs-pages/env-id.png b/apps/formbricks-com-old/pages/docs/getting-started/nextjs-pages/env-id.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/getting-started/nextjs-pages/env-id.png
rename to apps/formbricks-com-old/pages/docs/getting-started/nextjs-pages/env-id.png
diff --git a/apps/formbricks-com/pages/docs/getting-started/nextjs-pages/index.mdx b/apps/formbricks-com-old/pages/docs/getting-started/nextjs-pages/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/getting-started/nextjs-pages/index.mdx
rename to apps/formbricks-com-old/pages/docs/getting-started/nextjs-pages/index.mdx
diff --git a/apps/formbricks-com/pages/docs/getting-started/nextjs-pages/widget-connected.png b/apps/formbricks-com-old/pages/docs/getting-started/nextjs-pages/widget-connected.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/getting-started/nextjs-pages/widget-connected.png
rename to apps/formbricks-com-old/pages/docs/getting-started/nextjs-pages/widget-connected.png
diff --git a/apps/formbricks-com/pages/docs/getting-started/nextjs-pages/widget-not-connected.png b/apps/formbricks-com-old/pages/docs/getting-started/nextjs-pages/widget-not-connected.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/getting-started/nextjs-pages/widget-not-connected.png
rename to apps/formbricks-com-old/pages/docs/getting-started/nextjs-pages/widget-not-connected.png
diff --git a/apps/formbricks-com/pages/docs/getting-started/quickstart/index.mdx b/apps/formbricks-com-old/pages/docs/getting-started/quickstart/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/getting-started/quickstart/index.mdx
rename to apps/formbricks-com-old/pages/docs/getting-started/quickstart/index.mdx
diff --git a/apps/formbricks-com/pages/docs/getting-started/vuejs/index.mdx b/apps/formbricks-com-old/pages/docs/getting-started/vuejs/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/getting-started/vuejs/index.mdx
rename to apps/formbricks-com-old/pages/docs/getting-started/vuejs/index.mdx
diff --git a/apps/formbricks-com/pages/docs/index.mdx b/apps/formbricks-com-old/pages/docs/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/index.mdx
rename to apps/formbricks-com-old/pages/docs/index.mdx
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/add-new-zap.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/add-new-zap.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/add-new-zap.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/add-new-zap.png
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/choose-event.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/choose-event.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/choose-event.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/choose-event.png
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/connect-with-formbricks-1.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/connect-with-formbricks-1.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/connect-with-formbricks-1.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/connect-with-formbricks-1.png
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/connect-with-formbricks-2.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/connect-with-formbricks-2.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/connect-with-formbricks-2.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/connect-with-formbricks-2.png
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/duplicate-survey.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/duplicate-survey.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/duplicate-survey.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/duplicate-survey.png
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/index.mdx b/apps/formbricks-com-old/pages/docs/integrations/zapier/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/index.mdx
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/index.mdx
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/select-survey.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/select-survey.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/select-survey.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/select-survey.png
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/slack-channel-msg.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/slack-channel-msg.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/slack-channel-msg.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/slack-channel-msg.png
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/slack-message.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/slack-message.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/slack-message.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/slack-message.png
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/submit-test-response.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/submit-test-response.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/submit-test-response.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/submit-test-response.png
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/success-connected.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/success-connected.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/success-connected.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/success-connected.png
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/test-submission.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/test-submission.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/test-submission.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/test-submission.png
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/update-question-id.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/update-question-id.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/update-question-id.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/update-question-id.png
diff --git a/apps/formbricks-com/pages/docs/integrations/zapier/zapier-message.png b/apps/formbricks-com-old/pages/docs/integrations/zapier/zapier-message.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/integrations/zapier/zapier-message.png
rename to apps/formbricks-com-old/pages/docs/integrations/zapier/zapier-message.png
diff --git a/apps/formbricks-com/pages/docs/introduction/how-it-works/index.mdx b/apps/formbricks-com-old/pages/docs/introduction/how-it-works/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/introduction/how-it-works/index.mdx
rename to apps/formbricks-com-old/pages/docs/introduction/how-it-works/index.mdx
diff --git a/apps/formbricks-com/pages/docs/introduction/what-is-formbricks/index.mdx b/apps/formbricks-com-old/pages/docs/introduction/what-is-formbricks/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/introduction/what-is-formbricks/index.mdx
rename to apps/formbricks-com-old/pages/docs/introduction/what-is-formbricks/index.mdx
diff --git a/apps/formbricks-com/pages/docs/introduction/why-is-it-better/index.mdx b/apps/formbricks-com-old/pages/docs/introduction/why-is-it-better/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/introduction/why-is-it-better/index.mdx
rename to apps/formbricks-com-old/pages/docs/introduction/why-is-it-better/index.mdx
diff --git a/apps/formbricks-com/pages/docs/link-surveys/data-prefilling/index.mdx b/apps/formbricks-com-old/pages/docs/link-surveys/data-prefilling/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/link-surveys/data-prefilling/index.mdx
rename to apps/formbricks-com-old/pages/docs/link-surveys/data-prefilling/index.mdx
diff --git a/apps/formbricks-com/pages/docs/link-surveys/data-prefilling/question-id.png b/apps/formbricks-com-old/pages/docs/link-surveys/data-prefilling/question-id.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/link-surveys/data-prefilling/question-id.png
rename to apps/formbricks-com-old/pages/docs/link-surveys/data-prefilling/question-id.png
diff --git a/apps/formbricks-com/pages/docs/link-surveys/user-identification/index.mdx b/apps/formbricks-com-old/pages/docs/link-surveys/user-identification/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/link-surveys/user-identification/index.mdx
rename to apps/formbricks-com-old/pages/docs/link-surveys/user-identification/index.mdx
diff --git a/apps/formbricks-com/pages/docs/link-surveys/user-identification/people-view.png b/apps/formbricks-com-old/pages/docs/link-surveys/user-identification/people-view.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/link-surveys/user-identification/people-view.png
rename to apps/formbricks-com-old/pages/docs/link-surveys/user-identification/people-view.png
diff --git a/apps/formbricks-com/pages/docs/open-source-tool-for-form-and-survey-overview.png b/apps/formbricks-com-old/pages/docs/open-source-tool-for-form-and-survey-overview.png
similarity index 100%
rename from apps/formbricks-com/pages/docs/open-source-tool-for-form-and-survey-overview.png
rename to apps/formbricks-com-old/pages/docs/open-source-tool-for-form-and-survey-overview.png
diff --git a/apps/formbricks-com/pages/docs/self-hosting/deployment/index.mdx b/apps/formbricks-com-old/pages/docs/self-hosting/deployment/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/self-hosting/deployment/index.mdx
rename to apps/formbricks-com-old/pages/docs/self-hosting/deployment/index.mdx
diff --git a/apps/formbricks-com/pages/docs/webhook-api/create-webhook/index.mdx b/apps/formbricks-com-old/pages/docs/webhook-api/create-webhook/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/webhook-api/create-webhook/index.mdx
rename to apps/formbricks-com-old/pages/docs/webhook-api/create-webhook/index.mdx
diff --git a/apps/formbricks-com/pages/docs/webhook-api/delete-webhook/index.mdx b/apps/formbricks-com-old/pages/docs/webhook-api/delete-webhook/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/webhook-api/delete-webhook/index.mdx
rename to apps/formbricks-com-old/pages/docs/webhook-api/delete-webhook/index.mdx
diff --git a/apps/formbricks-com/pages/docs/webhook-api/get-webhook/index.mdx b/apps/formbricks-com-old/pages/docs/webhook-api/get-webhook/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/webhook-api/get-webhook/index.mdx
rename to apps/formbricks-com-old/pages/docs/webhook-api/get-webhook/index.mdx
diff --git a/apps/formbricks-com/pages/docs/webhook-api/list-webhooks/index.mdx b/apps/formbricks-com-old/pages/docs/webhook-api/list-webhooks/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/webhook-api/list-webhooks/index.mdx
rename to apps/formbricks-com-old/pages/docs/webhook-api/list-webhooks/index.mdx
diff --git a/apps/formbricks-com/pages/docs/webhook-api/overview/index.mdx b/apps/formbricks-com-old/pages/docs/webhook-api/overview/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/webhook-api/overview/index.mdx
rename to apps/formbricks-com-old/pages/docs/webhook-api/overview/index.mdx
diff --git a/apps/formbricks-com/pages/docs/webhook-api/webhook-payload/index.mdx b/apps/formbricks-com-old/pages/docs/webhook-api/webhook-payload/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/webhook-api/webhook-payload/index.mdx
rename to apps/formbricks-com-old/pages/docs/webhook-api/webhook-payload/index.mdx
diff --git a/apps/formbricks-com/pages/docs/wrappers/email/index.mdx b/apps/formbricks-com-old/pages/docs/wrappers/email/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/wrappers/email/index.mdx
rename to apps/formbricks-com-old/pages/docs/wrappers/email/index.mdx
diff --git a/apps/formbricks-com/pages/docs/wrappers/inline/index.mdx b/apps/formbricks-com-old/pages/docs/wrappers/inline/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/wrappers/inline/index.mdx
rename to apps/formbricks-com-old/pages/docs/wrappers/inline/index.mdx
diff --git a/apps/formbricks-com/pages/docs/wrappers/link/index.mdx b/apps/formbricks-com-old/pages/docs/wrappers/link/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/wrappers/link/index.mdx
rename to apps/formbricks-com-old/pages/docs/wrappers/link/index.mdx
diff --git a/apps/formbricks-com/pages/docs/wrappers/modal/index.mdx b/apps/formbricks-com-old/pages/docs/wrappers/modal/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/wrappers/modal/index.mdx
rename to apps/formbricks-com-old/pages/docs/wrappers/modal/index.mdx
diff --git a/apps/formbricks-com/pages/docs/wrappers/pop-over/demo.tsx b/apps/formbricks-com-old/pages/docs/wrappers/pop-over/demo.tsx
similarity index 100%
rename from apps/formbricks-com/pages/docs/wrappers/pop-over/demo.tsx
rename to apps/formbricks-com-old/pages/docs/wrappers/pop-over/demo.tsx
diff --git a/apps/formbricks-com/pages/docs/wrappers/pop-over/index.mdx b/apps/formbricks-com-old/pages/docs/wrappers/pop-over/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/wrappers/pop-over/index.mdx
rename to apps/formbricks-com-old/pages/docs/wrappers/pop-over/index.mdx
diff --git a/apps/formbricks-com/pages/docs/wrappers/slide-out/index.mdx b/apps/formbricks-com-old/pages/docs/wrappers/slide-out/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/wrappers/slide-out/index.mdx
rename to apps/formbricks-com-old/pages/docs/wrappers/slide-out/index.mdx
diff --git a/apps/formbricks-com/pages/docs/wrappers/what-are-wrappers/index.mdx b/apps/formbricks-com-old/pages/docs/wrappers/what-are-wrappers/index.mdx
similarity index 100%
rename from apps/formbricks-com/pages/docs/wrappers/what-are-wrappers/index.mdx
rename to apps/formbricks-com-old/pages/docs/wrappers/what-are-wrappers/index.mdx
diff --git a/apps/formbricks-com/pages/feature-chaser/index.tsx b/apps/formbricks-com-old/pages/feature-chaser/index.tsx
similarity index 100%
rename from apps/formbricks-com/pages/feature-chaser/index.tsx
rename to apps/formbricks-com-old/pages/feature-chaser/index.tsx
diff --git a/apps/formbricks-com/pages/feedback-box/index.tsx b/apps/formbricks-com-old/pages/feedback-box/index.tsx
similarity index 100%
rename from apps/formbricks-com/pages/feedback-box/index.tsx
rename to apps/formbricks-com-old/pages/feedback-box/index.tsx
diff --git a/apps/formbricks-com/pages/gdpr-guide.mdx b/apps/formbricks-com-old/pages/gdpr-guide.mdx
similarity index 100%
rename from apps/formbricks-com/pages/gdpr-guide.mdx
rename to apps/formbricks-com-old/pages/gdpr-guide.mdx
diff --git a/apps/formbricks-com/pages/gdpr.mdx b/apps/formbricks-com-old/pages/gdpr.mdx
similarity index 100%
rename from apps/formbricks-com/pages/gdpr.mdx
rename to apps/formbricks-com-old/pages/gdpr.mdx
diff --git a/apps/formbricks-com/pages/imprint.mdx b/apps/formbricks-com-old/pages/imprint.mdx
similarity index 100%
rename from apps/formbricks-com/pages/imprint.mdx
rename to apps/formbricks-com-old/pages/imprint.mdx
diff --git a/apps/formbricks-com/pages/improve-trial-conversion/index.tsx b/apps/formbricks-com-old/pages/improve-trial-conversion/index.tsx
similarity index 100%
rename from apps/formbricks-com/pages/improve-trial-conversion/index.tsx
rename to apps/formbricks-com-old/pages/improve-trial-conversion/index.tsx
diff --git a/apps/formbricks-com/pages/index.tsx b/apps/formbricks-com-old/pages/index.tsx
similarity index 100%
rename from apps/formbricks-com/pages/index.tsx
rename to apps/formbricks-com-old/pages/index.tsx
diff --git a/apps/formbricks-com/pages/interview-prompt/index.tsx b/apps/formbricks-com-old/pages/interview-prompt/index.tsx
similarity index 100%
rename from apps/formbricks-com/pages/interview-prompt/index.tsx
rename to apps/formbricks-com-old/pages/interview-prompt/index.tsx
diff --git a/apps/formbricks-com/pages/learn-from-churn/index.tsx b/apps/formbricks-com-old/pages/learn-from-churn/index.tsx
similarity index 100%
rename from apps/formbricks-com/pages/learn-from-churn/index.tsx
rename to apps/formbricks-com-old/pages/learn-from-churn/index.tsx
diff --git a/apps/formbricks-com/pages/learn/[slug].tsx b/apps/formbricks-com-old/pages/learn/[slug].tsx
similarity index 100%
rename from apps/formbricks-com/pages/learn/[slug].tsx
rename to apps/formbricks-com-old/pages/learn/[slug].tsx
diff --git a/apps/formbricks-com/pages/measure-product-market-fit/index.tsx b/apps/formbricks-com-old/pages/measure-product-market-fit/index.tsx
similarity index 100%
rename from apps/formbricks-com/pages/measure-product-market-fit/index.tsx
rename to apps/formbricks-com-old/pages/measure-product-market-fit/index.tsx
diff --git a/apps/formbricks-com/pages/onboarding-segmentation/index.tsx b/apps/formbricks-com-old/pages/onboarding-segmentation/index.tsx
similarity index 100%
rename from apps/formbricks-com/pages/onboarding-segmentation/index.tsx
rename to apps/formbricks-com-old/pages/onboarding-segmentation/index.tsx
diff --git a/apps/formbricks-com/pages/oss-friends.tsx b/apps/formbricks-com-old/pages/oss-friends.tsx
similarity index 100%
rename from apps/formbricks-com/pages/oss-friends.tsx
rename to apps/formbricks-com-old/pages/oss-friends.tsx
diff --git a/apps/formbricks-com/pages/privacy-policy.mdx b/apps/formbricks-com-old/pages/privacy-policy.mdx
similarity index 100%
rename from apps/formbricks-com/pages/privacy-policy.mdx
rename to apps/formbricks-com-old/pages/privacy-policy.mdx
diff --git a/apps/formbricks-com/pages/terms.mdx b/apps/formbricks-com-old/pages/terms.mdx
similarity index 100%
rename from apps/formbricks-com/pages/terms.mdx
rename to apps/formbricks-com-old/pages/terms.mdx
diff --git a/apps/formbricks-com/pages/vs-formspree.mdx b/apps/formbricks-com-old/pages/vs-formspree.mdx
similarity index 100%
rename from apps/formbricks-com/pages/vs-formspree.mdx
rename to apps/formbricks-com-old/pages/vs-formspree.mdx
diff --git a/apps/formbricks-com/pages/vs-google-forms.mdx b/apps/formbricks-com-old/pages/vs-google-forms.mdx
similarity index 100%
rename from apps/formbricks-com/pages/vs-google-forms.mdx
rename to apps/formbricks-com-old/pages/vs-google-forms.mdx
diff --git a/apps/formbricks-com/pages/vs-ohmyform.mdx b/apps/formbricks-com-old/pages/vs-ohmyform.mdx
similarity index 100%
rename from apps/formbricks-com/pages/vs-ohmyform.mdx
rename to apps/formbricks-com-old/pages/vs-ohmyform.mdx
diff --git a/apps/formbricks-com-old/postcss.config.js b/apps/formbricks-com-old/postcss.config.js
new file mode 100644
index 0000000000..33ad091d26
--- /dev/null
+++ b/apps/formbricks-com-old/postcss.config.js
@@ -0,0 +1,6 @@
+module.exports = {
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {},
+ },
+}
diff --git a/apps/formbricks-com/public/animations/opensource-xm-platform-formbricks-fallback.png b/apps/formbricks-com-old/public/animations/opensource-xm-platform-formbricks-fallback.png
similarity index 100%
rename from apps/formbricks-com/public/animations/opensource-xm-platform-formbricks-fallback.png
rename to apps/formbricks-com-old/public/animations/opensource-xm-platform-formbricks-fallback.png
diff --git a/apps/formbricks-com/public/animations/opensource-xm-platform-formbricks.json b/apps/formbricks-com-old/public/animations/opensource-xm-platform-formbricks.json
similarity index 100%
rename from apps/formbricks-com/public/animations/opensource-xm-platform-formbricks.json
rename to apps/formbricks-com-old/public/animations/opensource-xm-platform-formbricks.json
diff --git a/apps/formbricks-com/public/favicon/android-chrome-192x192.png b/apps/formbricks-com-old/public/favicon/android-chrome-192x192.png
similarity index 100%
rename from apps/formbricks-com/public/favicon/android-chrome-192x192.png
rename to apps/formbricks-com-old/public/favicon/android-chrome-192x192.png
diff --git a/apps/formbricks-com/public/favicon/android-chrome-512x512.png b/apps/formbricks-com-old/public/favicon/android-chrome-512x512.png
similarity index 100%
rename from apps/formbricks-com/public/favicon/android-chrome-512x512.png
rename to apps/formbricks-com-old/public/favicon/android-chrome-512x512.png
diff --git a/apps/formbricks-com/public/favicon/apple-touch-icon.png b/apps/formbricks-com-old/public/favicon/apple-touch-icon.png
similarity index 100%
rename from apps/formbricks-com/public/favicon/apple-touch-icon.png
rename to apps/formbricks-com-old/public/favicon/apple-touch-icon.png
diff --git a/apps/formbricks-com/public/favicon/browserconfig.xml b/apps/formbricks-com-old/public/favicon/browserconfig.xml
similarity index 100%
rename from apps/formbricks-com/public/favicon/browserconfig.xml
rename to apps/formbricks-com-old/public/favicon/browserconfig.xml
diff --git a/apps/formbricks-com/public/favicon/favicon-16x16.png b/apps/formbricks-com-old/public/favicon/favicon-16x16.png
similarity index 100%
rename from apps/formbricks-com/public/favicon/favicon-16x16.png
rename to apps/formbricks-com-old/public/favicon/favicon-16x16.png
diff --git a/apps/formbricks-com/public/favicon/favicon-32x32.png b/apps/formbricks-com-old/public/favicon/favicon-32x32.png
similarity index 100%
rename from apps/formbricks-com/public/favicon/favicon-32x32.png
rename to apps/formbricks-com-old/public/favicon/favicon-32x32.png
diff --git a/apps/formbricks-com/public/favicon/favicon.ico b/apps/formbricks-com-old/public/favicon/favicon.ico
similarity index 100%
rename from apps/formbricks-com/public/favicon/favicon.ico
rename to apps/formbricks-com-old/public/favicon/favicon.ico
diff --git a/apps/formbricks-com/public/favicon/mstile-144x144.png b/apps/formbricks-com-old/public/favicon/mstile-144x144.png
similarity index 100%
rename from apps/formbricks-com/public/favicon/mstile-144x144.png
rename to apps/formbricks-com-old/public/favicon/mstile-144x144.png
diff --git a/apps/formbricks-com/public/favicon/mstile-150x150.png b/apps/formbricks-com-old/public/favicon/mstile-150x150.png
similarity index 100%
rename from apps/formbricks-com/public/favicon/mstile-150x150.png
rename to apps/formbricks-com-old/public/favicon/mstile-150x150.png
diff --git a/apps/formbricks-com/public/favicon/mstile-310x150.png b/apps/formbricks-com-old/public/favicon/mstile-310x150.png
similarity index 100%
rename from apps/formbricks-com/public/favicon/mstile-310x150.png
rename to apps/formbricks-com-old/public/favicon/mstile-310x150.png
diff --git a/apps/formbricks-com/public/favicon/mstile-310x310.png b/apps/formbricks-com-old/public/favicon/mstile-310x310.png
similarity index 100%
rename from apps/formbricks-com/public/favicon/mstile-310x310.png
rename to apps/formbricks-com-old/public/favicon/mstile-310x310.png
diff --git a/apps/formbricks-com/public/favicon/mstile-70x70.png b/apps/formbricks-com-old/public/favicon/mstile-70x70.png
similarity index 100%
rename from apps/formbricks-com/public/favicon/mstile-70x70.png
rename to apps/formbricks-com-old/public/favicon/mstile-70x70.png
diff --git a/apps/formbricks-com/public/favicon/safari-pinned-tab.svg b/apps/formbricks-com-old/public/favicon/safari-pinned-tab.svg
similarity index 100%
rename from apps/formbricks-com/public/favicon/safari-pinned-tab.svg
rename to apps/formbricks-com-old/public/favicon/safari-pinned-tab.svg
diff --git a/apps/formbricks-com/public/favicon/site.webmanifest b/apps/formbricks-com-old/public/favicon/site.webmanifest
similarity index 100%
rename from apps/formbricks-com/public/favicon/site.webmanifest
rename to apps/formbricks-com-old/public/favicon/site.webmanifest
diff --git a/apps/formbricks-com/public/fonts/Inter-italic.var.woff2 b/apps/formbricks-com-old/public/fonts/Inter-italic.var.woff2
similarity index 100%
rename from apps/formbricks-com/public/fonts/Inter-italic.var.woff2
rename to apps/formbricks-com-old/public/fonts/Inter-italic.var.woff2
diff --git a/apps/formbricks-com/public/fonts/Inter-roman.var.woff2 b/apps/formbricks-com-old/public/fonts/Inter-roman.var.woff2
similarity index 100%
rename from apps/formbricks-com/public/fonts/Inter-roman.var.woff2
rename to apps/formbricks-com-old/public/fonts/Inter-roman.var.woff2
diff --git a/apps/formbricks-com/public/fonts/Poppins-Black.woff b/apps/formbricks-com-old/public/fonts/Poppins-Black.woff
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-Black.woff
rename to apps/formbricks-com-old/public/fonts/Poppins-Black.woff
diff --git a/apps/formbricks-com/public/fonts/Poppins-Black.woff2 b/apps/formbricks-com-old/public/fonts/Poppins-Black.woff2
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-Black.woff2
rename to apps/formbricks-com-old/public/fonts/Poppins-Black.woff2
diff --git a/apps/formbricks-com/public/fonts/Poppins-Bold.woff b/apps/formbricks-com-old/public/fonts/Poppins-Bold.woff
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-Bold.woff
rename to apps/formbricks-com-old/public/fonts/Poppins-Bold.woff
diff --git a/apps/formbricks-com/public/fonts/Poppins-Bold.woff2 b/apps/formbricks-com-old/public/fonts/Poppins-Bold.woff2
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-Bold.woff2
rename to apps/formbricks-com-old/public/fonts/Poppins-Bold.woff2
diff --git a/apps/formbricks-com/public/fonts/Poppins-ExtraBold.woff b/apps/formbricks-com-old/public/fonts/Poppins-ExtraBold.woff
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-ExtraBold.woff
rename to apps/formbricks-com-old/public/fonts/Poppins-ExtraBold.woff
diff --git a/apps/formbricks-com/public/fonts/Poppins-ExtraBold.woff2 b/apps/formbricks-com-old/public/fonts/Poppins-ExtraBold.woff2
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-ExtraBold.woff2
rename to apps/formbricks-com-old/public/fonts/Poppins-ExtraBold.woff2
diff --git a/apps/formbricks-com/public/fonts/Poppins-ExtraLight.woff b/apps/formbricks-com-old/public/fonts/Poppins-ExtraLight.woff
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-ExtraLight.woff
rename to apps/formbricks-com-old/public/fonts/Poppins-ExtraLight.woff
diff --git a/apps/formbricks-com/public/fonts/Poppins-ExtraLight.woff2 b/apps/formbricks-com-old/public/fonts/Poppins-ExtraLight.woff2
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-ExtraLight.woff2
rename to apps/formbricks-com-old/public/fonts/Poppins-ExtraLight.woff2
diff --git a/apps/formbricks-com/public/fonts/Poppins-Light.woff b/apps/formbricks-com-old/public/fonts/Poppins-Light.woff
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-Light.woff
rename to apps/formbricks-com-old/public/fonts/Poppins-Light.woff
diff --git a/apps/formbricks-com/public/fonts/Poppins-Light.woff2 b/apps/formbricks-com-old/public/fonts/Poppins-Light.woff2
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-Light.woff2
rename to apps/formbricks-com-old/public/fonts/Poppins-Light.woff2
diff --git a/apps/formbricks-com/public/fonts/Poppins-Medium.woff b/apps/formbricks-com-old/public/fonts/Poppins-Medium.woff
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-Medium.woff
rename to apps/formbricks-com-old/public/fonts/Poppins-Medium.woff
diff --git a/apps/formbricks-com/public/fonts/Poppins-Medium.woff2 b/apps/formbricks-com-old/public/fonts/Poppins-Medium.woff2
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-Medium.woff2
rename to apps/formbricks-com-old/public/fonts/Poppins-Medium.woff2
diff --git a/apps/formbricks-com/public/fonts/Poppins-Regular.woff b/apps/formbricks-com-old/public/fonts/Poppins-Regular.woff
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-Regular.woff
rename to apps/formbricks-com-old/public/fonts/Poppins-Regular.woff
diff --git a/apps/formbricks-com/public/fonts/Poppins-Regular.woff2 b/apps/formbricks-com-old/public/fonts/Poppins-Regular.woff2
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-Regular.woff2
rename to apps/formbricks-com-old/public/fonts/Poppins-Regular.woff2
diff --git a/apps/formbricks-com/public/fonts/Poppins-SemiBold.woff b/apps/formbricks-com-old/public/fonts/Poppins-SemiBold.woff
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-SemiBold.woff
rename to apps/formbricks-com-old/public/fonts/Poppins-SemiBold.woff
diff --git a/apps/formbricks-com/public/fonts/Poppins-SemiBold.woff2 b/apps/formbricks-com-old/public/fonts/Poppins-SemiBold.woff2
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-SemiBold.woff2
rename to apps/formbricks-com-old/public/fonts/Poppins-SemiBold.woff2
diff --git a/apps/formbricks-com/public/fonts/Poppins-Thin.woff b/apps/formbricks-com-old/public/fonts/Poppins-Thin.woff
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-Thin.woff
rename to apps/formbricks-com-old/public/fonts/Poppins-Thin.woff
diff --git a/apps/formbricks-com/public/fonts/Poppins-Thin.woff2 b/apps/formbricks-com-old/public/fonts/Poppins-Thin.woff2
similarity index 100%
rename from apps/formbricks-com/public/fonts/Poppins-Thin.woff2
rename to apps/formbricks-com-old/public/fonts/Poppins-Thin.woff2
diff --git a/apps/formbricks-com/public/fonts/lexend.txt b/apps/formbricks-com-old/public/fonts/lexend.txt
similarity index 100%
rename from apps/formbricks-com/public/fonts/lexend.txt
rename to apps/formbricks-com-old/public/fonts/lexend.txt
diff --git a/apps/formbricks-com/public/fonts/lexend.woff2 b/apps/formbricks-com-old/public/fonts/lexend.woff2
similarity index 100%
rename from apps/formbricks-com/public/fonts/lexend.woff2
rename to apps/formbricks-com-old/public/fonts/lexend.woff2
diff --git a/apps/formbricks-com/public/robots.txt b/apps/formbricks-com-old/public/robots.txt
similarity index 100%
rename from apps/formbricks-com/public/robots.txt
rename to apps/formbricks-com-old/public/robots.txt
diff --git a/apps/formbricks-com/public/social-image.png b/apps/formbricks-com-old/public/social-image.png
similarity index 100%
rename from apps/formbricks-com/public/social-image.png
rename to apps/formbricks-com-old/public/social-image.png
diff --git a/apps/formbricks-com/public/videos/thumbnail-visual-form-builder.png b/apps/formbricks-com-old/public/videos/thumbnail-visual-form-builder.png
similarity index 100%
rename from apps/formbricks-com/public/videos/thumbnail-visual-form-builder.png
rename to apps/formbricks-com-old/public/videos/thumbnail-visual-form-builder.png
diff --git a/apps/formbricks-com/public/videos/visual-builder-vid.mp4 b/apps/formbricks-com-old/public/videos/visual-builder-vid.mp4
similarity index 100%
rename from apps/formbricks-com/public/videos/visual-builder-vid.mp4
rename to apps/formbricks-com-old/public/videos/visual-builder-vid.mp4
diff --git a/apps/formbricks-com/public/videos/walkthrough-v1.mp4 b/apps/formbricks-com-old/public/videos/walkthrough-v1.mp4
similarity index 100%
rename from apps/formbricks-com/public/videos/walkthrough-v1.mp4
rename to apps/formbricks-com-old/public/videos/walkthrough-v1.mp4
diff --git a/apps/formbricks-com/styles/docsearch.css b/apps/formbricks-com-old/styles/docsearch.css
similarity index 100%
rename from apps/formbricks-com/styles/docsearch.css
rename to apps/formbricks-com-old/styles/docsearch.css
diff --git a/apps/formbricks-com/styles/fonts.css b/apps/formbricks-com-old/styles/fonts.css
similarity index 100%
rename from apps/formbricks-com/styles/fonts.css
rename to apps/formbricks-com-old/styles/fonts.css
diff --git a/apps/formbricks-com/styles/globals.css b/apps/formbricks-com-old/styles/globals.css
similarity index 100%
rename from apps/formbricks-com/styles/globals.css
rename to apps/formbricks-com-old/styles/globals.css
diff --git a/apps/formbricks-com/styles/prism.css b/apps/formbricks-com-old/styles/prism.css
similarity index 100%
rename from apps/formbricks-com/styles/prism.css
rename to apps/formbricks-com-old/styles/prism.css
diff --git a/apps/formbricks-com/tailwind.config.js b/apps/formbricks-com-old/tailwind.config.js
similarity index 100%
rename from apps/formbricks-com/tailwind.config.js
rename to apps/formbricks-com-old/tailwind.config.js
diff --git a/apps/formbricks-com-old/tsconfig.json b/apps/formbricks-com-old/tsconfig.json
new file mode 100644
index 0000000000..a678898cf4
--- /dev/null
+++ b/apps/formbricks-com-old/tsconfig.json
@@ -0,0 +1,15 @@
+{
+ "extends": "@formbricks/tsconfig/nextjs.json",
+ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "../../packages/types/*.d.ts"],
+ "compilerOptions": {
+ "baseUrl": ".",
+ "paths": {
+ "@/*": ["./*"]
+ }
+ },
+ "plugins": [
+ {
+ "name": "next"
+ }
+ ]
+}
diff --git a/apps/formbricks-com/.gitignore b/apps/formbricks-com/.gitignore
index 25374c573c..8f322f0d8f 100644
--- a/apps/formbricks-com/.gitignore
+++ b/apps/formbricks-com/.gitignore
@@ -33,5 +33,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
-
-public/sitemap*.xml
\ No newline at end of file
diff --git a/apps/formbricks-com/LICENSE.md b/apps/formbricks-com/LICENSE.md
new file mode 100644
index 0000000000..3a28c7d33e
--- /dev/null
+++ b/apps/formbricks-com/LICENSE.md
@@ -0,0 +1,129 @@
+# Tailwind UI License
+
+## Personal License
+
+Tailwind Labs Inc. grants you an on-going, non-exclusive license to use the Components and Templates.
+
+The license grants permission to **one individual** (the Licensee) to access and use the Components and Templates.
+
+You **can**:
+
+- Use the Components and Templates to create unlimited End Products.
+- Modify the Components and Templates to create derivative components and templates. Those components and templates are subject to this license.
+- Use the Components and Templates to create unlimited End Products for unlimited Clients.
+- Use the Components and Templates to create End Products where the End Product is sold to End Users.
+- Use the Components and Templates to create End Products that are open source and freely available to End Users.
+
+You **cannot**:
+
+- Use the Components and Templates to create End Products that are designed to allow an End User to build their own End Products using the Components and Templates or derivatives of the Components and Templates.
+- Re-distribute the Components and Templates or derivatives of the Components and Templates separately from an End Product, neither in code or as design assets.
+- Share your access to the Components and Templates with any other individuals.
+- Use the Components and Templates to produce anything that may be deemed by Tailwind Labs Inc, in their sole and absolute discretion, to be competitive or in conflict with the business of Tailwind Labs Inc.
+
+### Example usage
+
+Examples of usage **allowed** by the license:
+
+- Creating a personal website by yourself.
+- Creating a website or web application for a client that will be owned by that client.
+- Creating a commercial SaaS application (like an invoicing app for example) where end users have to pay a fee to use the application.
+- Creating a commercial self-hosted web application that is sold to end users for a one-time fee.
+- Creating a web application where the primary purpose is clearly not to simply re-distribute the components (like a conference organization app that uses the components for its UI for example) that is free and open source, where the source code is publicly available.
+
+Examples of usage **not allowed** by the license:
+
+- Creating a repository of your favorite Tailwind UI components or templates (or derivatives based on Tailwind UI components or templates) and publishing it publicly.
+- Creating a React or Vue version of Tailwind UI and making it available either for sale or for free.
+- Create a Figma or Sketch UI kit based on the Tailwind UI component designs.
+- Creating a "website builder" project where end users can build their own websites using components or templates included with or derived from Tailwind UI.
+- Creating a theme, template, or project starter kit using the components or templates and making it available either for sale or for free.
+- Creating an admin panel tool (like [Laravel Nova](https://nova.laravel.com/) or [ActiveAdmin](https://activeadmin.info/)) that is made available either for sale or for free.
+
+In simple terms, use Tailwind UI for anything you like as long as it doesn't compete with Tailwind UI.
+
+### Personal License Definitions
+
+Licensee is the individual who has purchased a Personal License.
+
+Components and Templates are the source code and design assets made available to the Licensee after purchasing a Tailwind UI license.
+
+End Product is any artifact produced that incorporates the Components or Templates or derivatives of the Components or Templates.
+
+End User is a user of an End Product.
+
+Client is an individual or entity receiving custom professional services directly from the Licensee, produced specifically for that individual or entity. Customers of software-as-a-service products are not considered clients for the purpose of this document.
+
+## Team License
+
+Tailwind Labs Inc. grants you an on-going, non-exclusive license to use the Components and Templates.
+
+The license grants permission for **up to 25 Employees and Contractors of the Licensee** to access and use the Components and Templates.
+
+You **can**:
+
+- Use the Components and Templates to create unlimited End Products.
+- Modify the Components and Templates to create derivative components and templates. Those components and templates are subject to this license.
+- Use the Components and Templates to create unlimited End Products for unlimited Clients.
+- Use the Components and Templates to create End Products where the End Product is sold to End Users.
+- Use the Components and Templates to create End Products that are open source and freely available to End Users.
+
+You **cannot**:
+
+- Use the Components or Templates to create End Products that are designed to allow an End User to build their own End Products using the Components or Templates or derivatives of the Components or Templates.
+- Re-distribute the Components or Templates or derivatives of the Components or Templates separately from an End Product.
+- Use the Components or Templates to create End Products that are the property of any individual or entity other than the Licensee or Clients of the Licensee.
+- Use the Components or Templates to produce anything that may be deemed by Tailwind Labs Inc, in their sole and absolute discretion, to be competitive or in conflict with the business of Tailwind Labs Inc.
+
+### Example usage
+
+Examples of usage **allowed** by the license:
+
+- Creating a website for your company.
+- Creating a website or web application for a client that will be owned by that client.
+- Creating a commercial SaaS application (like an invoicing app for example) where end users have to pay a fee to use the application.
+- Creating a commercial self-hosted web application that is sold to end users for a one-time fee.
+- Creating a web application where the primary purpose is clearly not to simply re-distribute the components or templates (like a conference organization app that uses the components or a template for its UI for example) that is free and open source, where the source code is publicly available.
+
+Examples of use **not allowed** by the license:
+
+- Creating a repository of your favorite Tailwind UI components or template (or derivatives based on Tailwind UI components or templates) and publishing it publicly.
+- Creating a React or Vue version of Tailwind UI and making it available either for sale or for free.
+- Creating a "website builder" project where end users can build their own websites using components or templates included with or derived from Tailwind UI.
+- Creating a theme or template using the components or templates and making it available either for sale or for free.
+- Creating an admin panel tool (like [Laravel Nova](https://nova.laravel.com/) or [ActiveAdmin](https://activeadmin.info/)) that is made available either for sale or for free.
+- Creating any End Product that is not the sole property of either your company or a client of your company. For example your employees/contractors can't use your company Tailwind UI license to build their own websites or side projects.
+
+### Team License Definitions
+
+Licensee is the business entity who has purchased a Team License.
+
+Components and Templates are the source code and design assets made available to the Licensee after purchasing a Tailwind UI license.
+
+End Product is any artifact produced that incorporates the Components or Templates or derivatives of the Components or Templates.
+
+End User is a user of an End Product.
+
+Employee is a full-time or part-time employee of the Licensee.
+
+Contractor is an individual or business entity contracted to perform services for the Licensee.
+
+Client is an individual or entity receiving custom professional services directly from the Licensee, produced specifically for that individual or entity. Customers of software-as-a-service products are not considered clients for the purpose of this document.
+
+## Enforcement
+
+If you are found to be in violation of the license, access to your Tailwind UI account will be terminated, and a refund may be issued at our discretion. When license violation is blatant and malicious (such as intentionally redistributing the Components or Templates through private warez channels), no refund will be issued.
+
+The copyright of the Components and Templates is owned by Tailwind Labs Inc. You are granted only the permissions described in this license; all other rights are reserved. Tailwind Labs Inc. reserves the right to pursue legal remedies for any unauthorized use of the Components or Templates outside the scope of this license.
+
+## Liability
+
+Tailwind Labs Inc.’s liability to you for costs, damages, or other losses arising from your use of the Components or Templates — including third-party claims against you — is limited to a refund of your license fee. Tailwind Labs Inc. may not be held liable for any consequential damages related to your use of the Components or Templates.
+
+This Agreement is governed by the laws of the Province of Ontario and the applicable laws of Canada. Legal proceedings related to this Agreement may only be brought in the courts of Ontario. You agree to service of process at the e-mail address on your original order.
+
+## Questions?
+
+Unsure which license you need, or unsure if your use case is covered by our licenses?
+
+Email us at [support@tailwindui.com](mailto:support@tailwindui.com) with your questions.
diff --git a/apps/formbricks-com/mdx-components.tsx b/apps/formbricks-com/mdx-components.tsx
new file mode 100644
index 0000000000..819168d274
--- /dev/null
+++ b/apps/formbricks-com/mdx-components.tsx
@@ -0,0 +1,9 @@
+import * as mdxComponents from '@/components/mdx'
+import { type MDXComponents } from 'mdx/types'
+
+export function useMDXComponents(components: MDXComponents) {
+ return {
+ ...components,
+ ...mdxComponents,
+ }
+}
diff --git a/apps/formbricks-com/next.config.mjs b/apps/formbricks-com/next.config.mjs
index 339e699170..579a40a2ad 100644
--- a/apps/formbricks-com/next.config.mjs
+++ b/apps/formbricks-com/next.config.mjs
@@ -1,130 +1,21 @@
-/** @type {import('next').NextConfig} */
+import nextMDX from '@next/mdx'
-import rehypePrism from "@mapbox/rehype-prism";
-import nextMDX from "@next/mdx";
-import { withPlausibleProxy } from "next-plausible";
-import remarkGfm from "remark-gfm";
-
-const nextConfig = {
- reactStrictMode: true,
- pageExtensions: ["ts", "tsx", "js", "jsx", "md", "mdx"],
- transpilePackages: ["@formbricks/ui", "@formbricks/lib"],
- images: {
- remotePatterns: [
- {
- protocol: "https",
- hostname: "seo-strapi-aws-s3.s3.eu-central-1.amazonaws.com",
- port: "",
- },
- ],
- },
- async redirects() {
- return [
- {
- source: "/discord",
- destination: "https://discord.gg/3YFcABF2Ts",
- permanent: true,
- },
- {
- source: "/roadmap",
- destination: "https://github.com/orgs/formbricks/projects/1",
- permanent: true,
- },
- {
- source: "/github",
- destination: "https://github.com/formbricks/formbricks",
- permanent: true,
- },
- {
- source: "/deal",
- destination: "/concierge",
- permanent: false,
- },
- {
- source: "/privacy",
- destination: "/privacy-policy",
- permanent: true,
- },
- {
- source: "/form-hq",
- destination: "/",
- permanent: true,
- },
- {
- source: "/docs",
- destination: "/docs/introduction/what-is-formbricks",
- permanent: true,
- },
- {
- source: "/docs/getting-started/nextjs",
- destination: "/docs/getting-started/nextjs-app",
- permanent: true,
- },
- {
- source: "/docs/formbricks-hq/self-hosting",
- destination: "/docs",
- permanent: true,
- },
- {
- source: "/docs/react-form-library/getting-started",
- destination: "/docs",
- permanent: true,
- },
- {
- source: "/docs/react-form-library/work-with-components",
- destination: "/docs",
- permanent: true,
- },
- {
- source: "/docs/react-form-library/introduction",
- destination: "/docs",
- permanent: true,
- },
- {
- source: "/docs/formbricks-hq/schema",
- destination: "/docs",
- permanent: true,
- },
- {
- source: "/docs/events/why",
- destination: "/docs/actions/why",
- permanent: true,
- },
- {
- source: "/docs/events/code",
- destination: "/docs/actions/code",
- permanent: true,
- },
- {
- source: "/docs/events/code",
- destination: "/docs/actions/code",
- permanent: true,
- },
- {
- source: "/pmf",
- destination: "/",
- permanent: true,
- },
- {
- source: "/blog/v1-and-how-we-got-here",
- destination: "/blog/experience-management-open-source",
- permanent: true,
- },
- ];
- },
-};
+import { recmaPlugins } from './src/mdx/recma.mjs'
+import { rehypePlugins } from './src/mdx/rehype.mjs'
+import { remarkPlugins } from './src/mdx/remark.mjs'
+import withSearch from './src/mdx/search.mjs'
const withMDX = nextMDX({
- extension: /\.mdx?$/,
options: {
- // If you use remark-gfm, you'll need to use next.config.mjs
- // as the package is ESM only
- // https://github.com/remarkjs/remark-gfm#install
- remarkPlugins: [remarkGfm],
- rehypePlugins: [rehypePrism],
- // If you use `MDXProvider`, uncomment the following line.
- // providerImportSource: "@mdx-js/react",
+ remarkPlugins,
+ rehypePlugins,
+ recmaPlugins,
},
-});
+})
-export default withPlausibleProxy({ customDomain: "https://plausible.formbricks.com" })(withMDX(nextConfig));
+/** @type {import('next').NextConfig} */
+const nextConfig = {
+ pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'mdx'],
+}
+
+export default withSearch(withMDX(nextConfig))
diff --git a/apps/formbricks-com/package.json b/apps/formbricks-com/package.json
index 4b3f02d7da..cfbc3430be 100644
--- a/apps/formbricks-com/package.json
+++ b/apps/formbricks-com/package.json
@@ -1,48 +1,56 @@
{
"name": "@formbricks/formbricks-com",
- "version": "0.1.0",
+ "version": "1.0.0",
"private": true,
"scripts": {
"clean": "rimraf .turbo node_modules .next",
- "dev": "next dev -p 3001",
+ "dev": "next dev --port 3001",
"build": "next build",
- "postbuild": "next-sitemap",
"start": "next start",
- "lint": "next lint"
+ "lint": "next lint",
+ "postbuild": "next-sitemap"
},
+ "browserslist": "defaults, not ie <= 11",
"dependencies": {
- "@calcom/embed-react": "^1.3.0",
- "@docsearch/react": "^3.5.1",
- "@formbricks/lib": "workspace:*",
- "@formbricks/types": "workspace:*",
- "@formbricks/ui": "workspace:*",
- "@headlessui/react": "^1.7.16",
- "@heroicons/react": "^2.0.18",
- "@mapbox/rehype-prism": "^0.8.0",
+ "@algolia/autocomplete-core": "^1.7.3",
+ "@headlessui/react": "^1.7.15",
+ "@headlessui/tailwindcss": "^0.2.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
- "@next/mdx": "^13.4.12",
- "@paralleldrive/cuid2": "^2.2.1",
- "clsx": "^2.0.0",
- "lottie-web": "^5.12.2",
- "next": "13.4.12",
- "next-plausible": "^3.10.1",
- "next-seo": "^6.1.0",
- "next-sitemap": "^4.1.8",
- "node-fetch": "^3.3.2",
- "prism-react-renderer": "^2.0.6",
- "prismjs": "^1.29.0",
+ "@next/mdx": "13.4.16",
+ "@sindresorhus/slugify": "^2.1.1",
+ "@tailwindcss/typography": "^0.5.8",
+ "@types/node": "20.4.7",
+ "@types/react": "18.2.18",
+ "@types/react-dom": "18.2.7",
+ "@types/react-highlight-words": "^0.16.4",
+ "acorn": "^8.8.1",
+ "autoprefixer": "^10.4.7",
+ "clsx": "^1.2.0",
+ "fast-glob": "^3.3.0",
+ "flexsearch": "^0.7.31",
+ "framer-motion": "7.8.1",
+ "mdast-util-to-string": "^3.2.0",
+ "mdx-annotations": "^0.1.1",
+ "next": "13.4.16",
+ "next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
- "react-icons": "^4.10.1",
- "react-markdown": "^8.0.7",
- "react-responsive-embed": "^2.1.0",
+ "react-highlight-words": "^0.20.0",
+ "remark": "^14.0.2",
"remark-gfm": "^3.0.1",
- "sharp": "^0.32.4"
+ "remark-mdx": "^2.3.0",
+ "shiki": "^0.11.1",
+ "simple-functional-loader": "^1.2.1",
+ "tailwindcss": "^3.3.3",
+ "typescript": "5.1.6",
+ "unist-util-filter": "^4.0.1",
+ "unist-util-visit": "^4.1.1",
+ "zustand": "^4.3.2"
},
"devDependencies": {
"@formbricks/tsconfig": "workspace:*",
- "@types/prismjs": "^1.26.0",
- "eslint-config-formbricks": "workspace:*"
+ "eslint-config-formbricks": "workspace:*",
+ "sharp": "^0.32.0"
}
}
diff --git a/apps/formbricks-com/prettier.config.js b/apps/formbricks-com/prettier.config.js
new file mode 100644
index 0000000000..6b16840e2b
--- /dev/null
+++ b/apps/formbricks-com/prettier.config.js
@@ -0,0 +1,6 @@
+/** @type {import('prettier').Options} */
+module.exports = {
+ singleQuote: true,
+ semi: false,
+ plugins: ['prettier-plugin-tailwindcss'],
+}
diff --git a/apps/formbricks-com/src/app/attachments/page.mdx b/apps/formbricks-com/src/app/attachments/page.mdx
new file mode 100644
index 0000000000..cd36364d74
--- /dev/null
+++ b/apps/formbricks-com/src/app/attachments/page.mdx
@@ -0,0 +1,363 @@
+export const metadata = {
+ title: 'Attachments',
+ description:
+ 'On this page, we’ll dive into the different attachment endpoints you can use to manage attachments programmatically.',
+}
+
+# Attachments
+
+Attachments are how you share things in Protocol — they allow you to send all sorts of files to your contacts and groups. On this page, we'll dive into the different attachment endpoints you can use to manage attachments programmatically. We'll look at how to query, upload, update, and delete attachments. {{ className: 'lead' }}
+
+## The attachment model
+
+The attachment model contains all the information about the files you send to your contacts and groups, including the name, type, and size.
+
+### Properties
+
+
+
+ Unique identifier for the attachment.
+
+
+ Unique identifier for the message associated with the attachment.
+
+
+ The filename for the attachment.
+
+
+ The URL for the attached file.
+
+
+ The MIME type of the attached file.
+
+
+ The file size of the attachment in bytes.
+
+
+ Timestamp of when the attachment was created.
+
+
+
+---
+
+## List all attachments {{ tag: 'GET', label: '/v1/attachments' }}
+
+
+
+
+ This endpoint allows you to retrieve a paginated list of all your attachments (in a conversation if a conversation id is provided). By default, a maximum of ten attachments are shown per page.
+
+ ### Optional attributes
+
+
+
+ Limit to attachments from a given conversation.
+
+
+ Limit the number of attachments returned.
+
+
+
+
+
+
+ This endpoint allows you to upload a new attachment to a conversation. See the code examples for how to send the file to the Protocol API.
+
+ ### Required attributes
+
+
+
+ The file you want to add as an attachment.
+
+
+
+
+
+
+ This endpoint allows you to retrieve an attachment by providing the attachment id. Refer to [the list](#the-attachment-model) at the top of this page to see which properties are included with attachment objects.
+
+
+
+
+ This endpoint allows you to perform an update on an attachment. Currently, the only supported type of update is changing the filename.
+
+ ### Optional attributes
+
+
+
+ The new filename for the attachment.
+
+
+
+
+
+
+ This endpoint allows you to delete attachments. Note: This will permanently delete the file.
+
+
+
+
+
+
+ ```bash {{ title: 'cURL' }}
+ curl -X DELETE https://api.protocol.chat/v1/attachments/Nc6yKKMpcxiiFxp6 \
+ -H "Authorization: Bearer {token}"
+ ```
+
+ ```js
+ import ApiClient from '@example/protocol-api'
+
+ const client = new ApiClient(token)
+
+ await client.attachments.delete('Nc6yKKMpcxiiFxp6')
+ ```
+
+ ```python
+ from protocol_api import ApiClient
+
+ client = ApiClient(token)
+
+ client.attachments.delete("Nc6yKKMpcxiiFxp6")
+ ```
+
+ ```php
+ $client = new \Protocol\ApiClient($token);
+
+ $client->attachments->delete('Nc6yKKMpcxiiFxp6');
+ ```
+
+
+
+
+
diff --git a/apps/formbricks-com/src/app/authentication/page.mdx b/apps/formbricks-com/src/app/authentication/page.mdx
new file mode 100644
index 0000000000..e9e2f8e0f7
--- /dev/null
+++ b/apps/formbricks-com/src/app/authentication/page.mdx
@@ -0,0 +1,44 @@
+export const metadata = {
+ title: 'Authentication',
+ description:
+ 'In this guide, we’ll look at how authentication works. Protocol offers two ways to authenticate your API requests: Basic authentication and OAuth2 with a token.',
+}
+
+# Authentication
+
+You'll need to authenticate your requests to access any of the endpoints in the Protocol API. In this guide, we'll look at how authentication works. Protocol offers two ways to authenticate your API requests: Basic authentication and OAuth2 with a token — OAuth2 is the recommended way. {{ className: 'lead' }}
+
+## Basic authentication
+
+With basic authentication, you use your username and password to authenticate your HTTP requests. Unless you have a very good reason, you probably shouldn't use basic auth. Here's how to authenticate using cURL:
+
+```bash {{ title: 'Example request with basic auth' }}
+curl https://api.protocol.chat/v1/conversations \
+ -u username:password
+```
+
+Please don't commit your Protocol password to GitHub!
+
+## OAuth2 with bearer token
+
+The recommended way to authenticate with the Protocol API is by using OAuth2. When establishing a connection using OAuth2, you will need your access token — you will find it in the [Protocol dashboard](#) under API settings. Here's how to add the token to the request header using cURL:
+
+```bash {{ title: 'Example request with bearer token' }}
+curl https://api.protocol.chat/v1/conversations \
+ -H "Authorization: Bearer {token}"
+```
+
+Always keep your token safe and reset it if you suspect it has been compromised.
+
+## Using an SDK
+
+If you use one of our official SDKs, you won't have to worry about any of the above — fetch your access token from the [Protocol dashboard](#) under API settings, and the client library will take care of the rest. All the client libraries use OAuth2 behind the scenes.
+
+
+
+
diff --git a/apps/formbricks-com/src/app/contacts/page.mdx b/apps/formbricks-com/src/app/contacts/page.mdx
new file mode 100644
index 0000000000..b75afa9a9f
--- /dev/null
+++ b/apps/formbricks-com/src/app/contacts/page.mdx
@@ -0,0 +1,394 @@
+export const metadata = {
+ title: 'Contacts',
+ description:
+ 'On this page, we’ll dive into the different contact endpoints you can use to manage contacts programmatically.',
+}
+
+# Contacts
+
+As the name suggests, contacts are a core part of Protocol — the very reason Protocol exists is so you can have secure conversations with your contacts. On this page, we'll dive into the different contact endpoints you can use to manage contacts programmatically. We'll look at how to query, create, update, and delete contacts. {{ className: 'lead' }}
+
+## The contact model
+
+The contact model contains all the information about your contacts, such as their username, avatar, and phone number. It also contains a reference to the conversation between you and the contact and information about when they were last active on Protocol.
+
+### Properties
+
+
+
+ Unique identifier for the contact.
+
+
+ The username for the contact.
+
+
+ The phone number for the contact.
+
+
+ The avatar image URL for the contact.
+
+
+ The contact display name in the contact list. By default, this is just the
+ username.
+
+
+ Unique identifier for the conversation associated with the contact.
+
+
+ Timestamp of when the contact was last active on the platform.
+
+
+ Timestamp of when the contact was created.
+
+
+
+---
+
+## List all contacts {{ tag: 'GET', label: '/v1/contacts' }}
+
+
+
+
+ This endpoint allows you to retrieve a paginated list of all your contacts. By default, a maximum of ten contacts are shown per page.
+
+ ### Optional attributes
+
+
+
+ Limit the number of contacts returned.
+
+
+
+
+
+
+ This endpoint allows you to add a new contact to your contact list in Protocol. To add a contact, you must provide their Protocol username and phone number.
+
+ ### Required attributes
+
+
+
+ The username for the contact.
+
+
+ The phone number for the contact.
+
+
+
+ ### Optional attributes
+
+
+
+ The avatar image URL for the contact.
+
+
+ The contact display name in the contact list. By default, this is just the username.
+
+
+
+
+
+
+ This endpoint allows you to retrieve a contact by providing their Protocol id. Refer to [the list](#the-contact-model) at the top of this page to see which properties are included with contact objects.
+
+
+
+
+ This endpoint allows you to perform an update on a contact. Currently, the only attribute that can be updated on contacts is the `display_name` attribute which controls how a contact appears in your contact list in Protocol.
+
+ ### Optional attributes
+
+
+
+ The contact display name in the contact list. By default, this is just the username.
+
+
+
+
+
+
+ This endpoint allows you to delete contacts from your contact list in Protocol. Note: This will also delete your conversation with the given contact.
+
+
+
+
+
+
+ ```bash {{ title: 'cURL' }}
+ curl -X DELETE https://api.protocol.chat/v1/contacts/WAz8eIbvDR60rouK \
+ -H "Authorization: Bearer {token}"
+ ```
+
+ ```js
+ import ApiClient from '@example/protocol-api'
+
+ const client = new ApiClient(token)
+
+ await client.contacts.delete('WAz8eIbvDR60rouK')
+ ```
+
+ ```python
+ from protocol_api import ApiClient
+
+ client = ApiClient(token)
+
+ client.contacts.delete("WAz8eIbvDR60rouK")
+ ```
+
+ ```php
+ $client = new \Protocol\ApiClient($token);
+
+ $client->contacts->delete('WAz8eIbvDR60rouK');
+ ```
+
+
+
+
+
diff --git a/apps/formbricks-com/src/app/conversations/page.mdx b/apps/formbricks-com/src/app/conversations/page.mdx
new file mode 100644
index 0000000000..87fae527ab
--- /dev/null
+++ b/apps/formbricks-com/src/app/conversations/page.mdx
@@ -0,0 +1,407 @@
+export const metadata = {
+ title: 'Conversations',
+ description:
+ 'On this page, we’ll dive into the different conversation endpoints you can use to manage conversations programmatically.',
+}
+
+# Conversations
+
+Conversations are an essential part of Protocol — they are the containers for the messages between you, your contacts, and groups. On this page, we’ll dive into the different conversation endpoints you can use to manage conversations programmatically. We'll look at how to query, create, update, and delete conversations. {{ className: 'lead' }}
+
+## The conversation model
+
+The conversation model contains all the information about the conversations between you and your contacts. In addition, conversations can also be group-based with more than one contact, they can have a pinned message, and they can be muted.
+
+### Properties
+
+
+
+ Unique identifier for the conversation.
+
+
+ Unique identifier for the other contact in the conversation.
+
+
+ Unique identifier for the group that the conversation belongs to.
+
+
+ Unique identifier for the pinned message.
+
+
+ Whether or not the conversation has been pinned.
+
+
+ Whether or not the conversation has been muted.
+
+
+ Timestamp of when the conversation was last active.
+
+
+ Timestamp of when the conversation was last opened by the authenticated
+ user.
+
+
+ Timestamp of when the conversation was created.
+
+
+ Timestamp of when the conversation was archived.
+
+
+
+---
+
+## List all conversations {{ tag: 'GET', label: '/v1/conversations' }}
+
+
+
+
+ This endpoint allows you to retrieve a paginated list of all your conversations. By default, a maximum of ten conversations are shown per page.
+
+ ### Optional attributes
+
+
+
+ Limit the number of conversations returned.
+
+
+ Only show conversations that are muted when set to `true`.
+
+
+ Only show conversations that are archived when set to `true`.
+
+
+ Only show conversations that are pinned when set to `true`.
+
+
+ Only show conversations for the specified group.
+
+
+
+
+
+
+ This endpoint allows you to add a new conversation between you and a contact or group. A contact or group id is required to create a conversation.
+
+ ### Required attributes
+
+
+
+ Unique identifier for the other contact in the conversation.
+
+
+ Unique identifier for the group that the conversation belongs to.
+
+
+
+
+
+
+ This endpoint allows you to retrieve a conversation by providing the conversation id. Refer to [the list](#the-conversation-model) at the top of this page to see which properties are included with conversation objects.
+
+
+
+
+ This endpoint allows you to perform an update on a conversation. Examples of updates are pinning a message, muting or archiving the conversation, or pinning the conversation itself.
+
+ ### Optional attributes
+
+
+
+ Unique identifier for the pinned message.
+
+
+ Whether or not the conversation has been pinned.
+
+
+ Whether or not the conversation has been muted.
+
+
+ Timestamp of when the conversation was archived.
+
+
+
+
+
+
+ This endpoint allows you to delete your conversations in Protocol. Note: This will permanently delete the conversation and all its messages — archive it instead if you want to be able to restore it later.
+
+
+
+
+
+
+ ```bash {{ title: 'cURL' }}
+ curl -X DELETE https://api.protocol.chat/v1/conversations/xgQQXg3hrtjh7AvZ \
+ -H "Authorization: Bearer {token}"
+ ```
+
+ ```js
+ import ApiClient from '@example/protocol-api'
+
+ const client = new ApiClient(token)
+
+ await client.conversations.delete('xgQQXg3hrtjh7AvZ')
+ ```
+
+ ```python
+ from protocol_api import ApiClient
+
+ client = ApiClient(token)
+
+ client.conversations.delete("xgQQXg3hrtjh7AvZ")
+ ```
+
+ ```php
+ $client = new \Protocol\ApiClient($token);
+
+ $client->conversations->delete('xgQQXg3hrtjh7AvZ');
+ ```
+
+
+
+
+
diff --git a/apps/formbricks-com/src/app/errors/page.mdx b/apps/formbricks-com/src/app/errors/page.mdx
new file mode 100644
index 0000000000..15f070b4e4
--- /dev/null
+++ b/apps/formbricks-com/src/app/errors/page.mdx
@@ -0,0 +1,70 @@
+export const metadata = {
+ title: 'Errors',
+ description:
+ 'In this guide, we will talk about what happens when something goes wrong while you work with the API.',
+}
+
+# Errors
+
+In this guide, we will talk about what happens when something goes wrong while you work with the API. Mistakes happen, and mostly they will be yours, not ours. Let's look at some status codes and error types you might encounter. {{ className: 'lead' }}
+
+You can tell if your request was successful by checking the status code when receiving an API response. If a response comes back unsuccessful, you can use the error type and error message to figure out what has gone wrong and do some rudimentary debugging (before contacting support).
+
+
+ Before reaching out to support with an error, please be aware that 99% of all
+ reported errors are, in fact, user errors. Therefore, please carefully check
+ your code before contacting Protocol support.
+
+
+---
+
+## Status codes
+
+Here is a list of the different categories of status codes returned by the Protocol API. Use these to understand if a request was successful.
+
+
+
+ A 2xx status code indicates a successful response.
+
+
+ A 4xx status code indicates a client error — this means it's a _you_
+ problem.
+
+
+ A 5xx status code indicates a server error — you won't be seeing these.
+
+
+
+---
+
+## Error types
+
+
+
+
+ Whenever a request is unsuccessful, the Protocol API will return an error response with an error type and message. You can use this information to understand better what has gone wrong and how to fix it. Most of the error messages are pretty helpful and actionable.
+
+ Here is a list of the two error types supported by the Protocol API — use these to understand what you have done wrong.
+
+
+
+ This means that we made an error, which is highly speculative and unlikely.
+
+
+ This means that you made an error, which is much more likely.
+
+
+
+
+
+
+ ```bash {{ title: "Error response" }}
+ {
+ "type": "api_error",
+ "message": "No way this is happening!?",
+ "documentation_url": "https://protocol.chat/docs/errors/api_error"
+ }
+ ```
+
+
+
diff --git a/apps/formbricks-com/src/app/favicon.ico b/apps/formbricks-com/src/app/favicon.ico
new file mode 100644
index 0000000000..2deafb7ba9
Binary files /dev/null and b/apps/formbricks-com/src/app/favicon.ico differ
diff --git a/apps/formbricks-com/src/app/groups/page.mdx b/apps/formbricks-com/src/app/groups/page.mdx
new file mode 100644
index 0000000000..e30478703c
--- /dev/null
+++ b/apps/formbricks-com/src/app/groups/page.mdx
@@ -0,0 +1,448 @@
+export const metadata = {
+ title: 'Groups',
+ description:
+ 'On this page, we’ll dive into the different group endpoints you can use to manage groups programmatically.',
+}
+
+# Groups
+
+Groups are where communities live in Protocol — they are a collection of contacts you're talking to all at once. On this page, we'll dive into the different group endpoints you can use to manage groups programmatically. We'll look at how to query, create, update, and delete groups. {{ className: 'lead' }}
+
+## The group model
+
+The group model contains all the information about your groups, including what contacts are in the group and the group's name, description, and avatar.
+
+### Properties
+
+
+
+ Unique identifier for the group.
+
+
+ The name for the group.
+
+
+ The description for the group.
+
+
+ The avatar image URL for the group.
+
+
+ Unique identifier for the conversation that belongs to the group.
+
+
+ An array of contact objects that are members of the group.
+
+
+ Timestamp of when the group was created.
+
+
+ Timestamp of when the group was archived.
+
+
+
+---
+
+## List all groups {{ tag: 'GET', label: '/v1/groups' }}
+
+
+
+
+ This endpoint allows you to retrieve a paginated list of all your groups. By default, a maximum of ten groups are shown per page.
+
+ ### Optional attributes
+
+
+
+ Limit the number of groups returned.
+
+
+ Only show groups that are archived when set to `true`.
+
+
+
+
+
+
+ This endpoint allows you to create a new group conversation between you and a group of your Protocol contacts.
+
+ ### Required attributes
+
+
+
+ The name for the group.
+
+
+
+ ### Optional attributes
+
+
+
+ The description for the group.
+
+
+ The avatar image URL for the group.
+
+
+ An array of contact objects that are members of the group.
+
+
+
+
+
+
+ This endpoint allows you to retrieve a group by providing the group id. Refer to [the list](#the-group-model) at the top of this page to see which properties are included with group objects.
+
+
+
+
+ This endpoint allows you to perform an update on a group. Examples of updates are changing the name, description, and avatar or adding and removing contacts from the group.
+
+ ### Optional attributes
+
+
+
+ The new name for the group.
+
+
+ The new description for the group.
+
+
+ The new avatar image URL for the group.
+
+
+ An array of contact objects that are members of the group.
+
+
+ Timestamp of when the group was archived.
+
+
+
+
+
+
+ This endpoint allows you to delete groups. Note: This will permanently delete the group, including the messages — archive it instead if you want to be able to restore it later.
+
+
+
+
+
+
+ )
+}
diff --git a/apps/formbricks-com/src/app/messages/page.mdx b/apps/formbricks-com/src/app/messages/page.mdx
new file mode 100644
index 0000000000..e3cbca0a24
--- /dev/null
+++ b/apps/formbricks-com/src/app/messages/page.mdx
@@ -0,0 +1,441 @@
+export const metadata = {
+ title: 'Messages',
+ description:
+ 'On this page, we’ll dive into the different message endpoints you can use to manage messages programmatically.',
+}
+
+# Messages
+
+Messages are what conversations are made of in Protocol — they are the basic building blocks of your conversations with your Protocol contacts. On this page, we'll dive into the different message endpoints you can use to manage messages programmatically. We'll look at how to query, send, update, and delete messages. {{ className: 'lead' }}
+
+## The message model
+
+The message model contains all the information about the messages and attachments you send to your contacts and groups, including how your contacts have reacted to them.
+
+### Properties
+
+
+
+ Unique identifier for the message.
+
+
+ Unique identifier for the conversation the message belongs to.
+
+
+ The contact object for the contact who sent the message.
+
+
+ The message content.
+
+
+ An array of reaction objects associated with the message.
+
+
+ An array of attachment objects associated with the message.
+
+
+ Timestamp of when the message was read.
+
+
+ Timestamp of when the message was created.
+
+
+ Timestamp of when the message was last updated.
+
+
+
+---
+
+## List all messages {{ tag: 'GET', label: '/v1/messages' }}
+
+
+
+
+ This endpoint allows you to retrieve a paginated list of all your messages (in a conversation if a conversation id is provided). By default, a maximum of ten messages are shown per page.
+
+ ### Optional attributes
+
+
+
+ Limit to messages from a given conversation.
+
+
+ Limit the number of messages returned.
+
+
+
+
+
+
+ This endpoint allows you to send a new message to one of your conversations.
+
+ ### Required attributes
+
+
+
+ Unique identifier for the conversation the message belongs to.
+
+
+ The message content.
+
+
+
+ ### Optional attributes
+
+
+
+ An array of attachment objects associated with the message.
+
+
+
+
+
+
+ This endpoint allows you to retrieve a message by providing the message id. Refer to [the list](#the-message-model) at the top of this page to see which properties are included with message objects.
+
+
+
+
+ This endpoint allows you to perform an update on a message. Examples of updates are adding a reaction, editing the message, or adding an attachment.
+
+ ### Optional attributes
+
+
+
+ The message content.
+
+
+ An array of reaction objects associated with the message.
+
+
+ An array of attachment objects associated with the message.
+
+
+
+
+
+ Sorry, we couldn’t find the page you’re looking for.
+
+
+
+ >
+ )
+}
diff --git a/apps/formbricks-com/src/app/page.mdx b/apps/formbricks-com/src/app/page.mdx
new file mode 100644
index 0000000000..fb5158b7ec
--- /dev/null
+++ b/apps/formbricks-com/src/app/page.mdx
@@ -0,0 +1,42 @@
+import { Guides } from '@/components/Guides'
+import { Resources } from '@/components/Resources'
+import { HeroPattern } from '@/components/HeroPattern'
+
+export const metadata = {
+ title: 'API Documentation',
+ description:
+ 'Learn everything there is to know about the Protocol API and integrate Protocol into your product.',
+}
+
+export const sections = [
+ { title: 'Guides', id: 'guides' },
+ { title: 'Resources', id: 'resources' },
+]
+
+
+
+# API Documentation
+
+Use the Protocol API to access contacts, conversations, group messages, and more and seamlessly integrate your product into the workflows of dozens of devoted Protocol users. {{ className: 'lead' }}
+
+
+
+
+
+
+## Getting started {{ anchor: false }}
+
+To get started, create a new application in your [developer settings](#), then read about how to make requests for the resources you need to access using our HTTP APIs or dedicated client SDKs. When your integration is ready to go live, publish it to our [integrations directory](#) to reach the Protocol community. {{ className: 'lead' }}
+
+
+
+
+
+
+
+
diff --git a/apps/formbricks-com/src/app/pagination/page.mdx b/apps/formbricks-com/src/app/pagination/page.mdx
new file mode 100644
index 0000000000..8bec705237
--- /dev/null
+++ b/apps/formbricks-com/src/app/pagination/page.mdx
@@ -0,0 +1,63 @@
+export const metadata = {
+ title: 'Pagination',
+ description:
+ 'In this guide, we will look at how to work with paginated responses when querying the Protocol API',
+}
+
+# Pagination
+
+In this guide, we will look at how to work with paginated responses when querying the Protocol API. By default, all responses limit results to ten. However, you can go as high as 100 by adding a `limit` parameter to your requests. If you are using one of the official Protocol API client libraries, you don't need to worry about pagination, as it's all being taken care of behind the scenes. {{ className: 'lead' }}
+
+When an API response returns a list of objects, no matter the amount, pagination is supported. In paginated responses, objects are nested in a `data` attribute and have a `has_more` attribute that indicates whether you have reached the end of the last page. You can use the `starting_after` and `endding_before` query parameters to browse pages.
+
+## Example using cursors
+
+
+
+
+ In this example, we request the page that starts after the conversation with id `s4WycXedwhQrEFuM`. As a result, we get a list of three conversations and can tell by the `has_more` attribute that we have reached the end of the resultset.
+
+
+
+ The last ID on the page you're currently on when you want to fetch the next page.
+
+
+ The first ID on the page you're currently on when you want to fetch the previous page.
+
+
+ Limit the number of items returned.
+
+
+
+
+
+
+ ```bash {{ title: 'Manual pagination using cURL' }}
+ curl -G https://api.protocol.chat/v1/conversations \
+ -H "Authorization: Bearer {token}" \
+ -d starting_after="s4WycXedwhQrEFuM" \
+ -d limit=10
+ ```
+
+ ```json {{ title: 'Paginated response' }}
+ {
+ "has_more": false,
+ "data": [
+ {
+ "id": "WAz8eIbvDR60rouK",
+ // ...
+ },
+ {
+ "id": "hSIhXBhNe8X1d8Et"
+ // ...
+ },
+ {
+ "id": "fbwYwpi9C2ybt6Yb"
+ // ...
+ }
+ ]
+ }
+ ```
+
+
+
diff --git a/apps/formbricks-com/src/app/providers.tsx b/apps/formbricks-com/src/app/providers.tsx
new file mode 100644
index 0000000000..016cd48500
--- /dev/null
+++ b/apps/formbricks-com/src/app/providers.tsx
@@ -0,0 +1,37 @@
+'use client'
+
+import { useEffect } from 'react'
+import { ThemeProvider, useTheme } from 'next-themes'
+
+function ThemeWatcher() {
+ let { resolvedTheme, setTheme } = useTheme()
+
+ useEffect(() => {
+ let media = window.matchMedia('(prefers-color-scheme: dark)')
+
+ function onMediaChange() {
+ let systemTheme = media.matches ? 'dark' : 'light'
+ if (resolvedTheme === systemTheme) {
+ setTheme('system')
+ }
+ }
+
+ onMediaChange()
+ media.addEventListener('change', onMediaChange)
+
+ return () => {
+ media.removeEventListener('change', onMediaChange)
+ }
+ }, [resolvedTheme, setTheme])
+
+ return null
+}
+
+export function Providers({ children }: { children: React.ReactNode }) {
+ return (
+
+
+ {children}
+
+ )
+}
diff --git a/apps/formbricks-com/src/app/quickstart/page.mdx b/apps/formbricks-com/src/app/quickstart/page.mdx
new file mode 100644
index 0000000000..d3a46bcf99
--- /dev/null
+++ b/apps/formbricks-com/src/app/quickstart/page.mdx
@@ -0,0 +1,104 @@
+export const metadata = {
+ title: 'Quickstart',
+ description:
+ 'This guide will get you all set up and ready to use the Protocol API. We’ll cover how to get started an API client and how to make your first API request.',
+}
+
+# Quickstart
+
+This guide will get you all set up and ready to use the Protocol API. We'll cover how to get started using one of our API clients and how to make your first API request. We'll also look at where to go next to find all the information you need to take full advantage of our powerful REST API. {{ className: 'lead' }}
+
+
+ Before you can make requests to the Protocol API, you will need to grab your
+ API key from your dashboard. You find it under [Settings » API](#).
+
+
+## Choose your client
+
+Before making your first API request, you need to pick which API client you will use. In addition to good ol' cURL HTTP requests, Protocol offers clients for JavaScript, Python, and PHP. In the following example, you can see how to install each client.
+
+
+
+```bash {{ title: 'cURL' }}
+# cURL is most likely already installed on your machine
+curl --version
+```
+
+```bash {{ language: 'js' }}
+# Install the Protocol JavaScript SDK
+npm install @example/protocol-api --save
+```
+
+```bash {{ language: 'python' }}
+# Install the Protocol Python SDK
+pip install protocol_api
+```
+
+```bash {{ language: 'php' }}
+# Install the Protocol PHP SDK
+composer require protocol/sdk
+```
+
+
+
+
+
+
+
+## Making your first API request
+
+After picking your preferred client, you are ready to make your first call to the Protocol API. Below, you can see how to send a GET request to the Conversations endpoint to get a list of all your conversations. In the cURL example, results are limited to ten conversations, the default page length for each client.
+
+
+
+```bash {{ title: 'cURL' }}
+curl -G https://api.protocol.chat/v1/conversations \
+ -H "Authorization: Bearer {token}" \
+ -d limit=10
+```
+
+```js
+import ApiClient from '@example/protocol-api'
+
+const client = new ApiClient(token)
+
+await client.conversations.list()
+```
+
+```python
+from protocol_api import ApiClient
+
+client = ApiClient(token)
+
+client.conversations.list()
+```
+
+```php
+$client = new \Protocol\ApiClient($token);
+
+$client->conversations->list();
+```
+
+
+
+
+
+
+
+## What's next?
+
+Great, you're now set up with an API client and have made your first request to the API. Here are a few links that might be handy as you venture further into the Protocol API:
+
+- [Grab your API key from the Protocol dashboard](#)
+- [Check out the Conversations endpoint](/conversations)
+- [Learn about the different error messages in Protocol](/errors)
diff --git a/apps/formbricks-com/src/app/sdks/page.mdx b/apps/formbricks-com/src/app/sdks/page.mdx
new file mode 100644
index 0000000000..ec7acd1a7f
--- /dev/null
+++ b/apps/formbricks-com/src/app/sdks/page.mdx
@@ -0,0 +1,17 @@
+import { Libraries } from '@/components/Libraries'
+
+export const metadata = {
+ title: 'Protocol SDKs',
+ description:
+ 'Protocol offers fine-tuned JavaScript, Ruby, PHP, Python, and Go libraries to make your life easier and give you the best experience when consuming the API.',
+}
+
+export const sections = [
+ { title: 'Official libraries', id: 'official-libraries' },
+]
+
+# Protocol SDKs
+
+The recommended way to interact with the Protocol API is by using one of our official SDKs. Today, Protocol offers fine-tuned JavaScript, Ruby, PHP, Python, and Go libraries to make your life easier and give you the best experience when consuming the API. {{ className: 'lead' }}
+
+
diff --git a/apps/formbricks-com/src/app/webhooks/page.mdx b/apps/formbricks-com/src/app/webhooks/page.mdx
new file mode 100644
index 0000000000..e8f4612147
--- /dev/null
+++ b/apps/formbricks-com/src/app/webhooks/page.mdx
@@ -0,0 +1,175 @@
+export const metadata = {
+ title: 'Webhooks',
+ description:
+ 'In this guide, we will look at how to register and consume webhooks to integrate your app with Protocol.',
+}
+
+# Webhooks
+
+In this guide, we will look at how to register and consume webhooks to integrate your app with Protocol. With webhooks, your app can know when something happens in Protocol, such as someone sending a message or adding a contact. {{ className: 'lead' }}
+
+## Registering webhooks
+
+To register a new webhook, you need to have a URL in your app that Protocol can call. You can configure a new webhook from the Protocol dashboard under [API settings](#). Give your webhook a name, pick the [events](#event-types) you want to listen for, and add your URL.
+
+Now, whenever something of interest happens in your app, a webhook is fired off by Protocol. In the next section, we'll look at how to consume webhooks.
+
+## Consuming webhooks
+
+When your app receives a webhook request from Protocol, check the `type` attribute to see what event caused it. The first part of the event type will tell you the payload type, e.g., a conversation, message, etc.
+
+```json {{ title: 'Example webhook payload' }}
+{
+ "id": "a056V7R7NmNRjl70",
+ "type": "conversation.updated",
+ "payload": {
+ "id": "WAz8eIbvDR60rouK"
+ // ...
+ }
+}
+```
+
+In the example above, a conversation was `updated`, and the payload type is a `conversation`.
+
+
+
+
+
+---
+
+## Event types
+
+
+
+
+
+
+ A new contact was created.
+
+
+ An existing contact was updated.
+
+
+ A contact was successfully deleted.
+
+
+ A new conversation was created.
+
+
+ An existing conversation was updated.
+
+
+ A conversation was successfully deleted.
+
+
+ A new message was created.
+
+
+ An existing message was updated.
+
+
+ A message was successfully deleted.
+
+
+ A new group was created.
+
+
+ An existing group was updated.
+
+
+ A group was successfully deleted.
+
+
+ A new attachment was created.
+
+
+ An existing attachment was updated.
+
+
+ An attachment was successfully deleted.
+
+
+
+
+
+
+ ```json {{ 'title': 'Example payload' }}
+ {
+ "id": "a056V7R7NmNRjl70",
+ "type": "message.updated",
+ "payload": {
+ "id": "SIuAFUNKdSYHZF2w",
+ "conversation_id": "xgQQXg3hrtjh7AvZ",
+ "contact": {
+ "id": "WAz8eIbvDR60rouK",
+ "username": "KevinMcCallister",
+ "phone_number": "1-800-759-3000",
+ "avatar_url": "https://assets.protocol.chat/avatars/kevin.jpg",
+ "last_active_at": 705103200,
+ "created_at": 692233200
+ },
+ "message": "I’m traveling with my dad. He’s at a meeting. I hate meetings.",
+ "reactions": [],
+ "attachments": [],
+ "read_at": 705103200,
+ "created_at": 692233200,
+ "updated_at": 692233200
+ }
+ }
+ ```
+
+
+
+
+---
+
+## Security
+
+To know for sure that a webhook was, in fact, sent by Protocol instead of a malicious actor, you can verify the request signature. Each webhook request contains a header named `x-protocol-signature`, and you can verify this signature by using your secret webhook key. The signature is an HMAC hash of the request payload hashed using your secret key. Here is an example of how to verify the signature in your app:
+
+
+
+```js
+const signature = req.headers['x-protocol-signature']
+const hash = crypto.createHmac('sha256', secret).update(payload).digest('hex')
+
+if (hash === signature) {
+ // Request is verified
+} else {
+ // Request could not be verified
+}
+```
+
+```python
+from flask import request
+import hashlib
+import hmac
+
+signature = request.headers.get("x-protocol-signature")
+hash = hmac.new(bytes(secret, "ascii"), bytes(payload, "ascii"), hashlib.sha256)
+
+if hash.hexdigest() == signature:
+ # Request is verified
+else:
+ # Request could not be verified
+```
+
+```php
+$signature = $request['headers']['x-protocol-signature'];
+$hash = hash_hmac('sha256', $payload, $secret);
+
+if (hash_equals($hash, $signature)) {
+ // Request is verified
+} else {
+ // Request could not be verified
+}
+```
+
+
+
+If your generated signature matches the `x-protocol-signature` header, you can be sure that the request was truly coming from Protocol. It's essential to keep your secret webhook key safe — otherwise, you can no longer be sure that a given webhook was sent by Protocol. Don't commit your secret webhook key to GitHub!
diff --git a/apps/formbricks-com/src/components/Button.tsx b/apps/formbricks-com/src/components/Button.tsx
new file mode 100644
index 0000000000..556e2f4238
--- /dev/null
+++ b/apps/formbricks-com/src/components/Button.tsx
@@ -0,0 +1,82 @@
+import Link from 'next/link'
+import clsx from 'clsx'
+
+function ArrowIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
+ return (
+
+ )
+}
+
+const variantStyles = {
+ primary:
+ 'rounded-full bg-zinc-900 py-1 px-3 text-white hover:bg-zinc-700 dark:bg-emerald-400/10 dark:text-emerald-400 dark:ring-1 dark:ring-inset dark:ring-emerald-400/20 dark:hover:bg-emerald-400/10 dark:hover:text-emerald-300 dark:hover:ring-emerald-300',
+ secondary:
+ 'rounded-full bg-zinc-100 py-1 px-3 text-zinc-900 hover:bg-zinc-200 dark:bg-zinc-800/40 dark:text-zinc-400 dark:ring-1 dark:ring-inset dark:ring-zinc-800 dark:hover:bg-zinc-800 dark:hover:text-zinc-300',
+ filled:
+ 'rounded-full bg-zinc-900 py-1 px-3 text-white hover:bg-zinc-700 dark:bg-emerald-500 dark:text-white dark:hover:bg-emerald-400',
+ outline:
+ 'rounded-full py-1 px-3 text-zinc-700 ring-1 ring-inset ring-zinc-900/10 hover:bg-zinc-900/2.5 hover:text-zinc-900 dark:text-zinc-400 dark:ring-white/10 dark:hover:bg-white/5 dark:hover:text-white',
+ text: 'text-emerald-500 hover:text-emerald-600 dark:text-emerald-400 dark:hover:text-emerald-500',
+}
+
+type ButtonProps = {
+ variant?: keyof typeof variantStyles
+ arrow?: 'left' | 'right'
+} & (
+ | React.ComponentPropsWithoutRef
+ | (React.ComponentPropsWithoutRef<'button'> & { href?: undefined })
+)
+
+export function Button({
+ variant = 'primary',
+ className,
+ children,
+ arrow,
+ ...props
+}: ButtonProps) {
+ className = clsx(
+ 'inline-flex gap-0.5 justify-center overflow-hidden text-sm font-medium transition',
+ variantStyles[variant],
+ className,
+ )
+
+ let arrowIcon = (
+
+ )
+
+ let inner = (
+ <>
+ {arrow === 'left' && arrowIcon}
+ {children}
+ {arrow === 'right' && arrowIcon}
+ >
+ )
+
+ if (typeof props.href === 'undefined') {
+ return (
+
+ )
+ }
+
+ return (
+
+ {inner}
+
+ )
+}
diff --git a/apps/formbricks-com/src/components/Code.tsx b/apps/formbricks-com/src/components/Code.tsx
new file mode 100644
index 0000000000..59d55f464f
--- /dev/null
+++ b/apps/formbricks-com/src/components/Code.tsx
@@ -0,0 +1,376 @@
+'use client'
+
+import {
+ Children,
+ createContext,
+ isValidElement,
+ useContext,
+ useEffect,
+ useRef,
+ useState,
+} from 'react'
+import { Tab } from '@headlessui/react'
+import clsx from 'clsx'
+import { create } from 'zustand'
+
+import { Tag } from '@/components/Tag'
+
+const languageNames: Record = {
+ js: 'JavaScript',
+ ts: 'TypeScript',
+ javascript: 'JavaScript',
+ typescript: 'TypeScript',
+ php: 'PHP',
+ python: 'Python',
+ ruby: 'Ruby',
+ go: 'Go',
+}
+
+function getPanelTitle({
+ title,
+ language,
+}: {
+ title?: string
+ language?: string
+}) {
+ if (title) {
+ return title
+ }
+ if (language && language in languageNames) {
+ return languageNames[language]
+ }
+ return 'Code'
+}
+
+function ClipboardIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
+ return (
+
+ )
+}
+
+function CopyButton({ code }: { code: string }) {
+ let [copyCount, setCopyCount] = useState(0)
+ let copied = copyCount > 0
+
+ useEffect(() => {
+ if (copyCount > 0) {
+ let timeout = setTimeout(() => setCopyCount(0), 1000)
+ return () => {
+ clearTimeout(timeout)
+ }
+ }
+ }, [copyCount])
+
+ return (
+
+ )
+}
+
+function CodePanelHeader({ tag, label }: { tag?: string; label?: string }) {
+ if (!tag && !label) {
+ return null
+ }
+
+ return (
+
+
+ {
+ if (
+ event.key === 'Escape' &&
+ !autocompleteState.isOpen &&
+ autocompleteState.query === ''
+ ) {
+ // In Safari, closing the dialog with the escape key can sometimes cause the scroll position to jump to the
+ // bottom of the page. This is a workaround for that until we can figure out a proper fix in Headless UI.
+ if (document.activeElement instanceof HTMLElement) {
+ document.activeElement.blur()
+ }
+
+ onClose()
+ } else {
+ inputProps.onKeyDown(event)
+ }
+ }}
+ />
+ {autocompleteState.status === 'stalled' && (
+