Skip to main content

PLACEHOLDER - Yandex Map Apps and Libraries

App Name: Yandex Map Description: The App is for providing support for Yandex Map apps and libs. Our company provides an API for working with our maps, which helps to automate business processes in…

Toasty: A better chat antifreeze bot

Toasty is an antifreeze bot for the Stack Exchange chat system. It automatically sends messages in low-activity rooms to keep the system from freezing them for inactivity. Toasty is usable by any u…

Voting activity tracker v2: check your voting activity on per-site meta!

Monitor your voting activity on per-site metas!

Chatdump - a site monitor

Dump activity from a site into a chatroom. Configurable as to what to dump and with what conditions. Github repo

PLACEHOLDER - MCP Bundles: Stack Exchange Integration

MCP Bundles is a cloud-hosted platform that connects your tools to AI assistants (ChatGPT, Claude, Cursor, Perplexity) via the Model Context Protocol (MCP). We provide 4,000+ tools in MCP-ready bun…

Generate StackApps - post generator for userscripts

Tired of writing Stack Apps posts by hand? With Generate StackApps you can focus on what's really important — userscripts and delegate the busywork to automation.

OBSOLETE - Follow your friends on StackOverflow with FriendOverflow

I created this app because I wanted to see what my friends and co-workers were doing on StackOverflow. I was previously going to their profiles to see what they were asking, answering, and commenti…

PLACEHOLDER: Interaction between user on LLM and Online Knowledge Community

About: This application is a research project exploring more effective ways to discover and interact with knowledge on Stack Overflow. It provides a unified interface for searching for content and …

PLACEHOLDER: Stack Overflow Answer Assistant

Stack Overflow Answer Assistant is a lightweight tool designed to help developers manage and organize their questions and answers on Stack Overflow. It can assist in quickly referencing relevant co…

PLACEHOLDER - QnA: Stack Overflow Q&A App with OAuth Login and Voting

App Name: QnA Description: QnA is a web application that lets users browse and interact with Stack Overflow questions and answers. It integrates with the Stack Exchange API v2.3 and provides these …

StackAppsTerraformProvider (placeholder)

PLACEHOLDER for StackApps terraform provider

MyStackBot – A Simple Bot to Post and Fetch Stack Overflow Answers via API

App Name: MyStackBot Client ID: 34374 API Key: rl_eaYQSUfy93Eei7G5Z8R8E8t9d This app allows a user to: Fetch their answers from Stack Overflow Post new answers to questions using the Stack Exchang…

PLACEHOLDER - My Answer Posting App Using Stack Exchange API

This app allows automated posting of answers on Stack Overflow using the Stack Exchange API. It uses OAuth for authorization and is built to help developers automate knowledge sharing workflows. W…

PLACEHOLDER - HeapExchange Android App

PLACEHOLDER post so that I can have write access. The old post got deleted. HeapExchange is an Android app designed to bring the power of Stack Exchanage to your fingertips. 🔍 Browse anonymously t…

se-dashboard.click - Interactive plots and statistics for Mathematics Stack Exchange

https://se-dashboard.click/ Real-time interactive visualisation and statistics for Mathematics Stack Exchange

Octostack - Stack Overflow for iOS

Up to 200 characters of excerpt

PLACEHOLDER - Simpler UI

PLACEHOLDER post so that I can have write access. Because, you know, it's supposed to function like SE... More info about my application.

AI NLN detection bot

Post for a bot to detect NLN comments on Stack Overflow and report them to a chatroom. The bot uses a deep learning model trained on over 4,000 comments.

Sentinel - monitoring new answers to old questions

This post is to enable authentication with the version of Sentinel that I'm (cocomac) hosting. See also OBSOLETE - Sentinel - monitoring new answers to old questions. In early February 2025, there…

Thoughts about "StackDesk" app that I am developing

As a developer, I've often found certain features on Stack Overflow challenging to use. After discussing these difficulties with fellow developers, they shared similar experiences. This led me to c…

SO Stats - Track your stack overflow activity

About I created the SO Stats app because I wanted a simple and convenient way to track my Stack Overflow activity and progress. As a frequent user, I was always curious about how my reputation was …

How do I handle token expiration in my application?

This request is responded to with either an error (HTTP status code 400) or an access token of the form access_token=...&expires=1234. expires will only be set if scope does not include no_expi…

Stack Exchange data dump downloader and transformer

A downloader and transformer system for Stack Exchange's new anti-community data dump system

Introducing StackPulse: a real-time Cross-platform Stack Overflow question notifier

What is StackPulse? StackPulse is a cross-platform application that provides real-time notifications for new Stack Overflow questions based on tags you're interested in. It's built with Flutter and…

Documentation describing fields for api stack exchange

When I looked through the StackExchange documentation, I didn't find any documentation describing the fields. I have to study the request and response for a long time in order to understand why thi…

Jardín Digital de Rubén

Personal digital garden to include, among other things, a selection of questions and answers from Stack Exchange.

SO Link-only Parser: Parse Stack Overflow for potentially link-only answers

The provided Python script is designed to identify potentially "link-only" answers on Stack Overflow for a specified time period and set of tags. It does this by leveraging the Stack Exch…

Backpack: Download all of your questions and answers across all SE sites as Markdown files

Download all of your questions and answers across all SE sites as Markdown files.

v1.0, Mahmoud

PLACEHOLDER - CoreDump, a macOS desktop SE client

What the app will do: a macOS desktop client app for SE network sites with a clean user interface and potentially some features enhancing the regular SE web-based experience. Written in SwiftUI. Th…

GitHub Readme Stack Exchange

Dynamically generate a card of your status for any Stack Exchange site!

PyStackAPI - wrapper for the StackExchange API, written in Python

PyStackAPI The latest version - 0.2.0 What is PyStackAPI? PyStackAPI is a modern, 100% typed wrapper for the StackExchange API, written in Python. Documentation You can find documentation here: htt…

PLACEHOLDER - sandbox reviews

The App is currently under development and / or only meant for private use. When the author of this App, Script, or Library is ready, they will update this post.

Calling SE APIs with Nushell (basic overview)

While I still prefer a more "traditional" shell for day-to-day use, I'm finding Nushell's structured data capabilities to be a fantastic companion to the SE API (among others). It's been…

Helper module for SE API for Nushell

Following on from Calling SE APIs with Nushell (basic overview), I have developed a helper module for calling SE API's in Nushell. The library itself is short and included in the first answer. Us…

Applications must have a registered Stack Apps post to write. I submited this link https://stackoverflow.com/questions for stack apps post

OAuth Domain [email protected] Application Website: https://docs.google.com/document/d/1ECqepVphS3Dds05zUJ8l0ylkQ9X15iUZ_iqhQCM3vfY/edit?usp=sharing Application Icon (optional): '' Stack Apps…

PLACEHOLDER - Test App

Up to 200 characters of excerpt

PLACEHOLDER - Export to Google Docs™

I'm not considering handling specific questions and comments as it's not publicly available, but I'm open to suggestions. If you have one, leave a comment here. Related StackPrinter: The Stack Exc…

OBSOLETE - stackchat.cpp - a C++20 library for Stack Exchange chat

C++20 library for Stack Exchange chat, with exactly 0 boost. Includes the core framework for bots, including command structures, listeners, etc., as well as base functionality.

stackapi.cpp - a C++20 library for the Stack Exchange API

I needed a (non-boost) C++ API library for Stuff™. So far, I've stuck to a single highly specialised and minimal implementation (that this library is based on), but because I have plans to write an…

Stack Explorer (Android app)

Android app to discover new content in the Stack Exchange network

StackStats Chrome Extension (placeholder)

Whether you want to keep track of your statistics or watch for an update on a post you've made, you'll be able to do it all with StackStats

PLACEHOLDER - Best of CGCC

A StackApp that uses this account to perform tasks related to Code Golf Stack Exchange's annual Best Of CGCC event. This app is not designed to be used by any account besides that one. (This post i…

PLACEHOLDER - NLN comment bot

This bot is going into beta as a proof of concept soon once a bug in ChatExtange (chat library I'm using) is fixed or a work around is solves. This bot will detect and auto-flag comments that may b…

Crew for Exchange 2.0 (Full iOS native client)

My all-new app Crew 2.0 is NOW AVAILABLE 🥳 Crew 2.0 was rebuilt entirely from the ground up, and today's update is a crazy one. A completely revamped user interface, powerful markdown rendering, n…

Stack Me First - Highlight & List all the linked answers, comments & linked questions related to the current user

This Plugin has 3 components to it 1. Sidebar 2. Popup: Sidebar and popup contain mostly the same information. Sidebar is always accessible whereas Popup needs to be manually clicked and it automa…


Looking for more apps? Browse the complete list.