guess-js/guess

🔮 Libraries & tools for enabling Machine Learning driven user-experiences on the web

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 9th, 2026
Created on April 2nd, 2018
Open Issues & Pull Requests: 37 (+0)
GitHub issues: Enabled
Number of forks: 199
Total Stargazers: 7,119 (+0)
Total Subscribers: 80 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 0.0 hours
90th percentile: 0.0 hours
Tracked items: 1

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,198 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Guess.js is a collection of libraries and tools for enabling machine learning-driven user experiences on the web through predictive data analytics.

The project solves the problem of improving perceived page load performance and user engagement by predicting which pages or content a user is likely to visit next. It works by analyzing Google Analytics data to identify navigation patterns, then uses this intelligence to prefetch or prerender resources before the user requests them. The approach operates at multiple levels: at the page level by prefetching the most likely next page, at the bundle level by prefetching JavaScript chunks associated with probable next pages based on connection type, and at the content level by adjusting the user experience based on predicted interests.

For adoption, the tool is most suitable for webpack-based applications seeking to implement predictive prefetching, though it also supports non-webpack sites through a static site workflow. The webpack plugin automates much of the setup by consuming data from Google Analytics and the parser module to configure predictive fetching. Developers can also use individual packages independently: the GA module for fetching analytics data, the parser module for JavaScript framework route parsing, or the webpack plugin for complete integration. The project explicitly targets improving performance and user happiness through data-driven bundling and loading strategies.

The project maintains active development with ongoing refinement of its core capabilities. The codebase is organized as a monorepo with separate packages for distinct concerns, allowing modular adoption. Documentation includes both quickstart guides for webpack users and workflows for static sites, indicating attention to different developer needs. The tool remains in alpha status, suggesting it continues to evolve based on real-world usage patterns.