{"id":24884209,"url":"https://github.com/barkprotocol/bark-ai-web-ui","last_synced_at":"2025-09-09T14:37:00.030Z","repository":{"id":271665712,"uuid":"913786568","full_name":"barkprotocol/bark-ai-web-ui","owner":"barkprotocol","description":"BARK AI is an crowdfunding platform designed to combine AI with Solana blockchain technology, allowing you to interact with Solana-based assets, earn rewards, and use USDC, SOL and BARK tokens to pay for services.","archived":false,"fork":false,"pushed_at":"2025-03-24T16:50:16.000Z","size":2854,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T09:27:26.779Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/barkprotocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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-08T10:56:01.000Z","updated_at":"2025-01-10T06:54:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0d32fad-efe5-42be-8458-85ba7b2ef287","html_url":"https://github.com/barkprotocol/bark-ai-web-ui","commit_stats":null,"previous_names":["barkprotocol/bark-ai-agent"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/barkprotocol/bark-ai-web-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fbark-ai-web-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fbark-ai-web-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fbark-ai-web-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fbark-ai-web-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/barkprotocol","download_url":"https://codeload.github.com/barkprotocol/bark-ai-web-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/barkprotocol%2Fbark-ai-web-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274313322,"owners_count":25262375,"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-09-09T02:00:10.223Z","response_time":80,"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-02-01T14:20:08.173Z","updated_at":"2025-09-09T14:36:59.973Z","avatar_url":"https://github.com/barkprotocol.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BARK AI Platform\n\nWelcome to **BARK AI**, an innovative platform that combines **Artificial Intelligence (AI)** with **Blockchain Technology**. BARK AI allows you to seamlessly interact with **Solana-based assets**, earn rewards, and use **BARK tokens** to pay for services on the platform.\n\n## Key Features\n\n### 1. **AI-Powered Crowdfunding**\nExperience the future of **AI-driven crowdfunding** with BARK AI Agent. Our platform enables you to launch or contribute to **social good campaigns**, including **disaster relief** and **donation drives**. With BARK AI, technology and compassion work together for a better tomorrow.\n\n### 2. **Solana Blockchain Integration**\nBARK AI leverages the **Solana blockchain** for secure, fast, and scalable operations. Every transaction, whether it's staking, minting, or contributing to a crowdfunding campaign, is powered by the speed and security of Solana.\n\n### 3. **BARK Tokens for Services**\nUtilize the **BARK token** for a wide range of services within the platform, such as **participating in NFT minting**, staking tokens, or paying for AI-based features. BARK tokens can also be used to engage with exclusive content and services.\n\n### 4. **Rewards System**\nEarn rewards through various interactions on the platform, whether by participating in campaigns, engaging with AI features, or staking your tokens. BARK AI creates new opportunities to earn while contributing to positive causes.\n\n### 5. **BARK AI Agent**\nThe BARK AI Agent empowers users by providing AI-driven solutions for managing campaigns, predicting successful strategies, and optimizing donation flows. It combines deep insights into user behavior with blockchain-based verification for transparent, effective contributions.\n\n---\n\n## Getting Started\n\nTo set up BARK AI locally, follow the instructions below:\n\n### Prerequisites\n\n- **Node.js** (Version 20+)\n- **Solana Wallet** for interacting with blockchain services (Phantom, Solflare, Backpack)\n- **Prisma** for database management\n- **Docker** for local environment setup (optional)\n\n### Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/bark-protocol/bark-ai.git\n    cd bark-ai\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    npm install\n    ```\n\n3. Set up your environment variables (refer to `.env.example`).\n\n4. Run the application:\n\n    ```bash\n    npx prisma migrate dev\n    npm run dev\n    ```\n\n5. Visit `http://localhost:3000` in your browser to start using the platform.\n\n---\n\n## Contributing\n\nWe welcome contributions to the BARK AI platform! If you are interested in helping us build the future of AI-driven crowdfunding, follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or fix.\n3. Make your changes and commit them.\n4. Open a pull request and describe your changes.\n\n---\n\n## License\n\n[MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkprotocol%2Fbark-ai-web-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarkprotocol%2Fbark-ai-web-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarkprotocol%2Fbark-ai-web-ui/lists"}