Write Once, Deliver Personally
MarkdownFlow extends standard Markdown with AI intelligence to create personalized, interactive pages. Instead of writing static content for readers, you write prompts for AI agents that transform your instructions into personalized content adapting to each user's choices, preferences, and context.
| Resource | Description | Link |
|---|---|---|
| 🌐 Official Website | Project homepage and overview | markdownflow.ai |
| 🎮 Playground | Try MarkdownFlow interactively | play.mdflow.run |
| 📚 Documentation | Complete guides and references | markdownflow.ai/docs |
| Project | Description | Language | License |
|---|---|---|---|
| markdown-flow-ui | Complete UI components with built-in functionality. Ready-to-use React components for interactive markdown documents. | React/TypeScript | MIT |
| remark-flow | React-markdown plugin for MarkdownFlow syntax. Extends react-markdown with variable processing and AI integration. | TypeScript | MIT |
| markdown-it-flow | Markdown-it plugin for MarkdownFlow syntax. Adds MarkdownFlow capabilities to any markdown-it powered application. | TypeScript | MIT |
| Project | Description | Language | License |
|---|---|---|---|
| markdown-flow-agent-py | A Python library to transform MarkdownFlow documents into personalized content. | Python | MIT |
| markdown-flow-agent-go | A Go library to transform MarkdownFlow documents into personalized content. (Coming soon) | Go | MIT |
| Project | Description | License |
|---|---|---|
| markdown-flow | Main documentation, website, and development platform. Interactive demo showcasing MarkdownFlow capabilities. | CC |
MarkdownFlow adds three simple extensions to standard Markdown:
Dynamic content placeholders that get replaced with actual values.
Generate a welcoming message for {{user_name}} that mentions their
current account balance of {{balance}} in a friendly tone.
Buttons and input fields that collect user choices.
Ask the user about their experience level: ?[%{{level}} Beginner | Intermediate | Expert] Collect the user's name: ?[%{{name}}...Enter your name here]
Text that maintains its exact meaning during AI processing.
Introduce our company values, preserving the exact motto: ===Innovation Through Simplicity===
This project is licensed under Creative Commons. Individual components have their own licenses (MIT for most libraries).
Created by AI Shifu, LLC • © 2025
Core Principle: Write prompts for AI, not content for humans