mrapids 0.1.31

Your OpenAPI, but executable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
# MicroRapid Visual Marketing Guide

## Visual Identity

### Color Palette
```
Primary: #0066CC (Trust Blue) - Commands, CTAs
Secondary: #00AA44 (Success Green) - Positive outcomes
Accent: #FF6B35 (Action Orange) - Highlights, warnings
Dark: #1A1A1A (Terminal Black) - Backgrounds
Light: #F5F5F5 (Clean Gray) - Light backgrounds
```

### Typography
- **Headers**: SF Mono, Consolas, Monaco (monospace)
- **Body**: Inter, -apple-system, sans-serif
- **Code**: Fira Code, JetBrains Mono (with ligatures)

## Logo Concepts

### Primary Logo
```
[█▶] MicroRapid
```
- Play button represents direct execution
- Square brackets hint at CLI/terminal
- Bold, technical aesthetic

### Icon Only
```
[█▶]
```

### ASCII Art Banner (for CLI)
```
┌─────────────────────────────────────┐
│   __  __ _            ____           │
|  \/  (_) ___ _ __ |  _ \ __ _ ___ │
| |\/| | |/ __| '__|| |_) / _` / __|| |  | | | (__| |   |  _ < (_| \__ \│
│  |_|  |_|_|\___|_|   |_| \_\__,_|___/│
│                                      │
│  Your OpenAPI, but executable.       │
└─────────────────────────────────────┘
```

## Key Visual Concepts

### 1. Before/After Comparison
```
┌─────────────────────┬─────────────────────┐
│    BEFORE (2 weeks) │   AFTER (30 seconds)│
├─────────────────────┼─────────────────────┤
│ $ openapi-generator │ $ mrapids init      │
│ Generating...       │ ✓ Ready!            │
│ 147 files created   │                     │
│                     │ $ mrapids run       │
│ $ npm install       │ ✓ Success!          │
│ 1247 packages...    │                     │
│                     │ Done. Ship it! 🚀   │
│ $ npm run build     │                     │
│ 73 errors...        │                     │
└─────────────────────┴─────────────────────┘
```

### 2. Speed Visualization
```
Traditional Tools:  ████████████████████ 2 weeks
MicroRapid:        ▌ 30 seconds

                   280x FASTER
```

### 3. Zero Maintenance Concept
```
    Generated Code              MicroRapid
    
    📁 client/                  📄 api.yaml
    ├── 📄 index.js            
    ├── 📄 auth.js             $ mrapids run
    ├── 📄 models.js           
    ├── 📄 api.js              ✨ That's it!
    └── 📁 utils/
        └── 147 more files...
    
    🔧 Maintain forever         🚫 No maintenance
```

### 4. Breaking Change Detection
```
┌─────────────────────────────────────────┐
│ $ mrapids diff old.yaml new.yaml        │
│                                         │
│ ❌ BREAKING CHANGES DETECTED:           │
│    - Removed: GET /users/{id}           │
│    - Changed: Order.total (number→string)│
│                                         │
│ ⚠️  3 breaking changes found            │
│ 🛡️ CI/CD pipeline stopped              │
│ ✅ Production saved!                    │
└─────────────────────────────────────────┘
```

## Marketing Diagrams

### 1. The Problem Lifecycle
```
   START
[Generate Code] → [Fix Bugs] → [Add Auth] → [Maintain]
     ↑                                           ↓
     └───────────── API Changes ←───────────────┘
     
           ⏱️ REPEAT FOREVER
```

### 2. The MicroRapid Way
```
   START
[Get Spec] → [Run Commands] → [Ship Features]
     ↑              ↓
     └── API Changes (Just pull new spec)
     
           ⏱️ DONE IN SECONDS
```

### 3. Architecture Comparison
```
Traditional Stack:          MicroRapid Stack:
┌─────────────────┐        ┌─────────────────┐
│   Your Code     │        │   Your Code     │
├─────────────────┤        ├─────────────────┤
│ Generated SDK   │        │    MicroRapid   │
├─────────────────┤        ├─────────────────┤
│ HTTP Library    │        │   OpenAPI Spec  │
├─────────────────┤        └─────────────────┘
│ Auth Library    │         Just 2 layers!
├─────────────────┤        
│  Retry Logic    │        
└─────────────────┘        
   6+ layers!
```

## Demo GIFs/Videos Storyboards

### GIF 1: "30 Second Setup"
```
Frame 1: $ curl -fsSL https://mrapids.dev/install.sh | sh
Frame 2: Installing... ✓
Frame 3: $ mrapids init github.com/api/openapi.json
Frame 4: Fetching spec... ✓
Frame 5: $ mrapids run getUser --username octocat
Frame 6: { "login": "octocat", "id": 1, ... }
Frame 7: Time elapsed: 28 seconds 🎉
```

### GIF 2: "Breaking Change Detection"
```
Frame 1: $ git commit -m "Update API"
Frame 2: Running CI/CD checks...
Frame 3: $ mrapids diff main.yaml feature.yaml
Frame 4: ❌ BREAKING: Removed field User.email
Frame 5: ❌ Build failed - Breaking changes detected
Frame 6: Crisis averted! 🛡️
```

### GIF 3: "Real-time Transparency"
```
Frame 1: $ mrapids run createOrder --verbose
Frame 2: → POST https://api.store.com/orders
Frame 3: → Headers: { "Authorization": "Bearer ey..." }
Frame 4: → Body: { "items": [...], "total": 99.99 }
Frame 5: ← 201 Created
Frame 6: ← { "id": "ord_123", "status": "pending" }
Frame 7: Full transparency. No black box. 🔍
```

## Social Media Graphics

### Twitter Card Template
```
┌─────────────────────────────┐
│                             │
│  [█▶] MicroRapid           │
│                             │
│  Your OpenAPI,              │
│  but executable.            │
│                             │
│  No code generation.        │
│  No maintenance.            │
│  Just results.              │
│                             │
│  🚀 Try in 30 seconds       │
│                             │
└─────────────────────────────┘
```

### LinkedIn Carousel Slides

**Slide 1: Hook**
```
Is your team wasting
2 WEEKS
on every API integration?
```

**Slide 2: Problem**
```
Traditional Approach:
❌ Generate 10,000+ lines of code
❌ Fix generated bugs
❌ Maintain forever
❌ Regenerate when API changes
```

**Slide 3: Solution**
```
MicroRapid Approach:
✅ No code generation
✅ Direct execution
✅ 30-second setup
✅ Always in sync
```

**Slide 4: Proof**
```
Results:
• 280x faster integration
• $69,000 saved per developer/year
• 0 lines to maintain
• 100% breaking changes caught
```

**Slide 5: CTA**
```
Ready to ship faster?

Try MicroRapid Today
github.com/mrapids/mrapids

[█▶] Your OpenAPI, but executable.
```

## Infographics

### The True Cost of API Integration
```
┌─────────────────────────────────────┐
│     💰 THE HIDDEN COSTS 💰          │
├─────────────────────────────────────┤
│                                     │
│ TIME: 2 weeks per API               │
│       ⏱️ ████████████████ 80 hours  │
│                                     │
│ COST: $150/hour × 80 hours          │
│       💵 $12,000 per integration    │
│                                     │
│ MAINTENANCE: 10 hours/month         │
│       🔧 $18,000 per year           │
│                                     │
│ INCIDENTS: 1 breaking change        │
│       🚨 $500,000 average cost      │
│                                     │
│ TOTAL: $530,000+ per API/year      │
│                                     │
├─────────────────────────────────────┤
│                                     │
│     ✨ WITH MICRORAPID ✨           │
│                                     │
│ TIME: 30 seconds                    │
│ COST: $0                            │
│ MAINTENANCE: $0                     │
│ INCIDENTS: $0                       │
│                                     │
│ SAVINGS: $530,000 per API/year     │
│                                     │
└─────────────────────────────────────┘
```

## Presentation Templates

### Slide Design Principles
1. **Dark background** (#1A1A1A) with light text
2. **Monospace fonts** for code and headers
3. **Minimal text** - let visuals tell story
4. **Live demos** over static screenshots
5. **Terminal aesthetic** throughout

### Key Slides

**Title Slide**
```
[█▶] MicroRapid

Your OpenAPI, but executable.

@yourname | #KillCodeGeneration
```

**Problem Slide**
```
Every API Integration:

WEEK 1: Generate broken code
WEEK 2: Fix and customize

Repeat for each API.
Repeat when APIs change.
Repeat forever.
```

**Solution Slide**
```
$ mrapids init api.yaml
$ mrapids run getUsers

Done.
No code. No maintenance.
API changes? Pull new spec.
```

**Demo Slide**
```
[LIVE TERMINAL DEMO]

"Let me show you 2 weeks → 30 seconds"
```

## Swag Design

### T-Shirt Designs

**Front Design 1:**
```
[█▶] 
I don't generate code
I execute specs
```

**Front Design 2:**
```
while (true) {
  generateCode();
  fixBugs();
  maintain();
}
// Break the cycle with MicroRapid
```

**Back Design (all shirts):**
```
mrapids.dev
```

### Sticker Pack
1. **[█▶]** logo sticker
2. **"30 seconds > 2 weeks"**
3. **"Make specs executable"**
4. **"Code generation is dead"**
5. **"mrapids run everything"**

## Video Thumbnails

### YouTube Thumbnail Template
```
┌─────────────────────────────────────┐
│                                     │
│   2 WEEKS ❌    |    30 SECS ✅     │
│                                     │
│   [Old way]      |    [Terminal]    │
│   [Complex]      |    [$ mrapids]   │
│   [Frustrated]   |    [Happy dev]   │
│                                     │
│        API Integration Speed Run     │
│                                     │
└─────────────────────────────────────┘
```

## Banner Ads

### GitHub Repo Banner
```
┌─────────────────────────────────────────────────────┐
│ 🚀 Stop generating code. Start executing specs.     │
│ MicroRapid: From OpenAPI to API calls in 30 seconds │
│ ⭐ Star us on GitHub  📖 Read the docs  💬 Join Discord│
└─────────────────────────────────────────────────────┘
```

### Website Hero Animation
```
Frame 1: "How long do your API integrations take?"
Frame 2: "2 weeks?" (fades)
Frame 3: "2 days?" (fades)
Frame 4: "2 hours?" (fades)
Frame 5: "Try 30 seconds." (stays)
Frame 6: [█▶] MicroRapid logo appears
Frame 7: Show terminal with commands running
```

## Event Booth Design

### Backdrop (10ft × 8ft)
```
┌─────────────────────────────────────────┐
│                                         │
│        [█▶] MicroRapid                 │
│                                         │
│    Your OpenAPI, but executable.        │
│                                         │
│  ┌─────────────┐    ┌─────────────┐   │
│  │ TRADITIONAL │    │  MICRORAPID │   │
│  │             │    │             │   │
│  │ 2 WEEKS    │ VS │ 30 SECONDS  │   │
│  │             │    │             │   │
│  └─────────────┘    └─────────────┘   │
│                                         │
│      Stop by for a 30-second demo      │
│                                         │
└─────────────────────────────────────────┘
```

### Demo Station Screen
- Live terminal split screen
- Left: Traditional approach (frozen on errors)
- Right: MicroRapid (live commands)
- Timer showing elapsed time

## Motion Graphics Principles

1. **Terminal-first**: All animations should feel native to terminal
2. **Fast transitions**: Nothing over 0.3s (we're about speed)
3. **Syntax highlighting**: Use terminal colors for code
4. **Progress indicators**: Show speed difference visually
5. **Success states**: Green checkmarks, not generic icons

---

Remember: Every visual should reinforce our core message - **direct execution is better than code generation**. Keep it technical but accessible, fast but clear, powerful but simple.