feat: Update paywall UI with Detailed Report terminology and pricing#1
Merged
feat: Update paywall UI with Detailed Report terminology and pricing#1
Conversation
Update CLI output terminology for consistency with web UI paywall flow. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Rename 'Unlock Full Report' to 'Unlock Detailed Report' - Update pricing: $4.99 one-time, $6.99/month Pro - Change default dashboardBaseUrl to production URL Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Update CLAUDE.md with latest commands - Refresh README with current features - Revise ARCHITECTURE.md for Next.js migration Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Enhance analysis/remote route error messages - Add better validation in knowledge route - Improve youtube route error handling Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add session cache for faster repeated analyses - Add cost estimator for API usage tracking - Improve CLI index with better flow control - Update scanner with minor fixes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Improve DimensionSection layout - Add Badge and Button component enhancements - Update Supabase client configuration - Add ShareButton component for report sharing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Remove tests for deprecated API routes that no longer exist after Next.js App Router migration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add unit tests for dimension analyzers: - AI collaboration dimension - Burnout risk dimension - Prompt score dimension - Tool mastery dimension Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update test files for compatibility with Next.js migration: - Fix import paths - Update mock configurations - Align with new API structure Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Exclude Claude Code local settings from version control. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Collaborator
Author
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
- Fix error messages in client.ts to reference NEXT_PUBLIC_ prefixed vars - Add Supabase env vars to CLAUDE.md Environment Variables section - Update README.md with correct NEXT_PUBLIC_ env var names Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
sungmanch
added a commit
that referenced
this pull request
Feb 6, 2026
- Add topProjectSessions (top 3 sessions from #1 project by duration) - Fix week boundary alignment to calendar days (activeDays <= 7) - Add weeklyInsights field to TranslatorOutput schema - Wire weeklyInsights translation through orchestrator and assembler - Add translation length guard (reject < 65% of English length) - Strengthen translator prompts for length preservation (85% minimum) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 tasks
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete Next.js migration with paywall UI updates, CLI enhancements, and test improvements.
Commits (9 total)
feat(cli)feat(web)docsfix(api)feat(cli)feat(ui)testtesttestKey Changes
Paywall Flow
Detailed Report:(wasFull Report:)Unlock Detailed Reportbuttonwww.nomoreaislop.xyzCLI Enhancements
Tests
Test plan
npm run typecheckpassesnpm run dev- check/r/{resultId}page🤖 Generated with Claude Code