Skip to content

PSPDFKit/pathways

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nutrient Pathways

Pathways - Internal Analytics Tool

A React-based internal analytics dashboard that visualizes sales form submission data using Hubspot and tracks contact navigation pathways through the Nutrient website.

Summary

The Pathway application includes scripts that collect HubSpot sales form submissions from contacts and track each contact’s navigation pathway through the Nutrient website leading up to the form submission. Currently, these script pulls are used for proof-of-concept (POC) purposes. In a live deployment, the application would instead integrate with a real-time API pull to continuously capture and update the data. The resulting dataset powers a comprehensive dashboard, providing visibility into both the HubSpot form results and the web pathways taken by contacts.

Features

  • Journey Visualization: Interactive flow charts showing user pathways to form submissions
  • Analytics Dashboard: Comprehensive view of HubSpot form results and web navigation patterns
  • AI-Powered Insights: Automated strategy generation and trend analysis
  • Responsive Design: Built with React, Vite, and Tailwind CSS with Radix UI components

Quick Start

Prerequisites

  • Node.js (version 18 or higher)
  • npm

Installation & Development

# Install dependencies
npm install

# Start development server
npm run dev

The application will be available at http://localhost:<port>

Production Build

npm run build

Technical Stack

  • Frontend: React 18, TypeScript, Vite
  • UI Components: Radix UI, Tailwind CSS
  • Charts: Recharts
  • Data Source: HubSpot API integration (currently mock data for POC)

Project Status

Currently in proof-of-concept phase using mock data. Production deployment would integrate with real-time HubSpot API pulls for live data updates.

Screenshots

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

About

A dashboard POC for Hubspot lead data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published