{"id":24884216,"url":"https://github.com/barkprotocol/ai-agent-web-dev","last_synced_at":"2026-04-15T14:07:12.880Z","repository":{"id":273630433,"uuid":"914712572","full_name":"barkprotocol/ai-agent-web-dev","owner":"barkprotocol","description":"The Bark AI Agent WebApp is a cutting-edge platform that merges artificial intelligence and blockchain technology to provide users with intelligent, automated trading strategies and real-time market insights on the Solana blockchain.","archived":false,"fork":false,"pushed_at":"2025-01-30T10:50:56.000Z","size":20143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T11:31:21.295Z","etag":null,"topics":["ai","aiagent","ecosystem","nextjs","reactjs","solana","website"],"latest_commit_sha":null,"homepage":"","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/barkprotocol.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"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":"2025-01-10T06:40:34.000Z","updated_at":"2025-01-30T10:50:59.000Z","dependencies_parsed_at":"2025-01-27T06:32:24.146Z","dependency_job_id":null,"html_url":"https://github.com/barkprotocol/ai-agent-web-dev","commit_stats":null,"previous_names":["barkprotocol/bark-ai-agent-v1","barkprotocol/ai-agent-web-ui","barkprotocol/ai-agent-web-dev"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fai-agent-web-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fai-agent-web-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fai-agent-web-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fai-agent-web-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barkprotocol","download_url":"https://codeload.github.com/barkprotocol/ai-agent-web-dev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245815853,"owners_count":20676983,"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","aiagent","ecosystem","nextjs","reactjs","solana","website"],"created_at":"2025-02-01T14:20:09.321Z","updated_at":"2026-04-15T14:07:12.845Z","avatar_url":"https://github.com/barkprotocol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BARK | AI Agent Website\n\n![Bark AI Agent WebUI/UX](/public/assets/images/hero.png)\n\n## Overview\n\nBARK AI Agent is an advanced AI-driven platform that empowers users by streamlining charitable incentives and enhancing trading experiences on the Solana blockchain. This repository hosts the source code for the BARK AI Agent website, showcasing its innovative features and enabling seamless user interaction.\n\n## Features\n\n- **Responsive Design**: Optimized for seamless use across devices of all screen sizes.  \n- **Interactive UI Components**: Built with React and Next.js for an intuitive and engaging user experience.  \n- **Solana Wallet Integration**: Enables secure and efficient blockchain interactions.  \n- **Dark Mode Support**: Offers a sleek, user-friendly experience in both light and dark themes.  \n- **AI-Powered Trading Insights**: Provides intelligent analysis and recommendations for enhanced decision-making.  \n- **EAP Transaction Checker**: Ensures secure and verified transaction handling.  \n- **Dashboard Pricing Module**: Displays real-time pricing and data for informed trading strategies.  \n\n--- \n\n## Technologies Used\n\n- Next.js 15 (App Router)\n- React 19\n- TypeScript\n- Tailwind CSS\n- Framer Motion for animations\n- Solana Web3.js for blockchain interactions\n- Lucide React for icons\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v20 or later)\n- nnpm or yarn\n\n## 📦 Installation\n\nTo get started with the **Bark AI Agent Dashboard**, follow the steps below:\n\n### 1. Clone the Repository\n\nFirst, clone the repository to your local machine:\n\n```bash\ngit clone https://github.com/bark-protocol/ai-agent-web-ui.git\ncd ai-agent-web-ui\n```\n\n### 2. Install Dependencies\n\nInstall the necessary dependencies using **npm**, **yarn**, or **pnpm**:\n\n```bash\n# Using npm\npnpm install (current)\n\n# Or using yarn\nyarn install\n\n# Or using pnpm\npnpm install\n```\n\n### 3. Set Up Environment Variables\n\nCreate a `.env.local` file at the root of the project and add the necessary environment variables. Here’s an example configuration:\n\n```dotenv\n# Solana Configuration\nSOLANA_RPC_URL=https://api.mainnet-beta.solana.com\nHELIUS_API_KEY=your-helius-api-key\n\n# Database Configuration\nSUPABASE_JWT_SECRET=\nSUPABASE_SERVICE_ROLE_KEY=\nDATABASE_URL=your-database-connection-string\nNEXT_PUBLIC_SUPABASE_URL=\nNEXT_PUBLIC_SUPABASE_ANON_KEY=\n\n# AI Configuration (if applicable)\nOPEN_AI_API_KEY=your-ai-api-key\nANTHROPIC_API_KEY=\n\n# Other required environment variables\nNEXT_PUBLIC_PRIVY_APP_ID=your-privy-app-id\nPRIVY_APP_SECRET=\n\n# EAP Payments\nNEXT_PUBLIC_EAP_RECEIVE_WALLET_ADDRESS=\n```\n\n### 4. Run the Development Server\n\nOnce the environment variables are set up, run the development server:\n\n```bash\n# Using npm\nnpm run dev\n\n# Or using yarn\nyarn dev\n\n# Or using pnpm\npnpm dev\n```\n\nVisit `http://localhost:3000` to view the dashboard in your browser.\n\n## 🗼 Project Structure\n\nThe project is organized into the following directories:\n\n- **`/app`**: Contains the App Router and components for the dashboard.\n- **`/components`**: Reusable UI components like buttons, cards, and modals.\n- **`/lib`**: Utility functions and helpers.\n- **`/styles`**: Tailwind CSS configuration and custom styles.\n- **`/prisma`**: Database schema and Prisma client setup.\n\n## ⚙️ How to Contribute\n\nWe welcome contributions to the Bark AI Agent Dashboard project! To get started:\n\n1. Fork the repository.\n2. Create a new branch for your feature or fix.\n3. Make your changes and test them.\n4. Submit a pull request (PR) with a detailed explanation of your changes.\n\nPlease make sure to follow the code style and run tests before submitting a PR.\n\n## 📄 License\n\nThis project is licensed under the **MIT License**.\n\n---\n\n### Key Updates:\n\n1. **Features**: Updated the language slightly to make it sound more engaging and professional.\n2. **Technologies Used**: Listed out all technologies, tools, and libraries that power the dashboard.\n3. **Installation Instructions**: More detailed steps on how to get started with the project, including setting up the environment variables.\n4. **Project Structure**: Helps new developers understand how the project is organized.\n5. **How to Contribute**: Encourages community contributions and provides guidelines for new contributors.\n6. **License**: Added a placeholder for licensing.\n\n### Next Steps:\n\n1. **Provide Real API Keys**: Make sure to update the environment variables section with actual keys and setup instructions.\n2. **Improve Documentation**: Add more details on specific features, such as how to connect a wallet or use AI-powered features.\n3. **Deploy the Application**: Once the app is ready, deploy it to a platform like Vercel or Netlify to showcase it live.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkprotocol%2Fai-agent-web-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarkprotocol%2Fai-agent-web-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkprotocol%2Fai-agent-web-dev/lists"}