|
| 1 | + |
| 2 | + |
1 | 3 | <p align="center">
|
2 | 4 | <a href="https://trendshift.io/repositories/14032">
|
3 | 5 | <img src="https://trendshift.io/api/badge/repositories/14032" alt="Motia" style="width: 250px; height: 55px;" width="250" height="55"/>
|
4 | 6 | </a>
|
5 | 7 | </p>
|
6 | 8 |
|
7 |
| -<p align="center"> |
8 |
| - <!-- shows in LIGHT mode only --> |
9 |
| - <img src="assets/motia-logo-dark.png#gh-light-mode-only" width="400" alt="Motia logo" /> |
10 |
| - <!-- shows in DARK mode only --> |
11 |
| - <img src="assets/motia-logo-light.png#gh-dark-mode-only" width="400" alt="Motia logo (dark)" /> |
12 |
| -</p> |
13 |
| - |
14 |
| -<p align="center"> |
15 |
| - <strong>🔥 A Modern Unified Backend Framework for APIs, background jobs, workflows, and Agents 🔥</strong> |
16 |
| -</p> |
17 |
| - |
18 |
| -<p align="center"> |
19 |
| - <a href="https://www.npmjs.com/package/motia"> |
20 |
| - <img src="https://img.shields.io/npm/v/motia?style=flat&logo=npm&logoColor=white&color=CB3837&labelColor=000000" alt="npm version"> |
21 |
| - </a> |
22 |
| - <a href="https://github.com/MotiaDev/motia/blob/main/LICENSE"> |
23 |
| - <img src="https://img.shields.io/badge/license-MIT-green?style=flat&logo=opensourceinitiative&logoColor=white&labelColor=000000" alt="license"> |
24 |
| - </a> |
25 |
| - <a href="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/MotiaDev/motia"> |
26 |
| - <img src="https://img.shields.io/github/stars/MotiaDev/motia?style=flat&logo=github&logoColor=white&color=yellow&labelColor=000000" alt="GitHub stars"> |
27 |
| - </a> |
28 |
| - <a href="https://twitter.com/motiadev" target="_blank"> |
29 |
| - <img src="https://img.shields.io/badge/Follow-@motiadev-1DA1F2?style=flat&logo=twitter&logoColor=white&labelColor=000000" alt="Twitter Follow"> |
30 |
| - </a> |
31 |
| - <a href="https://discord.com/invite/nJFfsH5d6v" target="_blank"> |
32 |
| - <img src="https://img.shields.io/discord/1322278831184281721?style=flat&logo=discord&logoColor=white&color=5865F2&label=Discord&labelColor=000000" alt="Discord"> |
33 |
| - </a> |
34 |
| -</p> |
35 |
| - |
36 | 9 | <p align="center">
|
37 | 10 | <a href="https://www.motia.dev/manifesto">💡 Motia Manifesto</a> •
|
38 | 11 | <a href="https://www.motia.dev/docs/getting-started/quick-start">🚀 Quick Start</a> •
|
@@ -94,6 +67,36 @@ Motia unifies your entire backend into a **unified state**. APIs, background job
|
94 | 67 |
|
95 | 68 | ---
|
96 | 69 |
|
| 70 | +<p align="center"> |
| 71 | + <!-- shows in LIGHT mode only --> |
| 72 | + <img src="assets/motia-logo-dark.png#gh-light-mode-only" width="400" alt="Motia logo" /> |
| 73 | + <!-- shows in DARK mode only --> |
| 74 | + <img src="assets/motia-logo-light.png#gh-dark-mode-only" width="400" alt="Motia logo (dark)" /> |
| 75 | +</p> |
| 76 | + |
| 77 | +<p align="center"> |
| 78 | + <strong>🔥 A Modern Unified Backend Framework for APIs, background jobs, workflows, and Agents 🔥</strong> |
| 79 | +</p> |
| 80 | + |
| 81 | +<p align="center"> |
| 82 | + <a href="https://www.npmjs.com/package/motia"> |
| 83 | + <img src="https://img.shields.io/npm/v/motia?style=flat&logo=npm&logoColor=white&color=CB3837&labelColor=000000" alt="npm version"> |
| 84 | + </a> |
| 85 | + <a href="https://github.com/MotiaDev/motia/blob/main/LICENSE"> |
| 86 | + <img src="https://img.shields.io/badge/license-MIT-green?style=flat&logo=opensourceinitiative&logoColor=white&labelColor=000000" alt="license"> |
| 87 | + </a> |
| 88 | + <a href="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/MotiaDev/motia"> |
| 89 | + <img src="https://img.shields.io/github/stars/MotiaDev/motia?style=flat&logo=github&logoColor=white&color=yellow&labelColor=000000" alt="GitHub stars"> |
| 90 | + </a> |
| 91 | + <a href="https://twitter.com/motiadev" target="_blank"> |
| 92 | + <img src="https://img.shields.io/badge/Follow-@motiadev-1DA1F2?style=flat&logo=twitter&logoColor=white&labelColor=000000" alt="Twitter Follow"> |
| 93 | + </a> |
| 94 | + <a href="https://discord.com/invite/nJFfsH5d6v" target="_blank"> |
| 95 | + <img src="https://img.shields.io/discord/1322278831184281721?style=flat&logo=discord&logoColor=white&color=5865F2&label=Discord&labelColor=000000" alt="Discord"> |
| 96 | + </a> |
| 97 | +</p> |
| 98 | + |
| 99 | + |
97 | 100 | ### 🤔 How it Works
|
98 | 101 |
|
99 | 102 | Motia's architecture is built around a single, powerful primitive: the **Step**. A Step is not just a trigger; it's a powerful container for your business logic. You can write anything from a simple database query to a complex AI agent interaction inside a single step. Instead of managing separate services for APIs, background workers, and scheduled tasks, you simply define how your steps are triggered.
|
|
0 commit comments