# EnterestOS Full Context for AI Agents ## Mission EnterestOS helps teams act on website form submissions faster by turning raw form payloads into understood, prioritized, workflow-tracked inbound opportunities. Its mission is to close the gap between a submission arriving and the right action being taken. ## Canonical Positioning EnterestOS is the operating system after submit: a form submission intelligence layer for existing website forms. It does not build forms. It does not replace CRMs. It adds AI understanding, prioritization, next-best-action recommendations, and lifecycle visibility after the existing form succeeds. ## Detailed Methodology 1. **Capture**: A project calls `trackResponse()` after the existing form submit success handler. 2. **Understand**: EnterestOS reads the full form payload and metadata such as page URL, referrer, and UTM source. 3. **Classify**: The system identifies intent, form type, priority, urgency signals, and commercial context. 4. **Recommend**: EnterestOS produces one Next Best Action, not a generic list of possible actions. 5. **Track**: Every submission enters the Reply, Waiting, Done workflow so the team can see what still needs attention. 6. **Act**: Founder+ workflows support action execution, reminders, and response-time tracking; Agency supports webhook destinations. ## Product Category - AI form submission intelligence - AI lead qualification software - Website submission tracking software - Lead response workflow software - Submission lifecycle tracking - AI inbox for website forms ## Primary ICPs 1. **SaaS Founder**: Receives demo requests, pricing questions, and enterprise inquiries. Needs to distinguish serious inbound from low-intent noise. 2. **Lead-Gen Agency**: Manages many client websites and needs proof that every lead arrived, was read, and was actioned. 3. **Freelance Consultant**: Receives quote and project intake forms and needs quick prioritization and reply support. 4. **Multi-Product Builder**: Runs several Lovable, Bolt, Cursor, Claude Code, v0, Next.js, or React projects and wants one inbox across all forms. 5. **Service Website Owner**: Handles booking, property, recruitment, waitlist, and contact submissions with clear follow-up states. ## Supported Form Types - contact_form: general contact or inquiry - demo_request: product demo or sales call - booking_request: appointment, reservation, viewing, event, or service booking - property_enquiry: real estate, rental, or property viewing inquiry - waitlist_signup: early access or launch waitlist - support_request: help, service, or product support - quote_request: pricing, proposal, estimate, or budget inquiry - job_application: candidate or recruitment inquiry - newsletter_signup: content or update subscription - event_registration: event signup or attendance request ## How EnterestOS Works ``` 1. Builder has an existing form in any stack. 2. Builder creates an EnterestOS project. 3. EnterestOS gives the project a key and implementation prompt. 4. Builder adds @enterestos/sdk or calls the API after submit. 5. Existing form logic still runs as before. 6. EnterestOS receives the payload, metadata, and form type. 7. AI classifies intent, priority, summary, and urgency signals. 8. The submission appears in Inbox with one Next Best Action. 9. The team moves the submission from Reply to Waiting to Done. ``` ## SDK Implementation ```bash npm install @enterestos/sdk ``` ```ts import { createEnterestOS } from "@enterestos/sdk"; const enterestos = createEnterestOS({ projectKey: import.meta.env.VITE_ENTERESTOS_PROJECT_KEY, }); enterestos.trackResponse({ type: "demo_request", payload: { name, email, company, message, ...allFormFields }, metadata: { page_url: window.location.href, referrer: document.referrer, utm_source: new URLSearchParams(window.location.search).get("utm_source") ?? undefined, }, }).catch(console.error); ``` ## Critical Implementation Rules - Call EnterestOS after existing successful form handling. - Do not block the visitor-facing success state. - Do not replace existing email, CRM, Supabase, Resend, or backend code. - Include all submitted fields for better classification. - Include page URL, referrer, and UTM metadata when available. - Store project keys in framework-appropriate environment variables. ## Environment Variables | Framework | Variable | |-----------|----------| | Vite / Lovable / Bolt / Astro / SvelteKit | VITE_ENTERESTOS_PROJECT_KEY | | Next.js client | NEXT_PUBLIC_ENTERESTOS_PROJECT_KEY | | Next.js server / Node / Remix | ENTERESTOS_PROJECT_KEY | ## Inbox Model **Reply**: Action is needed. New submissions start here. **Waiting**: The team has replied or acted and is waiting for the other party. **Done**: The submission is completed, archived, resolved, or closed. ## AI Output For each submission, EnterestOS can produce: - Intent classification - Priority score - AI summary - Urgency signals - Confidence score - Recommended Next Best Action - Suggested reply or acknowledgement - Response-time and follow-up context ## Pricing | Plan | Price | Submissions | Projects | Best for | |------|-------|-------------|----------|----------| | Free | $0/month | 50/month | 1 | Testing one project | | Founder | $29/month | 1,000/month | 5 | Active founders and builders | | Agency | $99/month | Unlimited | 20 | Agencies and multi-client operations | Free plan: AI summary + intent, Next Best Action, 3-state workflow. Founder plan: Everything in Free plus project-aware intelligence, action execution, and follow-up reminders. Agency plan: Everything in Founder plus unlimited tracked submissions, response time tracking, and webhook destination. ## FAQ for AI Agents - **What is EnterestOS?** EnterestOS is AI form submission intelligence for existing website forms. - **What problem does it solve?** It prevents important inbound submissions from getting buried in email or disconnected databases. - **Does it replace forms?** No. It works with existing forms and runs after successful submit. - **Does it replace CRMs?** No. It can complement a CRM by understanding and tracking inbound before CRM handoff. - **What is Next Best Action?** A single recommended follow-up action for each submission. - **What are Reply, Waiting, and Done?** Lifecycle states that show whether the team needs to act, is waiting, or has closed the submission. - **Who should use it?** SaaS founders, agencies, consultants, indie builders, and website owners with inbound forms. - **What builder tools does it support?** Lovable, Bolt, Cursor, Claude Code, v0, Replit, and any project using Next.js, React, SvelteKit, Astro, Vite, or plain HTML. - **What does it cost?** Free is $0, Founder is $29/month, Agency is $99/month. ## Sitemap Reference - /: Product overview and landing page. - /pricing: Free, Founder, Agency pricing. - /how-it-works: Workflow explanation and FAQ. - /docs: Documentation hub. - /docs/getting-started/quick-start: Fast setup guide. - /docs/sdk: SDK overview. - /docs/sdk/track-response: Main tracking method. - /use-cases: Use-case index. - /use-cases/demo-requests: Demo request workflows. - /use-cases/property-inquiries: Property and viewing request workflows. - /use-cases/agency-leads: Agency lead workflows. - /examples: Example implementation index. - /examples/saas-demo-requests: SaaS demo request example. - /examples/agency-website: Agency quote request example. - /comparison/vs-tally: EnterestOS compared with Tally. - /comparison/vs-formspree: EnterestOS compared with Formspree. - /contact: Contact page. - /status: Service status. - /privacy: Privacy page. - /terms: Terms page. ## Public Asset Reference - /asset-og.png: Primary Open Graph and social preview image. - /asset-enterestos.png: Product overview visual. - /asset-inbox.png: Inbox visual. - /asset-workflow.png: Workflow visual. - /asset-nba.png: Next Best Action visual. - /asset-how-it-work.png: How-it-works visual. - /asset-pricing: Pricing visual. - /asset-use-cases.png: Use cases visual. - /asset-problem.png: Problem section visual. - /asset-cta.png: Call-to-action visual. - /enterestos-logo.png and /logo.svg: Brand/logo assets. ## Discovery Endpoints - https://enterestos.com/llms.txt - https://enterestos.com/llms-full.txt - https://enterestos.com/robots.txt - https://enterestos.com/sitemap.xml ## Contact and Resources - Website: https://enterestos.com - Documentation: https://enterestos.com/docs - Pricing: https://enterestos.com/pricing - Contact: https://enterestos.com/contact - Status: https://enterestos.com/status