{"id":24072514,"url":"https://github.com/jongan69/soltrendio","last_synced_at":"2025-09-07T05:34:24.122Z","repository":{"id":251316603,"uuid":"837052072","full_name":"jongan69/soltrendio","owner":"jongan69","description":"A solana wallet address analyzer with ai and apis for building useful tools on top of","archived":false,"fork":false,"pushed_at":"2025-07-07T12:36:00.000Z","size":175420,"stargazers_count":11,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T07:07:17.004Z","etag":null,"topics":["ai","blockchain","data-analysis","solana","trading-systems"],"latest_commit_sha":null,"homepage":"https://soltrendio.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jongan69.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-02T05:42:48.000Z","updated_at":"2025-07-07T11:22:33.000Z","dependencies_parsed_at":"2024-08-02T06:45:59.251Z","dependency_job_id":"09575d81-eaf3-4d39-9472-600fd8cd2ec1","html_url":"https://github.com/jongan69/soltrendio","commit_stats":null,"previous_names":["jongan69/soltrendio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jongan69/soltrendio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fsoltrendio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fsoltrendio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fsoltrendio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fsoltrendio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongan69","download_url":"https://codeload.github.com/jongan69/soltrendio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fsoltrendio/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264411163,"owners_count":23603804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","blockchain","data-analysis","solana","trading-systems"],"created_at":"2025-01-09T17:17:53.368Z","updated_at":"2025-07-09T07:09:24.604Z","avatar_url":"https://github.com/jongan69.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SolTrendIO - Solana Wallet Analyzer \u0026 Thesis Generator\n\nSolTrendIO is a powerful analytics tool that analyzes Solana wallets to generate investment theses, sentiment analysis, market trend projections, and automated presentation decks.\n\n## Features\n\n### **📊 Comprehensive Wallet Analysis**\n\n- Connect any Solana wallet or enter a wallet address manually\n- View detailed token holdings and total portfolio value\n- Automatic token metadata resolution and price fetching\n- Portfolio composition breakdown with percentages\n\n### **🤖 AI-Powered Investment Thesis**\n\nThe app generates detailed investment theses based on:\n- Token distribution\n- Portfolio composition\n- Historical holding patterns\n- Market trends\n- Token correlations\n- Risk assessment\n\n### **📈 Advanced Analytics**\n\n- **Sentiment Analysis**: Evaluates generated theses across multiple dimensions:\n  - Racism detection\n  - Hate speech detection\n  - Drug/substance references\n  - Profanity levels\n  - Crudity assessment\n- **Google Trends Integration**: Shows search interest trends for your top tokens\n- **Market Projections**: Visual charts showing potential market direction\n- **Portfolio Metrics**: Detailed breakdown of holdings and value distribution\n\n### **🎯 Automated Presentations**\n\n- **PowerPoint Generation**: Automatically creates professional presentations including:\n  - Token-specific slides with analysis\n  - Portfolio overview\n  - Market trend visualizations\n  - Sentiment analysis charts\n  - Custom emoji indicators for market sentiment\n  - Branded with your portfolio data\n\n### **🔄 Real-time Updates**\n\n- Live price updates via Jupiter Swap\n- Automatic token metadata resolution\n- Real-time sentiment scoring\n- Dynamic chart generation\n- Instant PowerPoint creation\n\n### **🔗 Social Integration**\n\n- One-click Twitter sharing of thesis\n- Social sentiment analysis\n- Community trend tracking\n\n## Getting Started\n\n1. Get required API keys:\n   - Helius API for Solana data\n   - OpenAI API for thesis generation\n   - Google Trends API access\n\n2. Create a `.env.local` file:\n\n```\nOPENAI_API_KEY=\u003cyour openai key\u003e\nNEXT_PUBLIC_SOLANA_RPC_ENDPOINT=https://mainnet.helius-rpc.com/?api-key=\u003cyour helius key\u003e\n```\n\n3. Install dependencies:\n```bash\nyarn install\n```\n\n4. Start development server:\n```bash\nyarn dev\n```\n\n## Development\n\nThe project uses:\n- Next.js for the framework\n- Solana Web3.js for blockchain interaction\n- TailwindCSS \u0026 DaisyUI for styling\n- Chart.js for visualizations\n- OpenAI API for thesis generation and sentiment analysis\n- Google Trends API for market analysis\n- PptxGenJS for PowerPoint generation\n- React-Markdown for thesis formatting\n\n## Payment Integration\n\nThe app supports two payment methods for thesis regeneration:\n- SOL payments (0.001 SOL per regeneration)\n- Custom token payments (1 token per regeneration)\n\n## Deployment\n\n1. Build the project:\n```bash\nyarn build\n```\n\n2. Deploy to your preferred hosting platform (Vercel recommended)\n\n3. Set environment variables on your hosting platform:\n   - OPENAI_API_KEY\n   - NEXT_PUBLIC_SOLANA_RPC_ENDPOINT\n   - Additional API keys as needed\n\n## Security\n\n- All wallet interactions are secure and non-custodial\n- No private keys are ever stored or transmitted\n- All API calls are rate-limited and protected\n- Sentiment analysis includes content filtering\n\n## Contributing\n\nContributions are welcome! Please read our contributing guidelines before submitting PRs.\n\n## License\n\nMIT License - see LICENSE file for details\n\n## Support\n\nFor support, please open an issue on GitHub or contact our support team.\n\nNOTE: Hobby accounts are limited to daily cron jobs. https://crontab.cronhub.io/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongan69%2Fsoltrendio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongan69%2Fsoltrendio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongan69%2Fsoltrendio/lists"}