{"id":30172025,"url":"https://github.com/pointblankdev/intelligence-web","last_synced_at":"2025-08-11T22:48:28.639Z","repository":{"id":261109560,"uuid":"883146812","full_name":"pointblankdev/intelligence-web","owner":"pointblankdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-27T19:55:56.000Z","size":755,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-27T20:41:08.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://intelligence-web-eight.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pointblankdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2024-11-04T13:08:53.000Z","updated_at":"2025-01-27T19:55:59.000Z","dependencies_parsed_at":"2024-12-13T04:33:43.756Z","dependency_job_id":null,"html_url":"https://github.com/pointblankdev/intelligence-web","commit_stats":null,"previous_names":["pointblankdev/intelligence-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pointblankdev/intelligence-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointblankdev%2Fintelligence-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointblankdev%2Fintelligence-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointblankdev%2Fintelligence-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointblankdev%2Fintelligence-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pointblankdev","download_url":"https://codeload.github.com/pointblankdev/intelligence-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pointblankdev%2Fintelligence-web/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269969919,"owners_count":24505446,"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","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-08-11T22:48:19.837Z","updated_at":"2025-08-11T22:48:28.605Z","avatar_url":"https://github.com/pointblankdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Charisma Explore\n\nAn AI-powered blockchain explorer and interaction platform built with Next.js 14 and the Vercel AI SDK.\n\n## Overview\n\nCharisma Explore is a comprehensive tool for exploring the Stacks blockchain, monitoring transactions, and interacting with smart contracts. The platform combines modern web technologies with AI assistance to provide:\n\n- Real-time blockchain monitoring and analysis\n- Smart contract interaction and auditing\n- Token registry management and tracking\n- Transaction analytics and mempool inspection\n- AI-assisted blockchain exploration\n\n## Preview\n\n![Charisma Explore Interface](preview-ss.png)\n\nExperience Stacks blockchain exploration with an intuitive, AI-powered interface that makes complex blockchain interactions accessible and efficient.\n\n## Key Features\n\n- **AI Assistant**: Powered by Claude 3 and GPT-4 models for intelligent blockchain interaction\n- **Real-time Updates**: Monitor transactions and blockchain activity in real-time\n- **Smart Contract Tools**: Analyze, audit, and interact with Stacks smart contracts\n- **Token Management**: Track and manage SIP-010 tokens with detailed analytics\n- **Authentication**: Secure user authentication with NextAuth.js\n- **Modern UI**: Built with Tailwind CSS and shadcn/ui components\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 18+\n- pnpm (recommended) or npm\n- PostgreSQL database\n- Vercel account (for deployment)\n\n### Environment Variables\n\nCreate a `.env.local` file with the following required variables:\n\n```bash\n# Authentication\nAUTH_SECRET=\"your-auth-secret\"  # Required for NextAuth.js\n\n# Database\nPOSTGRES_URL=\"postgresql://...\"  # Your PostgreSQL connection string\n\n# AI Models\nOPENAI_API_KEY=\"sk-...\"         # For GPT-4 models\nANTHROPIC_API_KEY=\"sk-...\"      # For Claude models\n\n# Vercel KV (for caching)\nKV_REST_API_URL=\"...\"\nKV_REST_API_TOKEN=\"...\"\n\n# Optional: Analytics\nVERCEL_ANALYTICS=\"true\"\n```\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/your-username/charisma-explore.git\ncd charisma-explore\n```\n\n2. Install dependencies:\n```bash\npnpm install\n```\n\n3. Set up the database:\n```bash\npnpm db:generate\npnpm db:push\n```\n\n4. Start the development server:\n```bash\npnpm dev\n```\n\nThe application will be available at `http://localhost:3000`.\n\n## Development Tools\n\n- **Database Management**:\n  - `pnpm db:studio`: Launch Drizzle Studio for database management\n  - `pnpm db:generate`: Generate database migrations\n  - `pnpm db:push`: Apply database migrations\n\n- **Testing**:\n  - `pnpm test`: Run tests\n  - `pnpm test:ui`: Run tests with UI\n  - `pnpm test:coverage`: Generate test coverage report\n\n## License\n\nLicensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpointblankdev%2Fintelligence-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpointblankdev%2Fintelligence-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpointblankdev%2Fintelligence-web/lists"}