Simple AI post generator using OpenAI SDK

About Simple project to generate posts for LinkedIn using the OpenAI SDK. This is to help creating engaging posts for LinkedIn while learning about Agentic AI libraries and Frameworks. Website: https://linkedin-generator-lake.vercel.app/ Note: The generate endpoint is rate limited so you might need to try a few times before it works. Stack The web app was built using Vue.js with TypeScript and Tailwind CSS. This was the hardest part of the stack, I decided to go with Vue.js since it’s a lot easier to work with than Next.js and I didn’t need server side rendering for this small project. ...

July 29, 2025 · 2 min · Elvin Guti

Create pull requests descriptions using Aider and OpenRouter

In order to reduce the amount of time I spend on writing pull request instructions, I’ve been using Aider with OpenRouter to generate them. Requirements OpenRouter key Aider .env file with OPENROUTER_API_KEY variable How does it work? Aider is a tool that uses AI to help you write code. It’s a chatbot that can help you write code, fix bugs, and even write tests. OpenRouter is a tool that allows you to route requests to different APIs. In this case, we’ll use it to route the request to Aider. ...

March 3, 2025 · 4 min · Elvin Guti