Submissions
Browse all project submissions
Changeloger
Changeloger is a release intelligence tool built with Next.js that transforms raw data from GitHub and Linear into polished, client-friendly changelogs using AI.
Purpose
The application solves the common problem of generating meaningful release notes by:
Automatically syncing release data from GitHub (PRs) and Linear (completed issues)
Using AI (Gemini or OpenAI) to generate changelogs tailored to different audiences
Providing a Q&A system to query what has been shipped
Key Features
Feature Description
Dashboard Sync releases from GitHub or Linear for a specific date range. Visualize the release timeline.
Multi-audience Changelogs Generate three versions per release: client-facing, stakeholder, and technical.
AI-Powered Generation Uses Gemini (Google AI) or OpenAI to transform raw commits/issues into readable narratives.
Q&A with RAG Ask natural language questions about shipped features. Answers include source links.
Export Export changelogs as Markdown.
CI Integration GitHub Action that auto-generates changelogs on release publish or manual trigger.
Tech Stack
Framework: Next.js 14 (App Router)
Database: SQLite with Prisma ORM
AI: OpenAI API / Google Gemini
Integrations: GitHub API, Linear API
UI: Tailwind CSS, Radix UI, Framer Motion
Embeddings: Vector store for RAG-based Q&A
2/4/2026
Your Team's SubmissionGithub release changelog summarizer
Turns GitHub releases into readable changelogs: a backend (CLI, FastAPI chat with RAG over changelog cards, ReAct agent, and MCP server) uses PyGithub and LLMs (OpenAI/Gemini) to generate client-friendly release notes, and a Next.js frontend lets users browse those changelog cards and chat about them.
2/4/2026
Your Team's SubmissionWilkins Release Radar
Release Radar es una plataforma automatizada que transforma commits de GitHub en changelogs profesionales y notificaciones para clientes. El sistema conecta el flujo de desarrollo con la comunicación externa, asegurando que los clientes estén siempre informados sobre mejoras, correcciones y nuevas funcionalidades.
El problema que resuelve es claro: las empresas tecnológicas luchan por comunicar sus releases de forma consistente. Los equipos envían emails manuales esporádicos, los clientes no saben qué ha cambiado en el producto, y el valor del desarrollo continuo se pierde en la desconexión entre ingeniería y usuarios finales.
La plataforma ofrece ingesta automática desde GitHub mediante una GitHub App que recibe webhooks en tiempo real cuando ocurren push events. También permite importación manual de commits por fecha, branch o rango específico, con soporte para múltiples repositorios y organizaciones usando la integración completa de Octokit.
El dashboard de curación permite a los administradores revisar commits importados, categorizarlos como Feature, Bug Fix, Improvement o Security, y transformar mensajes técnicos en comunicación clara para clientes. Incluye un sistema de aprobación con preview en tiempo real antes de publicar.
Las notificaciones se envían mediante Resend con templates elegantes diseñados en React Email. El sistema permite segmentar por producto, región o características del cliente, programar envíos estratégicamente y mantener un historial completo con analytics de engagement.
El changelog público es una página SEO-friendly con historial completo, filtros por categoría, búsqueda integrada y diseño responsive completamente accesible. Además, incluye un portal opcional para clientes donde pueden ver actualizaciones personalizadas y gestionar sus preferencias de notificación.
El stack tecnológico incluye Next.js 16 con React 19 usando App Router, Tailwind CSS v4 para styling, componentes Radix UI con accesibilidad WCAG completa, Supabase para base de datos PostgreSQL con Row Level Security y autenticación, GitHub App con Octokit para la integración, Resend con React Email para notificaciones, TypeScript end-to-end y optimización para deploy en Vercel.
La arquitectura utiliza API Routes serverless escalables, webhook handler con verificación de firmas de GitHub, middleware de autenticación en rutas protegidas, políticas RLS en Supabase y React Server Components para performance óptima.
Release Radar automatiza completamente el ciclo de comunicación de releases, desde el commit hasta la notificación final, eliminando trabajo manual y asegurando que cada cliente comprenda el valor continuo que recibe del producto.
super smart changelog
We created a GitHub Pages site that publishes our repository Releases in a non-technical, easy-to-read format for Sales, Customer Success, and other stakeholders. Developers create and update Releases in GitHub, and the page automatically reflects the latest published release notes. In addition, a GitHub Actions workflow uses the OpenAI API to review the quality and consistency of each release description (customer impact, talk track, cross-team impact, and evidence links). If the content does not meet the required standard, the workflow fails and prompts the author to improve the release notes before publishing.