Open Issues Need Help
View All on GitHubOptiBlogAi — An open-source AI-powered system that automates SEO blog content creation using LLMs, content scraping, and an intelligent quality assessment loop
OptiBlogAi — An open-source AI-powered system that automates SEO blog content creation using LLMs, content scraping, and an intelligent quality assessment loop
AI Summary: Implement a 'Contact Us' page for the OptiBlogAi application, including a responsive form with fields for name, email, subject (optional), and message, allowing users to easily contact the development team.
OptiBlogAi — An open-source AI-powered system that automates SEO blog content creation using LLMs, content scraping, and an intelligent quality assessment loop
AI Summary: Implement a 'Smart Improve' button in OptiBlogAi's frontend that, upon encountering low-quality blog content (grade ≤ D), sends the content to an API endpoint for AI-powered refinement using GPT/Gemini. The API should return refined paragraphs, tone/clarity suggestions, and optional keyword enrichment. The frontend should then display these changes, allowing users to apply them individually or all at once via a side-by-side diff or inline edits.
OptiBlogAi — An open-source AI-powered system that automates SEO blog content creation using LLMs, content scraping, and an intelligent quality assessment loop
AI Summary: Add a link to the MIT License in the OptiBlogAi project's README file. This involves finding the appropriate license file (likely LICENSE or LICENSE.txt), and adding a Markdown link to it within the README's license section.
OptiBlogAi — An open-source AI-powered system that automates SEO blog content creation using LLMs, content scraping, and an intelligent quality assessment loop
AI Summary: Implement a floating 'Back to Top' button on the OptiBlogAi user interface. The button should appear when the user scrolls past a certain point, smoothly scroll to the top when clicked, adapt to light/dark mode, and be responsive across devices. This requires front-end development using JavaScript/TypeScript and a CSS framework like TailwindCSS.
OptiBlogAi — An open-source AI-powered system that automates SEO blog content creation using LLMs, content scraping, and an intelligent quality assessment loop
OptiBlogAi — An open-source AI-powered system that automates SEO blog content creation using LLMs, content scraping, and an intelligent quality assessment loop
AI Summary: Implement a new FastAPI endpoint that automatically generates SEO-friendly meta titles and descriptions (within character limits) for given blog content using LLMs (Groq or Gemini). This involves prompt engineering, integrating the functionality into the existing LangGraph workflow, and returning the results within the final blog JSON output. The solution should address potential challenges like prompt tuning and handling varied content tones.
OptiBlogAi — An open-source AI-powered system that automates SEO blog content creation using LLMs, content scraping, and an intelligent quality assessment loop
AI Summary: Implement backend API routes in a Next.js application to fetch and display up-to-date project information from a GitHub repository, replacing existing static data. This involves creating secure API routes, handling errors, and updating frontend components to consume the new API endpoints. The goal is to dynamically display project data without manual updates.
OptiBlogAi — An open-source AI-powered system that automates SEO blog content creation using LLMs, content scraping, and an intelligent quality assessment loop