-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotion-import-builder.html
More file actions
633 lines (574 loc) · 21.5 KB
/
Copy pathnotion-import-builder.html
File metadata and controls
633 lines (574 loc) · 21.5 KB
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
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AI Agent Notion Import Builder | Agent Ops Command Center</title>
<meta name="description" content="Free AI-agent Notion import builder for planning run logs, prompt libraries, verification ledgers, cost trackers, failure modes, revenue proof, and weekly reviews.">
<meta property="og:title" content="AI Agent Notion Import Builder">
<meta property="og:description" content="Generate a Notion-ready import plan before requesting the $29 Agent Ops Command Center pack.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://ivelly42.github.io/agent-ops-command-center/notion-import-builder.html">
<meta property="og:image" content="https://ivelly42.github.io/agent-ops-command-center/og.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://ivelly42.github.io/agent-ops-command-center/og.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "AI Agent Notion Import Builder",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Any",
"url": "https://ivelly42.github.io/agent-ops-command-center/notion-import-builder.html",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"isPartOf": {
"@type": "Product",
"name": "Agent Ops Command Center",
"offers": {
"@type": "Offer",
"price": "29",
"priceCurrency": "USD",
"availability": "https://schema.org/PreOrder",
"url": "https://github.com/ivelly42/agent-ops-command-center/issues/new?template=payment-ready.yml"
}
}
}
</script>
<style>
:root {
color-scheme: light;
--ink: #151515;
--muted: #5f5a52;
--line: #d8d3ca;
--paper: #fbfaf7;
--panel: #ffffff;
--accent: #0f766e;
--gold: #b45309;
--soft: #f7f5f0;
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
color: var(--ink);
background: var(--paper);
}
header, main, footer {
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
}
header {
min-height: 72px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid var(--line);
}
.brand { font-weight: 800; }
nav {
display: flex;
flex-wrap: wrap;
gap: 16px;
font-size: 14px;
}
a {
color: inherit;
text-decoration: none;
}
.hero {
padding: 64px 0 42px;
display: grid;
grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
gap: 48px;
align-items: center;
}
.eyebrow {
color: var(--accent);
font-size: 14px;
font-weight: 800;
margin-bottom: 14px;
}
h1 {
font-size: clamp(42px, 7vw, 76px);
line-height: 0.98;
margin: 0 0 20px;
letter-spacing: 0;
}
.lead {
color: var(--muted);
font-size: 20px;
line-height: 1.5;
margin: 0;
max-width: 760px;
}
.actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 24px;
}
.button {
min-height: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid var(--ink);
border-radius: 8px;
padding: 0 16px;
font-weight: 800;
background: transparent;
color: inherit;
font: inherit;
cursor: pointer;
}
.button.primary {
background: var(--ink);
color: #fff;
}
.import-card {
background: var(--panel);
border: 1px solid var(--line);
border-radius: 8px;
padding: 24px;
box-shadow: 0 24px 80px rgba(21, 21, 21, 0.12);
}
.score {
font-size: 82px;
line-height: 0.95;
font-weight: 900;
margin-bottom: 12px;
}
.import-card p {
color: var(--muted);
font-size: 18px;
line-height: 1.45;
margin: 0 0 18px;
}
.mini-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.mini {
border: 1px solid var(--line);
background: var(--soft);
border-radius: 8px;
padding: 14px;
}
.mini strong {
display: block;
font-size: 24px;
margin-bottom: 4px;
overflow-wrap: anywhere;
}
.mini span {
color: var(--muted);
font-size: 13px;
}
section {
padding: 34px 0;
border-top: 1px solid var(--line);
}
.section-head {
display: flex;
justify-content: space-between;
gap: 24px;
align-items: end;
margin-bottom: 18px;
}
h2 {
font-size: clamp(28px, 4vw, 46px);
margin: 0;
letter-spacing: 0;
}
.section-head p {
color: var(--muted);
line-height: 1.5;
max-width: 560px;
margin: 0;
}
.form-grid, .grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}
.field, .item {
background: var(--panel);
border: 1px solid var(--line);
border-radius: 8px;
padding: 18px;
}
label {
display: block;
font-weight: 800;
margin-bottom: 8px;
}
input, select, textarea {
width: 100%;
border: 1px solid var(--line);
border-radius: 8px;
background: #fff;
color: var(--ink);
font: inherit;
padding: 0 12px;
}
input, select {
min-height: 42px;
}
textarea {
min-height: 340px;
padding: 14px;
resize: vertical;
font: 13px/1.45 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}
.field p, .item p {
color: var(--muted);
line-height: 1.45;
margin: 10px 0 0;
}
.item h3 {
margin: 0 0 10px;
font-size: 20px;
}
.notice {
border-left: 4px solid var(--gold);
background: var(--panel);
color: var(--muted);
padding: 18px 20px;
line-height: 1.55;
}
.status {
color: var(--accent);
font-weight: 800;
margin-top: 12px;
min-height: 22px;
}
footer {
color: var(--muted);
padding: 36px 0 48px;
}
@media (max-width: 980px) {
.hero, .form-grid, .grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 720px) {
header {
align-items: flex-start;
flex-direction: column;
gap: 14px;
padding: 18px 0;
}
.hero {
padding-top: 44px;
}
.section-head {
display: block;
}
.section-head p {
margin-top: 10px;
}
.mini-grid {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<header>
<a class="brand" href="index.html">Agent Ops Command Center</a>
<nav aria-label="Primary">
<a href="index.html">Home</a>
<a href="buy.html">Buy</a>
<a href="workflow-picker.html">Picker</a>
<a href="notion-import-builder.html">Import</a>
<a href="ops-maturity-check.html">Maturity</a>
<a href="cost-leak-audit.html">Cost</a>
<a href="buyer-decision-matrix.html">Decision</a>
<a href="purchase-approval-brief.html">Approval</a>
<a href="buyer-intake.html">Intake</a>
<a href="run-log-builder.html">Builder</a>
<a href="sample-dashboard.html">Sample</a>
<a href="roi-calculator.html">ROI</a>
<a href="pricing.html">Pricing</a>
<a href="checkout-readiness.html">Checkout</a>
<a href="order-intent.html">Intent</a>
</nav>
</header>
<main>
<div class="hero">
<div>
<div class="eyebrow">Free AI-agent Notion import builder</div>
<h1>Plan the Notion workspace before you buy.</h1>
<p class="lead">Turn run logs, prompt libraries, verification ledgers, cost trackers, failure modes, revenue proof, and weekly reviews into a clean import plan.</p>
<div class="actions">
<a class="button primary" href="order-intent.html?buyer=Notion+import+planner&tools=Codex%2C+Claude+Code%2C+Cursor%2C+Notion&problem=Notion+import+plan">Prepare order intent</a>
<a class="button" href="ai-agent-notion-import-guide.md">Import guide</a>
<a class="button" href="sample-dashboard.html">Sample dashboard</a>
<a class="button" href="https://github.com/ivelly42/agent-ops-command-center/releases/tag/v5.42-preview">Preview release</a>
</div>
</div>
<aside class="import-card" aria-label="Notion import readiness">
<div class="score" id="score">78</div>
<p id="summaryLine">Import-ready. Start with the seven core databases and keep revenue proof separate.</p>
<div class="mini-grid">
<div class="mini">
<strong id="workspaceValue">Agent Ops</strong>
<span>workspace name</span>
</div>
<div class="mini">
<strong id="databaseValue">7 DBs</strong>
<span>core databases</span>
</div>
<div class="mini">
<strong id="viewValue">6 views</strong>
<span>first views</span>
</div>
<div class="mini">
<strong>Proof</strong>
<span>revenue kept separate</span>
</div>
</div>
</aside>
</div>
<section>
<div class="section-head">
<h2>Import Inputs</h2>
<p>Use one real workspace. The output is a copy-ready setup plan for Notion, CSV, or a spreadsheet-first import.</p>
</div>
<div class="form-grid">
<div class="field">
<label for="workspace">Workspace name</label>
<input id="workspace" value="Agent Ops Command Center">
<p>Name the Notion page or workspace.</p>
</div>
<div class="field">
<label for="goal">Primary goal</label>
<select id="goal">
<option selected>Track AI coding-agent runs</option>
<option>Prepare launch evidence</option>
<option>Reduce repeated prompt mistakes</option>
<option>Improve handoff across agents</option>
<option>Separate revenue proof from demand</option>
</select>
<p>The first reason this workspace should exist.</p>
</div>
<div class="field">
<label for="csvReady">CSV files ready</label>
<select id="csvReady">
<option selected>All starter CSVs ready</option>
<option>Some CSVs ready</option>
<option>Need CSV starter files</option>
</select>
<p>Use the public samples before requesting the paid pack.</p>
</div>
<div class="field">
<label for="templatesReady">Template pages ready</label>
<select id="templatesReady">
<option selected>Guide and templates selected</option>
<option>Guide selected only</option>
<option>Need template list</option>
</select>
<p>Template pages sit below the dashboard after import.</p>
</div>
<div class="field">
<label for="relations">Relations needed</label>
<select id="relations">
<option selected>Run log to agent, prompt, proof, failure</option>
<option>Run log to proof only</option>
<option>No relations for week one</option>
</select>
<p>Blank relations are acceptable for the first week.</p>
</div>
<div class="field">
<label for="views">First views</label>
<select id="views">
<option selected>Active, blocked, required checks, high severity, ROI, prompts</option>
<option>Active and blocked only</option>
<option>Use default table views first</option>
</select>
<p>Views come after the import works.</p>
</div>
<div class="field">
<label for="firstRun">First run to log</label>
<input id="firstRun" value="Next Codex implementation run">
<p>Pick one real run to prove the workspace shape.</p>
</div>
<div class="field">
<label for="weeklyReview">Weekly review day</label>
<select id="weeklyReview">
<option>Monday</option>
<option selected>Friday</option>
<option>Saturday</option>
<option>Sunday</option>
</select>
<p>Review one best run, one failure, and one prevention rule.</p>
</div>
<div class="field">
<label for="blocker">Import blocker</label>
<select id="blocker">
<option selected>No blocker</option>
<option>Need Notion account access</option>
<option>Need paid pack ZIP</option>
<option>Need receipt before buying</option>
<option>Need custom schema</option>
</select>
<p>Stop if private credentials, payment, payout, tax, or legal setup appears.</p>
</div>
</div>
</section>
<section>
<div class="section-head">
<h2>Generated Import Plan</h2>
<p>Copy this into Notion, a setup issue, or an order-intent note before requesting the full pack.</p>
</div>
<textarea id="plan" readonly></textarea>
<div class="actions">
<button class="button primary" type="button" id="copyPlan">Copy import plan</button>
<a class="button" id="orderLink" href="order-intent.html?buyer=Notion+import+planner&tools=Codex%2C+Claude+Code%2C+Cursor%2C+Notion&problem=Notion+import+plan">Use in order intent</a>
<a class="button" href="ai-agent-notion-import-guide.md">Import guide</a>
<a class="button" href="sample-dashboard.html">Sample dashboard</a>
</div>
<div class="status" id="copyStatus" aria-live="polite"></div>
</section>
<section>
<div class="section-head">
<h2>Import Rules</h2>
<p>The paid pack is useful only if it produces a clean operating record, not another messy workspace.</p>
</div>
<div class="grid">
<article class="item">
<h3>Keep Schema Stable</h3>
<p>Do not customize database fields before logging three real agent runs with proof.</p>
</article>
<article class="item">
<h3>Separate Proof</h3>
<p>Keep verification evidence and revenue proof separate from chat notes, GitHub issues, and download counts.</p>
</article>
<article class="item">
<h3>Stop At Accounts</h3>
<p>Private Notion access, payment, payout, tax, legal, or credential setup requires the owner.</p>
</article>
</div>
</section>
<section>
<h2>Revenue Rule</h2>
<div class="notice">
A Notion import plan is not revenue. This page does not create checkout, prove payment, publish the paid ZIP, or count as revenue. Gross revenue is counted only from checkout, receipt, payout, or seller-dashboard evidence.
</div>
<div class="actions">
<a class="button primary" href="order-intent.html?buyer=Notion+import+planner&tools=Codex%2C+Claude+Code%2C+Cursor%2C+Notion&problem=Notion+import+plan">Prepare order intent</a>
<a class="button" href="pricing.html">Pricing</a>
<a class="button" href="metrics/status.json">Demand metrics</a>
</div>
</section>
</main>
<footer>
Free Notion import builder. Private paid ZIP. Revenue only after payment proof.
</footer>
<script>
const fields = ["workspace", "goal", "csvReady", "templatesReady", "relations", "views", "firstRun", "weeklyReview", "blocker"];
const plan = document.getElementById("plan");
const orderLink = document.getElementById("orderLink");
const status = document.getElementById("copyStatus");
function current() {
return Object.fromEntries(fields.map((id) => [id, document.getElementById(id).value.trim()]));
}
function readiness(v) {
let score = 40;
if (v.csvReady === "All starter CSVs ready") score += 15;
if (v.templatesReady === "Guide and templates selected") score += 12;
if (v.relations.includes("Run log to agent")) score += 10;
if (v.views.includes("Active, blocked")) score += 10;
if (v.firstRun && v.firstRun.length > 8) score += 8;
if (v.blocker === "No blocker") score += 5;
return Math.min(score, 100);
}
function labelFor(score, blocker) {
if (blocker !== "No blocker") return "Blocked. Resolve the import blocker before requesting the paid workspace.";
if (score >= 80) return "Import-ready. Start with the seven core databases and keep revenue proof separate.";
if (score >= 60) return "Close. Import the public samples first, then request the full pack if the shape fits.";
return "Not ready. Use the free guide and sample dashboard before buying.";
}
function render() {
const v = current();
const score = readiness(v);
const workspace = v.workspace || "Agent Ops Command Center";
const firstRun = v.firstRun || "First real AI-agent run";
document.getElementById("score").textContent = score;
document.getElementById("summaryLine").textContent = labelFor(score, v.blocker);
document.getElementById("workspaceValue").textContent = workspace.replace(" Command Center", "");
document.getElementById("databaseValue").textContent = "7 DBs";
document.getElementById("viewValue").textContent = v.views.startsWith("Active") ? "6 views" : "2 views";
plan.value = [
"# AI Agent Notion Import Plan",
"",
`Readiness score: ${score}/100`,
`Readiness summary: ${labelFor(score, v.blocker)}`,
`Workspace name: ${workspace}`,
`Primary goal: ${v.goal}`,
"",
"Databases to import:",
"- Agent Registry",
"- Run Log",
"- Prompt Library",
"- Verification Ledger",
"- Cost Tracker",
"- Failure Modes",
"- Revenue Proof",
"",
`CSV files ready: ${v.csvReady}`,
`Template pages ready: ${v.templatesReady}`,
`Relations needed: ${v.relations}`,
`Views needed: ${v.views}`,
`First run to log: ${firstRun}`,
`Verification rule: no done claim without exact command, URL, screenshot, artifact, or review evidence.`,
`Revenue proof rule: count only checkout, receipt, payout, or seller-dashboard evidence.`,
`Weekly review day: ${v.weeklyReview}`,
`Import blocker: ${v.blocker}`,
"",
"Import sequence:",
"1. Create the Notion page.",
"2. Import CSV databases with shipped column names unchanged.",
"3. Paste operating templates below the dashboard.",
"4. Log the first real run before customizing schema.",
"5. Add relations only after the first rows exist.",
"6. Keep revenue proof separate from demand signals.",
"",
"Public guide: https://ivelly42.github.io/agent-ops-command-center/ai-agent-notion-import-guide.md",
"Import builder: https://ivelly42.github.io/agent-ops-command-center/notion-import-builder.html",
"Sample dashboard: https://ivelly42.github.io/agent-ops-command-center/sample-dashboard.html",
"Order intent: https://ivelly42.github.io/agent-ops-command-center/order-intent.html",
"Price: $29",
"",
"Revenue rule: this import plan is not paid revenue."
].join("\n");
const params = new URLSearchParams({
buyer: "Notion import planner",
tools: "Codex, Claude Code, Cursor, Notion",
problem: `${workspace} import plan for ${v.goal}. First run: ${firstRun}. Blocker: ${v.blocker}.`
});
orderLink.href = `order-intent.html?${params.toString()}`;
}
for (const id of fields) {
const field = document.getElementById(id);
field.addEventListener("input", render);
field.addEventListener("change", render);
}
document.getElementById("copyPlan").addEventListener("click", async () => {
try {
await navigator.clipboard.writeText(plan.value);
status.textContent = "Notion import plan copied.";
} catch {
plan.select();
status.textContent = "Select and copy the Notion import plan.";
}
});
render();
</script>
</body>
</html>