Refly is a pioneering vibe workflow platform designed to solve your most complex challenges. Effortlessly design, build, and reuse intelligent workflows to boost productivity with AI agents and infinite expansion of MCP tools.
🚀 v0.7.1 Released! Now Supporting MCP Store and Background Skill Invocation ⚡️
Refly Cloud · Self-hosting · Forum · Discord · Twitter · Documentation
<p align="center"> <a href="https://refly.ai" target="_blank"> <img alt="Static Badge" src="https://img.shields.io/badge/Product-F04438"></a> <a href="https://refly.ai/pricing" target="_blank"> <img alt="Static Badge" src="https://img.shields.io/badge/free-pricing?logo=free&color=%20%23155EEF&label=pricing&labelColor=%20%23528bff"></a> <a href="https://discord.gg/bWjffrb89h" target="_blank"> <img alt="Discord Chat" src="https://img.shields.io/discord/1323513432686989362?label=chat&logo=discord&logoColor=white&style=flat&color=5865F2"></a> <a href="https://x.com/reflyai" target="_blank"> <img alt="Static Badge" src="https://img.shields.io/twitter/follow/reflyai"></a> <a href="https://www.typescriptlang.org/" target="_blank"> <img alt="TypeScript-version-icon" src="https://img.shields.io/badge/TypeScript-^5.3.3-blue"></a> </p> <p align="center"> <a href="./README.md"><img alt="README in English" src="https://img.shields.io/badge/English-d9d9d9"></a> <a href="./README_CN.md"><img alt="简体中文版自述文件" src="https://img.shields.io/badge/简体中文-d9d9d9"></a> </p> </div>Before installing ReflyAI, ensure your machine meets these minimum system requirements:
CPU >= 1 cores
Memory >= 2GB
Deploy your own feature-rich, unlimited version of ReflyAI using Docker. Our team is working hard to keep up with the latest versions.
To start deployment:
cd deploy/docker
cp ../../apps/api/.env.example .env # copy the example api env file
docker compose up -d
Also, we support deploy ReflyAI to Kubernetes cluster.
To start deployment:
cd deploy/kubernetes
kubectl apply -f refly-deployment.yaml
For the following steps, you can visit Self-deploy Guide for more details.
For core deployment tutorials, environment variable configuration, and FAQs, please refer to 👉 Deployment Guide.
View details in CONTRIBUTING.
1
🧵 Multi-threaded Conversation SystemBuilt on an innovative multi-threaded architecture that enables parallel management of independent conversation contexts. Implements complex Agentic Workflows through efficient state management and context switching mechanisms, transcending traditional dialogue model limitations.
2
🤖 Multi-model Integration Framework3
🎨 Multimodal Processing Capabilities4
⚡️ AI-Powered Skill SystemIntegrating advanced capabilities from Perplexity AI, Stanford Storm, and more:
5
🔍 Context Management System6
📚 Knowledge Base Engine7
✂️ Intelligent Content Capture8
📌 Citation System9
✍️ AI-Enhanced Editor10
🎨 Code Artifact Generation11
🌐 Website Visualization EngineWe're continuously improving Refly with exciting new features. For a detailed roadmap, visit our complete roadmap documentation.
Star Refly on GitHub to receive instant notifications about new version releases.
Bug Reports | Feature Requests | Issues/Discussions | ReflyAI Community |
---|---|---|---|
Create Bug Report | Submit Feature Request | View GitHub Discussions | Visit ReflyAI Community |
Something isn't working as expected | Ideas for new features or improvements | Discuss and raise questions | A place to ask questions, learn, and connect with others |
Calling all developers, testers, tech writers and more! Contributions of all types are more than welcome, please check our CONTRIBUTING.md and feel free to browse our GitHub issues to show us what you can do.
For bug reports, feature requests, and other suggestions, you can also create a new issue and choose the most appropriate template to provide feedback.
If you have any questions, feel free to reach out to us. One of the best places to get more information and learn is the ReflyAI Community, where you can connect with other like-minded individuals.
We would also like to thank the following open-source projects that make ReflyAI possible:
We are deeply grateful to the community for providing such powerful yet simple libraries that allow us to focus more on implementing product logic. We hope that our project will also provide an easier-to-use Vibe Workflow Platform for everyone in the future.
To protect your privacy, please avoid posting security-related issues on GitHub. Instead, send your questions to [email protected], and we will provide you with a more detailed response.
This repository is licensed under the ReflyAI Open Source License, which is essentially the Apache 2.0 License with some additional restrictions.
refly-ai/refly
February 19, 2024
July 7, 2025
TypeScript