Executive Summary
Summary
docs.wal.app received 11,795 visitors and 18,625 pageviews in the Apr 9–15 period, with an 82% bounce rate signaling low content depth engagement. Kapa logged 51 conversations across 7 distinct themes, with blob operations, enumeration gaps, and mainnet onboarding as the dominant friction points.
Priority 1
Consolidate mainnet onboarding documentation to reduce CLI setup friction for first-time users.
Priority 2
Create a unified blob operations reference covering CLI, HTTP API, and SDK side by side.
Priority 3
Resolve duplicate /walrus-sites/intro and /walrus-sites/intro.html URLs to recover split SEO value.
Priority 4
Document a supported public API for global blob enumeration to unblock developers hitting dead ends.
Traffic Overview
Over the 7-day period (Apr 9–15, 2026), docs.wal.app received 11,795 visitors and 18,625 pageviews with an 82% bounce rate and average visit duration of 38 seconds. Traffic trended upward across the week, peaking on Apr 15. The vast majority of traffic is direct, with the homepage and Walrus Sites intro pages dominating engagement.
Rising daily traffic through the week
Visitors grew from 1,222 on Apr 10 (likely a weekend dip) to 2,142 on Apr 15, a 75% increase, suggesting growing momentum or a campaign/announcement driving traffic late in the week.
Weekend traffic dip
Apr 10–11 (Thu–Fri) saw the lowest traffic (1,222 and 1,381), while Apr 14–15 peaked — this pattern may reflect a developer/professional audience active mid-to-late week.
Recent traffic less engaged than 30d baseline
The 7d bounce rate (82%) and views/visit (1.36) are worse than the 30d averages (67%, 1.62), suggesting recent traffic includes more casual or top-of-funnel visitors compared to the broader period.
Duplicate URL pattern for legacy Walrus Sites pages
Pages like /walrus-sites/intro and /walrus-sites/intro.html each attract ~2,100 visitors independently, splitting SEO value and analytics. Consolidating with a canonical tag or redirect is recommended.
Top 20 Pages
| # | Page | Insight |
|---|---|---|
| 1 | / | 6,683 visitors and 8,674 pageviews — the dominant entry point with only 10% bounce rate and 46s avg time, indicating visitors actively continue from the homepage. |
| 2 | /walrus-sites/intro (+ .html variant) | Combined ~4,200 visitors and ~6,000 pageviews. The duplicate .html and non-.html URLs suggest a redirect or canonical issue worth addressing. |
| 3 | /docs/getting-started | 1,191 visitors with 15% bounce rate and 33s on page — a key onboarding page with solid engagement. |
| 4 | /docs/sites/introduction/components | 358 visitors with 20% bounce rate and 43s on page — strong engagement, indicating interest in Walrus Sites architecture. |
| 5 | /walrus-sites/tutorial (+ .html variant) | Combined ~46 visitors but 100% scroll depth, suggesting those who find it read it fully. Possible duplicate URL issue mirrors the intro page. |
Referral Sources
| Source | Type | Insight |
|---|---|---|
| Direct / None | Organic | 11,181 visitors (95%+ of traffic) arrive directly, suggesting strong brand awareness or link sharing in private channels like Discord or Telegram. |
| docs.wal.app | Organic | 339 visitors — internal self-referrals, likely from older cached URLs or cross-page navigation tracked as referral. |
| Organic | 203 visitors with 77% bounce rate and 53s duration — reasonable organic search presence but limited volume. | |
| chatgpt.com | AI / Chatbot | 10 visitors with 40% bounce rate and 161s avg duration — ChatGPT users spend significantly more time on docs, indicating high-intent AI-assisted research. |
| docs.sui.io | Organic | Only 2 visitors but 1,049s avg duration — extremely high engagement from Sui ecosystem referrals, likely developers doing deep research. |
chatgpt.com
10 visitors with 40% bounce rate and 161s avg session duration — ChatGPT users are high-intent researchers spending 4x the site average on docs.
Top Referrer URLs
Exact referring URL or domain and the number of visits driven from each. Direct (no referrer) is excluded.
Page ↔ Kapa Theme Correlations
High-traffic pages mapped to the Kapa themes they correspond to.
| Page | Related Kapa Theme | Insight |
|---|---|---|
| / | Mainnet Setup, CLI Configuration, and Onboarding | Homepage dominates entry traffic, making it the highest-leverage place to surface onboarding guidance. |
| /walrus-sites/intro (+ .html variant) | Blob Storage Operations (CLI, HTTP API, SDK) | ~6,000 combined pageviews show high demand for blob storage workflow documentation. |
| /docs/getting-started | Mainnet Setup, CLI Configuration, and Onboarding | 1,191 visitors with 15% bounce rate confirms onboarding is a primary user goal. |
| /docs/sites/introduction/components | Blob ID and Sui Object ID Concepts | Strong engagement here suggests users are investigating architecture and ID relationships. |
| /walrus-sites/tutorial (+ .html variant) | Blob Storage Operations (CLI, HTTP API, SDK) | 100% scroll depth on tutorial pages signals high unmet demand for step-by-step blob guides. |
| /walrus-sites/intro.html (duplicate) | Global Blob Enumeration and Indexing | Duplicate URL split dilutes discoverability of core reference content for indexing users. |
| /docs/getting-started | Epoch Timing and Network Configuration | Onboarding page likely needs epoch context that users currently seek via Kapa instead. |
| /walrus-sites/tutorial (+ .html variant) | Quilt Batch Storage Feature | Tutorial deep-readers are likely the same cohort exploring advanced features like Quilt. |
Notable Takeaways
ChatGPT referrals drive disproportionately deep engagement
161 seconds avg session duration vs. 38 seconds site average; 40% bounce rate vs. 82% site averageAI-assisted users arrive with specific technical questions and are more likely to find and read relevant documentation.
Duplicate Walrus Sites URLs are splitting roughly half of a high-traffic page's audience
~2,100 visitors each to /walrus-sites/intro and /walrus-sites/intro.html independently, totaling ~4,200The canonical split is diluting SEO authority and fragmenting analytics for the second-highest traffic page on the site.
Recent traffic is significantly less engaged than the 30-day baseline
7d bounce rate 82% vs. 30d bounce rate 67%; 7d views/visit 1.36 vs. 30d 1.62The late-week traffic spike likely brought in top-of-funnel visitors who did not find what they needed and left quickly.
Sui ecosystem referrals show extreme depth of engagement despite near-zero volume
2 visitors from docs.sui.io averaging 1,049 seconds on siteCross-ecosystem developers are highly motivated researchers — even small referral improvements from Sui docs could yield high-quality users.
Developer Pain Point Themes
This week's 51 conversations span blob storage operations, CLI/SDK setup, epoch timing, and global blob indexing. Key friction points are identity confusion between Blob IDs and Sui Object IDs, mainnet onboarding, and the lack of a supported blob enumeration API.
Blob Storage Operations (CLI, HTTP API, SDK)
The highest-volume pain point with no single reference covering all three interfaces.
Global Blob Enumeration and Indexing
Users hit dead ends with no supported API, causing abandonment of key developer workflows.
Mainnet Setup, CLI Configuration, and Onboarding
First-time user failures at setup prevent any further engagement with the platform.
Epoch Timing and Network Configuration
Confusion between Walrus and Sui epoch durations causes incorrect storage duration assumptions.
Quilt Batch Storage Feature
Unclear size limits and API differences leave advanced users unable to adopt Quilt confidently.
Blob ID and Sui Object ID Concepts
ID type confusion causes retrieval failures and misrouted support questions.
Recommended Actions
Build a side-by-side blob operations reference for CLI, HTTP API, and SDK
Create one page showing store, retrieve, extend, and delete operations across all three interfaces.
16 Kapa conversations make this the single highest-friction topic this week.
Publish a consolidated mainnet onboarding guide
Cover private key import, CLI install, environment config, and first blob upload in one flow.
8 Kapa conversations and 1,191 engaged /docs/getting-started visitors signal urgent onboarding gaps.
Add a supported public endpoint or indexer reference for global blob enumeration
Document the recommended API or indexer path for listing blobs without running a full node.
9 Kapa conversations confirm users are actively blocked on this with no current resolution.
Add a visual ID-type explainer distinguishing Blob IDs, Sui Object IDs, and NFT Object IDs
Create a dedicated section with a diagram and lookup examples for all three ID types.
ID confusion drives misfiled issues and retrieval failures that compound other onboarding friction.
Add a Walrus vs Sui epoch FAQ with live epoch status lookup instructions
Add a concise FAQ block clarifying epoch durations and linking to a live epoch status source.
7 Kapa conversations show this causes incorrect storage duration planning by developers.
Redirect /walrus-sites/intro.html to /walrus-sites/intro and add canonical tags
Fix both intro and tutorial duplicate URL pairs with 301 redirects and canonical meta tags.
~4,200 combined pageviews are split across duplicate URLs, fragmenting SEO and analytics now.
Optimize homepage content hierarchy to surface onboarding and blob operation entry points
Restructure homepage CTAs to route first-time users toward the mainnet guide and blob quickstart.
6,683 weekly homepage visitors with active continuation behavior represent a high-leverage funnel entry.