diff --git a/frontend/src/pages/LoginPage.tsx b/frontend/src/pages/LoginPage.tsx
index deffe142..7ed07844 100644
--- a/frontend/src/pages/LoginPage.tsx
+++ b/frontend/src/pages/LoginPage.tsx
@@ -79,7 +79,7 @@ export function LoginPage() {
ResolutionFlow
- Decision Tree Platform
+ AI-Powered Troubleshooting for MSPs
Sign in to your account
diff --git a/frontend/src/pages/PrivacyPage.tsx b/frontend/src/pages/PrivacyPage.tsx
new file mode 100644
index 00000000..8e7662a5
--- /dev/null
+++ b/frontend/src/pages/PrivacyPage.tsx
@@ -0,0 +1,44 @@
+import { Link } from 'react-router-dom'
+import { PageMeta } from '@/components/common/PageMeta'
+
+export default function PrivacyPage() {
+ return (
+ <>
+
+
+
+ ← Back to home
+
Privacy Policy
+
Last updated: March 21, 2026
+
+
+
+
1. Information We Collect
+
When you use ResolutionFlow, we collect information you provide directly: your name, email address, and account credentials. We also collect usage data including session logs, flow configurations, and troubleshooting documentation generated through the platform.
+
+
+
+
2. How We Use Your Information
+
We use your information to provide and improve ResolutionFlow, including: operating your account, generating documentation from troubleshooting sessions, providing AI-powered guidance through FlowPilot, and communicating with you about the service.
+
+
+
+
3. Data Storage & Security
+
Your data is stored securely using industry-standard encryption. PSA credentials (ConnectWise, Atera, Syncro) are encrypted at rest. We do not sell your data to third parties.
+
+
+
+
4. AI & Data Processing
+
FlowPilot uses AI models to provide troubleshooting guidance. Session data sent to AI providers is used only for generating responses within your session and is not used to train AI models.
- Decision Tree Platform
+ AI-Powered Troubleshooting for MSPs
Create your account
diff --git a/frontend/src/pages/TermsPage.tsx b/frontend/src/pages/TermsPage.tsx
new file mode 100644
index 00000000..65dfba59
--- /dev/null
+++ b/frontend/src/pages/TermsPage.tsx
@@ -0,0 +1,49 @@
+import { Link } from 'react-router-dom'
+import { PageMeta } from '@/components/common/PageMeta'
+
+export default function TermsPage() {
+ return (
+ <>
+
+
+
+ ← Back to home
+
Terms of Service
+
Last updated: March 21, 2026
+
+
+
+
1. Acceptance of Terms
+
By accessing or using ResolutionFlow, you agree to be bound by these Terms of Service. If you are using ResolutionFlow on behalf of an organization, you represent that you have authority to bind that organization to these terms.
+
+
+
+
2. Description of Service
+
ResolutionFlow provides AI-guided troubleshooting decision trees, automated documentation generation, and PSA integration tools for managed service providers (MSPs). The service includes FlowPilot AI copilot, flow editor, session management, and team collaboration features.
+
+
+
+
3. Account Responsibilities
+
You are responsible for maintaining the security of your account credentials and for all activities that occur under your account. You must notify us immediately of any unauthorized use.
+
+
+
+
4. Data Ownership
+
You retain ownership of all content you create within ResolutionFlow, including flows, session documentation, and team knowledge. We do not claim ownership of your data.
+
+
+
+
5. Service Availability
+
ResolutionFlow is currently in beta. We strive for high availability but do not guarantee uninterrupted access during the beta period. We will provide reasonable notice of planned maintenance.