Repo provided. Get it up and running. See description for tech stack and setup instructions
Budget: $10 – $100 USD
I want this https://github.com/iliane5/meridian up and running. I will provide the required feeds to input, cloudflare credentials, Gemini apis and any server/other requirements. You will make it all work.
This https://github.com/iliane5/meridian runs RSS feeds through Gemini AI using Cloudflare workers to create a condensed and enhanced news feed.
Tech Stack
Infrastructure: Turborepo, Cloudflare (Workers, Workflows, Pages)
Backend: Hono, TypeScript, PostgreSQL, Drizzle
AI/ML: Gemini models, multilingual-e5-small embeddings, UMAP, HDBSCAN
Frontend: Nuxt 3, Vue 3, Tailwind
Setup
Prerequisites: Node.js v22+, pnpm v9.15+, Python 3.10+, PostgreSQL, Cloudflare account, Google AI API key
cd meridian
pnpm install
# Configure .env files
pnpm --filter @meridian/database db:migrate
# Deploy via Wrangler, run Python briefing notebook manually
This https://github.com/iliane5/meridian runs RSS feeds through Gemini AI using Cloudflare workers to create a condensed and enhanced news feed.
Tech Stack
Infrastructure: Turborepo, Cloudflare (Workers, Workflows, Pages)
Backend: Hono, TypeScript, PostgreSQL, Drizzle
AI/ML: Gemini models, multilingual-e5-small embeddings, UMAP, HDBSCAN
Frontend: Nuxt 3, Vue 3, Tailwind
Setup
Prerequisites: Node.js v22+, pnpm v9.15+, Python 3.10+, PostgreSQL, Cloudflare account, Google AI API key
cd meridian
pnpm install
# Configure .env files
pnpm --filter @meridian/database db:migrate
# Deploy via Wrangler, run Python briefing notebook manually