Skip to content

Commit babd286

Browse files
authored
updated readme (#545)
1 parent 89b3895 commit babd286

File tree

2 files changed

+32
-29
lines changed

2 files changed

+32
-29
lines changed

README.md

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,11 @@
1+
![Github Readme Banner](packages/docs/public/github-readme-banner.png)
2+
13
<p align="center">
24
<a href="https://trendshift.io/repositories/14032">
35
<img src="https://trendshift.io/api/badge/repositories/14032" alt="Motia" style="width: 250px; height: 55px;" width="250" height="55"/>
46
</a>
57
</p>
68

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-
369
<p align="center">
3710
<a href="https://www.motia.dev/manifesto">💡 Motia Manifesto</a> •
3811
<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
9467

9568
---
9669

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+
97100
### 🤔 How it Works
98101

99102
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.
1.07 MB
Loading

0 commit comments

Comments
 (0)