The 16 minute (pitchdeck) with audio is located here: https://www.canva.com/design/DAGxxaVVJWg/H8NcemxjUsXrP5nQUR84TQ/view?utm_content=DAGxxaVVJWg&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=h046cf81bb6#4
Inspiration
The inspiration behind OnboardIQ is the persistent pain point that many SaaS, FinTech, and B2B organizations face: onboarding new customers securely and efficiently across multiple channels. Poor onboarding results in high churn, lost revenue, and increased operational overhead, while security lapses at this initial step open the door to fraud and reputational damage. Drawing from research—74% of users abandon complicated onboarding, and every percentage point of retention massively increases profits—our team saw the need for a holistic platform that unites robust identity verification, multi-channel communication, and seamless automated document flows. We wanted to turn onboarding from a liability into a competitive advantage by leveraging the very best sponsor APIs in security, comms, and document automation.
Here’s the Whole Story: In today’s hyper-competitive SaaS and digital services market, winning a customer is only the beginning. The real challenge—and expense—comes in the first critical minutes and hours after sign-up, when users decide whether to stay or leave. Research shows that nearly three-quarters of potential customers abandon a product during onboarding if the experience is confusing, insecure, or impersonal. Every lost user translates directly into wasted acquisition costs and lost revenue. This problem is especially acute for B2B SaaS, fintech, and regulated industries, where compliance and trust are paramount.
What it does
OnboardIQ is an AI-powered multi-channel customer onboarding and security suite that automates, personalizes, and secures the entire journey from a new user's first click to their first moment of value. The solution, OnboardIQ, transforms the onboarding journey from fragile to flawless. From the moment a user enters their phone number, our platform integrates robust security via Vonage Verify and SIM Swap APIs to ensure every signup is genuine and secure without compromising user experience. No more lost leads to spam or fraud—only verified, trusted customers.
Once verified, OnboardIQ engages users immediately with a personalized multichannel welcome. Powered by the Vonage Video and Messaging APIs, the platform offers an interactive video tour tailored to the customer’s plan tier, combined with real-time SMS updates and reminders. This multi-channel engagement creates emotional connection and dramatically increases early adoption success, reducing churn rates.
But we don’t stop there. OnboardIQ automates document workflows with Foxit’s Document Generation and PDF Services APIs, dynamically creating personalized welcome packets, contracts, and guides instantly upon signup. These documents are carefully assembled in chained workflows—generating, compressing, watermarking, and delivering—all without manual effort. For users and businesses alike, this saves precious time, reduces errors, and projects a professional, trustworthy brand image.
Behind the scenes, a MuleSoft AI agent orchestrates the entire onboarding flow, dynamically personalizing steps based on user data, plan selections, and security flags. This AI-driven backend ensures the smoothest path to the user’s “aha moment,” adapting communications and workflows on the fly. The result is a fully integrated, scalable SaaS product ready for immediate business impact.
Our demo tells this story in real time: From a live SMS verification code arriving on a phone, to the launch of a customized onboarding video session, to the arrival of a beautifully generated PDF welcome packet in the user’s email inbox. The accompanying admin dashboard surfaces detailed onboarding metrics, giving businesses clear visibility and control over their customer journeys.
- Step 1: Secure Sign-Up: Users are verified in real-time with Vonage Verify and SIM Swap APIs—enabling two-factor authentication and device-level threat checks.
- Step 2: Personalized Welcome: Based on user profile data, OnboardIQ triggers a multi-channel welcome via Vonage Video, SMS, or Voice—offering tailored guided onboarding, human/AI support, and engagement nudges.
- Step 3: Automated Docs: Using Foxit Document Generation APIs, the system instantly creates a custom welcome packet, contract, and user guide—populated with client data and delivered flawlessly to the new customer.
- Step 4: Chained Document Workflow: The signed contract is further processed using Foxit PDF Services APIs (e.g., watermark, compress, merge), and delivered via secure email, with optional e-signing using Foxit eSign APIs for legally binding execution.
- Step 5: Admin Dashboard: A React-based dashboard lets business admins track onboarding analytics, manage workflows, and customize triggers, providing continuous process optimization.
All this is orchestrated by a smart backend built on Node.js (Express), with MuleSoft Anypoint Code Builder providing data orchestration and branching logic for advanced scenarios.
How we built it
- Backend: Node.js with Express.js orchestrates API calls, manages user states, and serves as the integration hub.
- Frontend: React dashboard for client admins; simple, elegant UI/UX for end-customers with adaptable design for both web and mobile.
- Secure Verification: Vonage Verify APIs were integrated for robust two-factor authentication, and SIM Swap checks add anti-fraud protection.
- Multi-Channel Messaging and Video: Vonage’s programmable SMS, Voice, and Video APIs power sequential and conditional user engagement. The backend generates Vonage session tokens and directs end-users into a guided onboarding flow.
- Document Automation: Foxit Document Generation APIs allow us to prepare data-driven DOCX templates (with {{text_tags}} for variables). The backend encodes template files in Base64 and injects user/customer data via the GenerateDocument API, receiving a ready-to-send PDF or DOCX.
- Advanced Document Handling: We further process files using Foxit PDF Services APIs—merging, compressing, watermarking, and optimizing for delivery.
- eSign Integration: The Foxit eSign API enables embedded contract signing within the customer flow, supporting text tag-based assignment, party role mapping, and automated notifications for completion.
- Orchestration & Automation: User type, risk profile, or plan tier is processed using smart logic (potential for MuleSoft AI agent expansion), so every customer's journey is uniquely optimized.
- Database: MongoDB for storing user info, onboarding states, and analytics. Secure environment variable management and token rotation for all credentials are mandatory.
- Deployment: Hosted on Google Cloud Run for rapid scaling; environment separation for development and production with tightly locked-down API keys.
Challenges we ran into
- API Chaining Complexity: Deeply chaining multiple sponsor APIs (Vonage, Foxit, MuleSoft) revealed edge cases in error handling, especially with async document workflows (e.g., waiting for Foxit tasks to complete before progressing email flow).
- Multi-Channel Orchestration: Ensuring a seamless transition between SMS, video, and email required robust state tracking and fallback logic, so no user was ever “stuck” mid-flow.
- Template Management: Dynamic document generation required rigorous template-tag mapping, error trapping for missing variables, and efficient Base64 encoding/handling that scaled to dozens of contract/document variants.
- Frontend-Backend Security: Protecting client secrets (especially for Foxit and Vonage) was critical—we enforced all API calls server-side, never exposing credentials in the browser.
- Real-Time Status Feedback: Displaying meaningful, real-time onboarding progress for both end-user and admin demanded thoughtful UX and integration of task status polling for all async operations.
- Hackathon Time Crunch: Building a production-like SaaS workflow with analytics, admin tools, and bulletproof multi-agent logic in hackathon timelines forced constant prioritization.
Accomplishments that we're proud of
- Full End-to-End Integration: OnboardIQ demonstrates a true enterprise-ready onboarding solution, not a simple “API demo.” From secure sign-up, dynamic document creation, to real multi-channel personalized engagement, all workflows are automated and fully functional. The detailed API use is located in the 96 page writeup: https://drive.google.com/file/d/1Ezp65_vHimMv2u3TpaRHfmxWgmvoXdZy/view
- API Depth: We succeeded in deeply integrating multiple sponsors, showing high-value use for both Vonage (security, engagement) and Foxit (automation, contracts, eSign)—matching and exceeding the sponsors’ technical judging criteria.
- User-First Experience: The onboarding journey is smooth and delightful—from SMS PIN to personalized video to an instantly generated, beautifully branded welcome packet—reinforcing trust and professionalism with every step.
- Orchestration / “AI” Layer: Our logic architecture sets a foundation for future machine learning-based “journey optimization,” and already handles intelligent branching based on risk, customer value, and vertical. All the code is open-sourced on https://github.com/lucylow/onboardiq
- Polished Admin Dashboard: Business admins have a real tool to monitor, intervene, and iterate on onboarding journeys, including analytics that prove product-market fit. The website is assessable live to the public https://onboardiq.lovable.app
What we learned
- Onboarding is Everything: Seamless onboarding isn’t just a “nice to have”; it makes or breaks customer lifetime value (CLV) and reduces churn. Real businesses will pay for this, and rapid proof-of-value is critical for sales.
- API-First Integration is Key: Modern SaaS can only scale if APIs are modular, reliable, and deeply intertwined. Teams that master robust, cross-vendor orchestration win both hackathons and enterprise customers.
- Security by Design: Embedding security in the earliest stages of onboarding (not as an afterthought) reassures businesses and protects the entire platform.
- Sponsor API Documentation Varies: Careful reading, fast prototyping, and pragmatic prioritization are crucial to unlock advanced features without getting lost in edge-case details.
- Real-World Demo Value: Judges and clients want to “see it work”—live SMS, a video call, and a personalized document delivered in minutes is worth more than any slide deck.
What's next for OnboardIQ
- ML-Based Journey Optimization: Expanding our straightforward logic into AI/ML-driven recommendations—custom onboarding paths, smart nudges, and customer-specific conversion optimization.
- Marketplace and Extensions: Open API for third-party extension (custom onboarding steps, vertical-specific documents, external integrations).
- Analytics & Reporting: Richer insights, heatmaps of user drop-off, predictive analytics for churn risk, and automated reporting for client admins.
- Deeper Compliance: Out-of-the-box GDPR, HIPAA features, robust audit trails (building on Foxit’s document analytics) for highly regulated industries.
- White-Labeling & Verticalization: Ready-to-brand versions for key segments (FinTech, HealthTech, Education) and enterprise features like SSO, SCIM, and advanced SLA management.
- Full Commercial Launch: Pilot onboarding for real SaaS clients, building toward a $99–$299/month B2B SaaS subscription model, and potentially seeking partnership or investment after further validation.
OnboardIQ aims to redefine how digital businesses move their customers “from first click to first value, instantly”—and turn the act of onboarding from a business liability into a durable competitive advantage. OnboardIQ is not just a hackathon entry—it’s a viable, market-ready B2B SaaS solution addressing a massive pain point faced by thousands of companies worldwide. By combining state-of-the-art security, engaging multi-channel interactions, and seamless document automation, we reduce onboarding friction, boost retention, and save operational costs.
In essence, we unlock the full value of your first customer interaction—from first click to first value, instantly.
Built With
- foxit
- mulesafe
- vonage

Log in or sign up for Devpost to join the conversation.