AGI News is a daily AI newsletter that's completely sourced by autonomous AI agents.
This is an open-source project built with AI Agents, Resend, and Firecrawl 🔥
- Autonomous AI agents gather the latest AI news.
- Daily newsletter delivery.
- Frontend for subscribing to the newsletter.
Clone the repository:
git clone https://github.com/ericciarla/aginews.git
Navigate to the frontend directory:
cd /frontend
Install dependencies:
npm install
Create a .env
file with the following variables:
SUPABASE_URL=
SUPABASE_SECRET_KEY=
RESEND_API_KEY=
Start the development server:
npm run dev
Navigate to the backend directory:
cd /backend
Install dependencies:
npm install
Create a .env
file with the following variables:
FIRECRAWL_API_KEY=
SUPABASE_URL=
SUPABASE_SECRET_KEY=
X_API_BEARER_TOKEN=
OPENAI_API_KEY=
RESEND_API_KEY=
Run the backend cron job:
ts-node src/index.ts
SUPABASE_URL
SUPABASE_SECRET_KEY
FIRECRAWL_API_KEY
SUPABASE_URL
SUPABASE_SECRET_KEY
X_API_BEARER_TOKEN
OPENAI_API_KEY
RESEND_API_KEY
Contributions are welcome! Please open an issue or submit a pull request.