GRANTS.FUN is an autonomous grant operator platform built on NEAR Protocol, designed to create and manage AI-powered grant distribution systems. It provides mechanisms for deploying AI agents that can autonomously evaluate and distribute grants based on social signals, particularly from Twitter/X.
- 🤖 AI Grant Operators: Deploy autonomous agents that evaluate and distribute grants
- 🐦 Social Integration: Direct integration with Twitter/X for applications
- 👥 Multi-reviewer System: Set up multiple reviewers for grant evaluation
- 🏛️ Token-based Governance: Use GRant OPERATOR tokens for criteria setting
- 💸 On-chain Payments: Automated grant distribution across chains
- 🧠 Built on Eliza Framework: Robust AI agent capabilities
- Framework: Next.js 15.1.5
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Icons: Lucide Icons
- Fonts: Geist Sans & Geist Mono
- Development Tools: ESLint, Turbopack
- Clone the repository:
git clone https://github.com/louisdevzz/grants-fun.git
cd grants-fun
- Install dependencies:
pnpm install
- Create a
.env
file in the root directory with the following variables:
cp .env.example .env.local
- Run the development server:
pnpm dev
- Open http://localhost:3000 in your browser to see the application.
pnpm dlx shadcn@latest add component-name
pnpm test # run tests all
# or
pnpm test:ui # run tests with ui
pnpm dev
- Start the development server with Turbopackpnpm build
- Build the application for productionpnpm start
- Start the production serverpnpm lint
- Run ESLint for code quality
grants-fun/
├── src/
│ ├── app/ # Next.js app directory
│ ├── components/ # Reusable UI components
│ │ └── ui/ # shadcn/ui components
│ └── lib/ # Utility functions
├── public/ # Static assets
└── ...config files
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.