A sophisticated Bitcoin cycle prediction platform that delivers actionable trading signals through advanced on-chain analytics and real-time market intelligence.
Picojeet is an advanced Bitcoin cycle analysis platform that combines multiple data sources and proprietary algorithms to predict market cycles with precision. The platform features real-time market analysis, historical pattern recognition, and innovative correlation studies between crypto app rankings and market psychology.
Current Prediction: Bitcoin Cycle Top at $176K in 3-6 months
Mathematical Model: Our proprietary algorithm analyzes historical data, cycle patterns, and volatility factors to predict the next Bitcoin cycle top with high confidence.
Current Prediction: $176K target based on:
- Current price: $108,700
- Enhanced growth factor: 1.63 (63% mid-bull cycle expectation)
- Cycle analysis: 3-6 months to peak timing (Mid Bull phase)
- Historical pattern matching: 2017-2018 and 2020-2021 cycle comparisons
- Adjusted thresholds: Extended Mid Bull phase for more accurate timing
Predicted Peak = Current Price ร Dynamic Growth Factor ร Cycle Multiplier ร Volatility Dampener
Where:
- Current Price = $108,700 (real-time)
- Dynamic Growth Factor = 1.63 (enhanced 63% mid-bull cycle expectation)
- Cycle Multiplier = f(months_to_peak, phase_progression, historical_patterns)
- Volatility Dampener = sin(cycle_position) ร volatility_constant
- Peak Timing = 3-6 months from current (Mid Bull phase analysis)
- Phase Threshold = Extended to <75 for sustained Mid Bull positioning
Result: $176K predicted cycle top (170-180K target range)
- Historical Data Analysis: Uses monthly high values from CoinMarketCap (2013-2025)
- Pattern Recognition: Identifies recurring cycle patterns and timing
- Volatility Adjustment: Accounts for market volatility using mathematical smoothing
- Real-time Updates: Dynamically adjusts predictions as market conditions change
- Confidence Scoring: Provides confidence levels based on data convergence
- Price History: Monthly high values from April 2013 to current
- Cycle Timing: Historical cycle lengths and peak patterns
- Market Position: Current cycle stage assessment
- Volatility Metrics: Price volatility and trend analysis
- External Factors: Institutional adoption, regulatory environment
Real-time Visualization featuring:
- Historical Price Line (Blue): Monthly high values from 2013-2025
- Current Price Point (Purple): Live price with "Current" tooltip
- Prediction Line (Orange Dashed): 18-month future predictions
- Perfect Label Alignment: Month/year labels correctly positioned under data points
- Dynamic Updates: Automatically adjusts for current month
- Pi Cycle Top Indicator: Mathematical convergence analysis
- Rainbow Chart Analysis: Logarithmic price bands with position tracking
- NUPL Cycle Timing: Net Unrealized Profit/Loss analysis
- SOPR Analysis: Spent Output Profit Ratio with forecasting
- MVRV Z-Score: Market Value to Realized Value deviation tracking
- Bitcoin Dominance: Multi-timeframe analysis with ALT season implications
- Fear & Greed Index: Real-time sentiment tracking with historical context
- Crypto App Rankings: Real-time tracking of Coinbase, Phantom, Trust Wallet rankings
- Market Psychology Correlation: App store positioning as retail sentiment indicator
- Retail Interest Tracking: App download patterns correlate with market cycles
- Historical Performance: Track ranking changes during previous cycles
- Enhanced Theme System: Seamless dark/light mode with proper contrast optimization
- Responsive Design: Mobile-first approach with desktop enhancements
- Scroll-triggered Animations: BRRR videos spawn randomly during navigation
- Interactive Charts: Month/year labeling with hover tooltips and real-time updates
- Performance Optimized: 60fps animations with memory management
- Next.js 15: React framework with App Router for optimal performance
- TypeScript 5.0+: Full type safety across the entire application
- Tailwind CSS 3.4+: Utility-first styling with custom theme variables
- Framer Motion 11+: Smooth animations and micro-interactions
- Recharts 2.8+: Advanced charting library for market data visualization
- React Query (TanStack Query): Intelligent data fetching with caching and error handling
- Multiple APIs: CoinGecko, Coinpaprika, Fear & Greed Index integration
- Real-time Processing: Live market data with fallback mechanisms
- Phosphor Icons: Consistent, beautiful iconography
- CSS Variables: Theme-aware color system for dark/light modes
- Custom Components: Reusable UI elements with animation support
- Responsive Utilities: Mobile-first design patterns
src/
โโโ app/ # Next.js App Router
โ โโโ api/ # API routes & endpoints
โ โ โโโ bitcoin/ # Bitcoin price & metrics
โ โ โ โโโ route.ts # Current price endpoint
โ โ โ โโโ historical/ # Historical data endpoint
โ โ โโโ rankings/ # App store rankings
โ โ โโโ app-store/ # iOS/Google Play data
โ โโโ api-test/ # Development testing interface
โ โโโ layout.tsx # Root layout with theme provider
โ โโโ page.tsx # Main dashboard page
โโโ components/ # Reusable UI components
โ โโโ charts/ # Market analysis visualizations
โ โ โโโ enhanced-bitcoin-chart.tsx # Main prediction chart
โ โ โโโ visual-rainbow-chart.tsx # Rainbow band analysis
โ โ โโโ visual-nupl-chart.tsx # NUPL cycle tracking
โ โ โโโ visual-sopr-chart.tsx # SOPR analysis
โ โ โโโ visual-mvrv-chart.tsx # MVRV Z-Score tracking
โ โ โโโ comprehensive-metrics.tsx # Advanced predictions
โ โ โโโ metric-gauge.tsx # Interactive gauge displays
โ โโโ dashboard/ # Dashboard-specific components
โ โ โโโ live-dashboard.tsx # Main dashboard layout
โ โ โโโ metric-card.tsx # Prediction display cards
โ โ โโโ stats-card.tsx # Metric display cards
โ โโโ rankings/ # App store ranking components
โ โ โโโ top-apps-rankings.tsx # Crypto app tracking
โ โโโ layout/ # Navigation & structure
โ โ โโโ app-layout.tsx # Main layout wrapper
โ โ โโโ sidebar.tsx # Navigation sidebar
โ โ โโโ header.tsx # Top navigation with branding
โ โ โโโ footer.tsx # Footer component
โ โโโ metrics/ # Metric-specific components
โ โ โโโ action-signal.tsx # Trading signal displays
โ โโโ ui/ # Base UI components
โ โโโ data-status.tsx # API health monitoring
โ โโโ mini-chart.tsx # Small chart components
โ โโโ odyssey-banner.tsx # Branding components
โ โโโ picojeet-logo.tsx # Legacy logo component
โ โโโ brrr-video.tsx # Scroll animations
โโโ lib/ # Core utilities & services
โ โโโ api/ # Data fetching services
โ โ โโโ bitcoin.ts # Bitcoin API client
โ โ โโโ enhanced-bitcoin.ts # Multi-source aggregation
โ โ โโโ real-app-store.ts # App store APIs
โ โโโ analysis/ # Prediction algorithms
โ โ โโโ cycle-predictor.ts # Main prediction engine
โ โโโ constants/ # Configuration & constants
โ โ โโโ signals.ts # Trading signal definitions
โ โโโ contexts/ # React contexts
โ โ โโโ theme-provider.tsx # Theme management
โ โโโ providers/ # Data providers
โ โ โโโ query-provider.tsx # React Query setup
โ โโโ types/ # TypeScript definitions
โ โ โโโ index.ts # Main type definitions
โ โโโ utils/ # Utility functions
โ โโโ cn.ts # Tailwind class utilities
โ โโโ historical-data.ts # Historical data processing
โ โโโ index.ts # General utilities
โโโ hooks/ # Custom React hooks
โ โโโ use-bitcoin-data.ts # Market data management
โ โโโ use-app-rankings.ts # App store data
โ โโโ use-top-apps.ts # Top app tracking
โ โโโ use-scroll-brrr.ts # Scroll-triggered animations
โโโ styles/ # Global styling
โโโ globals.css # Theme variables & base styles
- Node.js 18+ (Recommended: Latest LTS)
- Yarn 1.22+ (Package manager)
- Clone the repository:
git clone https://github.com/oxnr/picotop.git
cd picotop
- Install dependencies:
yarn install
- Start development server:
yarn dev
- Open application: Navigate to http://localhost:3000
Create .env.local
for API keys (optional - app works with public APIs):
# Optional: Add your API keys for enhanced data
COINGECKO_API_KEY=your_key_here
COINPAPRIKA_API_KEY=your_key_here
- BGeo Metrics API: Primary Bitcoin price, NUPL, SOPR, MVRV, and dominance data
- CoinGecko: Secondary Bitcoin price and historical data
- Coinpaprika: Backup price feeds and market metrics
- Fear & Greed Index: CNN Business sentiment tracking
- Historical Highs: CoinMarketCap monthly high values (2013-2025)
- iOS App Store: Crypto app positioning in Finance category
- Google Play Store: Android app rankings and trends
- Real-time Updates: 30-second refresh cycles during market hours
- Mathematical Models: Pi Cycle, Rainbow Chart, NUPL analysis
- Pattern Recognition: Historical cycle analysis and timing
- Volatility Analysis: Market volatility and trend calculations
- Real-time Adjustments: Dynamic prediction updates
Our prediction engine combines multiple analytical approaches:
- Historical Pattern Analysis: Studies 12+ years of Bitcoin price data
- Mathematical Modeling: Uses exponential growth curves and volatility dampening
- Cycle Timing: Analyzes historical cycle lengths and peak patterns
- Market Psychology: Incorporates retail sentiment via app store rankings
- Risk Management: Provides confidence intervals and uncertainty bands
- ACCUMULATE: Deep value zones, high confidence buy signals
- HOLD: Fair value ranges, maintain positions
- DISTRIBUTE: Late cycle warning, begin taking profits
- SELL: Euphoria zones, maximum profit realization
- App Rankings: Crypto app store positioning vs. market psychology
- Retail Interest: App downloads correlation with price movements
- Historical Patterns: 2017 ICO boom vs. 2021 institutional cycle analysis
- Dark Mode: Primary interface with purple/blue gradients
- Light Mode: High contrast with proper text legibility
- CSS Variables: Theme-aware color system with semantic tokens
- Smooth Transitions: Seamless theme switching with animation
- Subtle Interactions: Enhance without overwhelming user experience
- Performance Focused: 60fps smooth animations with hardware acceleration
- Contextual Feedback: Visual responses to user actions
- BRRR Elements: Playful scroll-triggered videos for engagement
- Current Price: $108,700 (live data)
- Predicted Peak: $176,000 (63% growth from current Mid Bull phase)
- Time to Peak: 3-6 months (Mid Bull phase analysis)
- Late Bull Timing: 2-6 months for sustained Late Bull scenarios
- Confidence Level: High (based on enhanced cycle progression models)
- Current Signal: ACCUMULATE/HOLD
- Stage: Mid Bull phase (extended threshold <75 for accurate timing)
- Next Phase: Late Bull acceleration toward cycle peak
- Key Levels: Watch for $130K breakthrough into Late Bull territory
- Target Range: 170-180K based on dynamic growth factor methodology
- Risk Factors: Regulatory changes, macro conditions, cycle phase transition timing
We welcome contributions to improve Picojeet! Areas of focus:
- Algorithm Enhancement: Improve prediction accuracy
- New Metrics: Additional on-chain indicators
- Mobile Optimization: Enhanced mobile experience
- API Integrations: Additional data sources
- UI/UX Improvements: Animation and interaction enhancements
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature
- Make your changes and test thoroughly
- Commit your changes:
git commit -m 'Add amazing feature'
- Push to the branch:
git push origin feature/amazing-feature
- Open a Pull Request
Run the test suite:
yarn test
Check API endpoints:
yarn test:api
MIT License - see LICENSE for details.
- GitHub Issues: Bug reports and feature requests
- Documentation: Complete guides in
/docs
- API Documentation: Interactive API explorer at
/api-test
โก Built for precision trading - Time your positions like a pro โก
Delivering actionable Bitcoin cycle predictions through advanced analytics