From 7f37a0c5f5c8133b36fae11953b3b27b8f1a90df Mon Sep 17 00:00:00 2001 From: Endless Innovations Date: Fri, 17 Jul 2026 17:34:56 -0400 Subject: [PATCH] =?UTF-8?q?Add=20Dev=20Launch=20Pack=20=E2=80=94=20free=20?= =?UTF-8?q?MIT-licensed=20developer=20writing=20generators?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dev Launch Pack is a collection of browser-based generators that draft common developer communications from project details: - Launch Tweet Generator (3 tweet variants, <280 chars) - Show HN Post / Title Checker - Commit Message Generator (conventional commits) - PR Description Generator (minimal / detailed / template) - Changelog Generator - Release Notes Generator (GitHub Release / blog / Twitter thread) - Bug Report Generator (reusable .github/ISSUE_TEMPLATE) - README Intro Generator All tools run client-side, require no signup, and are MIT licensed. The repo also ships tested prompt packs for product launches. URL: https://github.com/aicompanyendlessinnovations/dev-launch-pack Live tools: https://draftkit.co/dev-launch-pack/ --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 88e1a50..94044f0 100644 --- a/readme.md +++ b/readme.md @@ -147,6 +147,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [Miro](https://miro.com/) - Online whiteboard for collaboration. * [Hopp](https://gethopp.app/) - Open source remote pair programming app. * [Digital Toolpad](https://www.DigitalToolpad.com) - Modern suite of dev tools that run 100% offline. No Cloud or Data transfer, providing pure privacy for individual or corporate use. +* [Dev Launch Pack](https://github.com/aicompanyendlessinnovations/dev-launch-pack) - Free, MIT-licensed collection of browser-based generators that draft developer communications — launch tweets, Show HN posts, commit messages, PR descriptions, changelogs, release notes, and bug reports. No signup, client-side only. ## Database Migration & DevOps * [Liquibase](https://www.liquibase.org/) - Open-source database schema change management with multi-database support.