Skip to content
This repository was archived by the owner on Sep 7, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Contributing to ReplyQueue

Thank you for your interest in contributing to ReplyQueue! This document provides guidelines for contributing to the project.
> **Retired — September 2026**
> ReplyQueue is no longer maintained and no longer accepts issues or pull requests.
> No further features, bug fixes, or security updates are planned. The extension has been unpublished
> from the Chrome Web Store. Independent forks are welcome under the MIT license.

These development guidelines are retained for historical reference and independent forks. Issue reporting and pull request instructions below apply only to forks whose maintainers choose to accept contributions.

## Table of Contents

Expand Down Expand Up @@ -485,12 +490,6 @@ Before submitting a PR:

---

## Questions?

If you have questions about contributing:

1. Check existing issues and discussions
2. Open a new issue with the "question" label
3. Reach out via the contact info in README
## Support

Thank you for contributing to ReplyQueue!
Support is no longer provided for this repository. Existing documentation and closed issues remain available for reference. If you use an independent fork, follow that fork's support and contribution guidelines.
34 changes: 13 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# ReplyQueue

[![Chrome Web Store](https://img.shields.io/badge/Chrome-Install-4285F4?logo=googlechrome&logoColor=white)](https://chromewebstore.google.com/detail/replyqueue/lkdecdgjijicaehjngnehdhoahjipnpg)
> **Retired — September 2026**
> ReplyQueue is no longer maintained. No further features, bug fixes, or security updates are planned.
> The extension has been unpublished from the Chrome Web Store. Its code and dependencies are outdated,
> and compatibility with LinkedIn is not guaranteed. Source code remains available under the MIT license
> for reference and independent forks. The documentation below is retained for historical reference.

[![Vue 3](https://img.shields.io/badge/Vue-3.4-4FC08D?logo=vue.js)](https://vuejs.org/)
[![TypeScript](https://img.shields.io/badge/TypeScript-5.4-3178C6?logo=typescript)](https://www.typescriptlang.org/)
[![Tailwind CSS](https://img.shields.io/badge/Tailwind-3.4-06B6D4?logo=tailwindcss)](https://tailwindcss.com/)
[![Chrome MV3](https://img.shields.io/badge/Chrome-Manifest%20V3-4285F4?logo=googlechrome)](https://developer.chrome.com/docs/extensions/mv3/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)

**Stop scrolling past engagement opportunities.** ReplyQueue watches your LinkedIn feed and surfaces posts that align with your blog content, so you can join conversations that matter.

**[Install from Chrome Web Store →](https://chromewebstore.google.com/detail/replyqueue/lkdecdgjijicaehjngnehdhoahjipnpg)**
ReplyQueue was a Chrome extension that matched LinkedIn posts against your blog content and generated AI-powered reply suggestions.

## Why ReplyQueue?

Expand All @@ -23,18 +26,9 @@ Content creators spend hours scrolling social feeds hoping to find relevant disc
- **Privacy-First** - No analytics, no tracking, your data stays local
- **Extensible** - Platform adapter pattern makes adding new networks straightforward

## Installation

### From Chrome Web Store (Recommended)
## Building from Source (Historical)

**[Install ReplyQueue →](https://chromewebstore.google.com/detail/replyqueue/lkdecdgjijicaehjngnehdhoahjipnpg)**

After installation:
1. Click the puzzle piece icon in Chrome toolbar
2. Pin ReplyQueue for easy access
3. Click the ReplyQueue icon to open the side panel and start setup

### From Source (Development)
These instructions are preserved for reference and independent forks. Builds and runtime behavior are no longer maintained or verified against current dependencies, Chrome, or LinkedIn.

1. **Clone the repository**
```bash
Expand Down Expand Up @@ -304,7 +298,9 @@ docker run --rm -v "$(pwd):/src" semgrep/semgrep semgrep scan --config auto --co

---

## Roadmap
## Historical Roadmap

These plans were not completed before retirement. No further development is planned for this repository.

### Planned Platforms
- [ ] Twitter/X
Expand All @@ -324,11 +320,7 @@ docker run --rm -v "$(pwd):/src" semgrep/semgrep semgrep scan --config auto --co

## Contributing

Contributions are welcome! Please read [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on:
- Setting up the development environment
- Code style and linting
- Submitting issues and pull requests
- Adding new platform adapters
This project is retired and no longer accepts issues or pull requests. Independent forks are welcome under the MIT license. [CONTRIBUTING.md](./CONTRIBUTING.md) preserves the development guidelines for anyone continuing work in a fork.

---

Expand Down
Loading