Redis
26 production projects and 5 rule sets built with Redis.
AGENTS.md Rules & Agent Skills
Django + PostgreSQL + Redis + Celery
Production guidelines for Django 5 enterprise applications, PostgreSQL connection pooling, Redis caching, and Celery async workers.
FastAPI + Python + PostgreSQL (Async SQLAlchemy & Pydantic v2)
Production guidelines for FastAPI, Pydantic v2 validation, Async SQLAlchemy 2.0 (asyncpg), Alembic migrations, and PostgreSQL/Redis.
NestJS + PostgreSQL + Redis + BullMQ
Enterprise backend architecture guidelines for NestJS modular design, PostgreSQL connection pooling, Redis BullMQ background jobs, and DTO validation.
Ruby on Rails + PostgreSQL + Redis + Sidekiq
Production guidelines for Ruby on Rails monoliths, ActiveRecord pool tuning, Redis Sidekiq background jobs, and modern Hotwire or React UI architecture.
Node.js + Express + MongoDB
Production guidelines for Express REST APIs, Mongoose schema design, and MongoDB indexing/transaction discipline.
Production Projects
Nextcloud
The world's most deployed self-hosted cloud office suite; gives complete data sovereignty over files, calendars, office collaboration, and communications without third-party surveillance.
n8n
Leading self-hosted Zapier alternative; combines an intuitive Vue visual canvas with a high-throughput Node.js execution engine and built-in AI agent reasoning nodes.
LibreChat
Self-hosted AI conversation and autonomous agent workspace supporting all major LLMs (OpenAI, Anthropic, Ollama, HuggingFace). Built with Node.js Express, MongoDB for flexible conversation trees, Redis for rate limiting and streaming buffers, and a responsive React UI.
GlitchTip
Lightweight Sentry-compatible application performance monitoring and error tracking platform. Built on Python Django and PostgreSQL with async Celery task queues for high-volume exception ingestion and Redis message buffering.
Cosmo (WunderGraph)
Open-source GraphQL federation gateway and router written in Go. Compiles subgraphs into unified declarative execution plans with sub-millisecond routing overhead, zero-allocation request pipelines, OTEL distributed tracing, and ClickHouse-backed analytics.
Immich
High-performance Google Photos alternative; utilizes SvelteKit and NestJS with background Python workers for hardware-accelerated transcoding and facial recognition.
Mem0
Universal memory layer for AI agents; extracts and persists structured personal facts and episodic memories across user chat sessions with low latency.
Activepieces
Open-source Zapier alternative; combines an Angular graph UI with Fastify and sandboxed V8 execution workers for high-volume webhook triggers.
Appsmith
High-throughput internal tool builder; reactive Spring Boot backend proxies database queries securely while browser-side web workers execute user scripts.
Authentik
Enterprise open source IAM; Django core manages permission trees while lightweight Go outposts terminate TLS and validate tokens at the edge.
Lago
Open-source usage-based billing infrastructure; high-throughput Go event ingester paired with Ruby on Rails subscription ledger.
Budibase
Low-code platform for internal business apps; Svelte-powered reactive client connected to modular Node.js database connector plugins.
Crowd.dev
Community intelligence platform; event-driven worker architecture tracks open-source developer engagement across GitHub, Discord, and Slack.
Penpot
Open-source web-based Figma alternative; Clojure backend utilizes open SVG standards directly for pixel-perfect design rendering.
Baserow
Open source Airtable alternative; Django & FastAPI generate dynamic PostgreSQL table schemas per user workspace.
Logto
Developer-centric OIDC & OAuth identity provider; unified TypeScript backend with fine-grained RBAC and multi-tenancy.
Directus
Database-first architecture: dynamically layers a clean REST and GraphQL API directly over any existing SQL schema.
Chatwoot
Omnichannel real-time support inbox connecting WhatsApp, Twitter, Email, and Webchat over WebSockets.
PostHog
Billions of events/month: ingest through Kafka into ClickHouse columnar storage while keeping UI on Django/Postgres.
Appwrite
Self-contained asynchronous BaaS: async Swoole server delivers ultra-low memory footprint and massive concurrency.
Dify.ai
High-throughput AI pipeline: visual canvas frontend with Python worker cluster for asynchronous LLM orchestration.
Infisical
Zero-knowledge end-to-end encryption architecture: secrets decrypted on client machine before runtime injection.
Trigger.dev
Long-running jobs: durable execution layer completely decoupled from web servers.
Novu
Queue-centric architecture: workers scale independently from API, delivery guarantees in queue.
Often Used With
Frequently Asked Questions
How many production projects use Redis?
26 verified production projects in the STACK IT FAST directory use Redis, each with a full architecture breakdown.
What is Redis most often used with?
Across projects in the directory, Redis is most commonly paired with PostgreSQL, Docker, Node.js.
Is there an AGENTS.md rule or Claude Code skill for Redis?
Yes — Django + PostgreSQL + Redis + Celery, FastAPI + Python + PostgreSQL (Async SQLAlchemy & Pydantic v2), NestJS + PostgreSQL + Redis + BullMQ, Ruby on Rails + PostgreSQL + Redis + Sidekiq, Node.js + Express + MongoDB each include a full AGENTS.md, CLAUDE.md, Cursor .mdc rule set and an installable SKILL.md covering Redis.