vibebusiness 1.2.37 → 1.2.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/standalone/.env +1 -0
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/app-build-manifest.json +13 -13
- package/.next/standalone/.next/app-path-routes-manifest.json +1 -1
- package/.next/standalone/.next/build-manifest.json +2 -2
- package/.next/standalone/.next/prerender-manifest.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/_not-found.html +1 -1
- package/.next/standalone/.next/server/app/_not-found.rsc +1 -1
- package/.next/standalone/.next/server/app/api/analyze/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/config/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/epics/[id]/ideas/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/epics/[id]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/epics/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/goals/[id]/kpis/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/goals/[id]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/goals/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/hypotheses/[id]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/hypotheses/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[id]/comments/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[id]/implement/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[id]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/ideas/[id]/transition/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/ideas/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/implementations/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/kpis/refresh/route.js +1 -1
- package/.next/standalone/.next/server/app/api/kpis/refresh/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/goals/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/goals/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/goals/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/hypotheses/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/hypotheses/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/hypotheses/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/ideas/[id]/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/ideas/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/landing/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/landing.html +1 -1
- package/.next/standalone/.next/server/app/landing.rsc +1 -1
- package/.next/standalone/.next/server/app/page.js +1 -1
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/[id]/page.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/roadmap/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/roadmap/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/sessions/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/settings.html +1 -1
- package/.next/standalone/.next/server/app/settings.rsc +1 -1
- package/.next/standalone/.next/server/app-paths-manifest.json +4 -4
- package/.next/standalone/.next/server/pages/404.html +1 -1
- package/.next/standalone/.next/server/pages/500.html +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/data/business-context.json +9 -1
- package/.next/standalone/data/email-campaigns/sequences/onboarding.md +183 -0
- package/.next/standalone/data/email-campaigns/welcome-2026-02-20.md +61 -0
- package/.next/standalone/data/goals.json +3 -2
- package/.next/standalone/data/heartbeat-sessions.json +798 -0
- package/.next/standalone/data/ideas.json +668 -80
- package/.next/standalone/data/implementations.json +397 -0
- package/.next/standalone/package.json +1 -1
- package/.next/static/chunks/app/page-6a52a6950963129a.js +1 -0
- package/.next/static/chunks/app/roadmap/[id]/page-3848fd96de497d11.js +1 -0
- package/dist/scripts/analyze.js +1 -0
- package/dist/scripts/chat.js +1 -0
- package/dist/scripts/generate-idea.js +1 -0
- package/dist/scripts/heartbeat.js +1620 -168
- package/dist/scripts/implement.js +1 -0
- package/dist/scripts/init.js +1 -0
- package/dist/scripts/scan.js +1 -0
- package/package.json +1 -1
- package/templates/commands/email-marketing.md +201 -0
- package/.next/static/chunks/app/page-999b97bf50993294.js +0 -1
- package/.next/static/chunks/app/roadmap/[id]/page-da3d51358c8e2014.js +0 -1
- /package/.next/static/{Lbwr50a6hdyjnsxpep4G9 → k40DKimnEdAtBs_zywSQ4}/_buildManifest.js +0 -0
- /package/.next/static/{Lbwr50a6hdyjnsxpep4G9 → k40DKimnEdAtBs_zywSQ4}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/501d0ac30341ebbe.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a3c37fcbf859f6f9.js"/><script src="/_next/static/chunks/fd9d1056-2182e078483b259b.js" async=""></script><script src="/_next/static/chunks/117-b74c3899e29d85d7.js" async=""></script><script src="/_next/static/chunks/main-app-f42d9aa726a818bf.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>AI Business Analyst</title><meta name="description" content="AI Business Analyst - Autonomous improvement proposals"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen bg-slate-50"><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><script src="/_next/static/chunks/webpack-a3c37fcbf859f6f9.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/501d0ac30341ebbe.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[2846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[6423,[],\"\"]\nb:I[1060,[],\"\"]\n6:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n7:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n8:{\"display\":\"inline-block\"}\n9:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nc:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/501d0ac30341ebbe.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-a3c37fcbf859f6f9.js"/><script src="/_next/static/chunks/fd9d1056-2182e078483b259b.js" async=""></script><script src="/_next/static/chunks/117-b74c3899e29d85d7.js" async=""></script><script src="/_next/static/chunks/main-app-f42d9aa726a818bf.js" async=""></script><meta name="robots" content="noindex"/><title>404: This page could not be found.</title><title>AI Business Analyst</title><meta name="description" content="AI Business Analyst - Autonomous improvement proposals"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-screen bg-slate-50"><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><script src="/_next/static/chunks/webpack-a3c37fcbf859f6f9.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/css/501d0ac30341ebbe.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"2:I[2846,[],\"\"]\n4:I[4707,[],\"\"]\n5:I[6423,[],\"\"]\nb:I[1060,[],\"\"]\n6:{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"}\n7:{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"}\n8:{\"display\":\"inline-block\"}\n9:{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0}\nc:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L2\",null,{\"buildId\":\"k40DKimnEdAtBs_zywSQ4\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"_not-found\"],\"initialTree\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{},[[\"$L3\",[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null],null],null]},[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"/_not-found\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/501d0ac30341ebbe.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-screen bg-slate-50\",\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$6\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$7\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":\"$8\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$9\",\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}]}]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],\"$La\"],\"globalErrorComponent\":\"$b\",\"missingSlots\":\"$Wc\"}]\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"AI Business Analyst\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"AI Business Analyst - Autonomous improvement proposals\"}]]\n3:null\n"])</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>500: Internal Server Error</title><meta name="next-head-count" content="3"/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-a3c37fcbf859f6f9.js" defer=""></script><script src="/_next/static/chunks/framework-f66176bb897dc684.js" defer=""></script><script src="/_next/static/chunks/main-c0637f9544446589.js" defer=""></script><script src="/_next/static/chunks/pages/_app-72b849fbd24ac258.js" defer=""></script><script src="/_next/static/chunks/pages/_error-7ba65e1336b92748.js" defer=""></script><script src="/_next/static/
|
|
1
|
+
<!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><title>500: Internal Server Error</title><meta name="next-head-count" content="3"/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-a3c37fcbf859f6f9.js" defer=""></script><script src="/_next/static/chunks/framework-f66176bb897dc684.js" defer=""></script><script src="/_next/static/chunks/main-c0637f9544446589.js" defer=""></script><script src="/_next/static/chunks/pages/_app-72b849fbd24ac258.js" defer=""></script><script src="/_next/static/chunks/pages/_error-7ba65e1336b92748.js" defer=""></script><script src="/_next/static/k40DKimnEdAtBs_zywSQ4/_buildManifest.js" defer=""></script><script src="/_next/static/k40DKimnEdAtBs_zywSQ4/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"k40DKimnEdAtBs_zywSQ4","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"node":{},"edge":{},"encryptionKey":"
|
|
1
|
+
{"node":{},"edge":{},"encryptionKey":"Crz8FIUKaYPT1aW5nXl8+aoEdj/tzNbMvNIQVv+CXhc="}
|
|
@@ -118,5 +118,13 @@
|
|
|
118
118
|
"Minimize new npm dependencies — prefer built-in Node APIs"
|
|
119
119
|
]
|
|
120
120
|
},
|
|
121
|
-
"kpi_adapters": [
|
|
121
|
+
"kpi_adapters": [
|
|
122
|
+
{
|
|
123
|
+
"id": "loops",
|
|
124
|
+
"type": "loops",
|
|
125
|
+
"field_mapping": {
|
|
126
|
+
"kpi-waitlist-signups": "total_contacts"
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
]
|
|
122
130
|
}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
# Onboarding Email Sequence
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
- Emails: 5
|
|
5
|
+
- Duration: 14 days
|
|
6
|
+
- Goal: Guide new users from waitlist signup to first vibe cycle and "10x moment"
|
|
7
|
+
- Trigger event: `beta_access_granted`
|
|
8
|
+
- Exit condition: User completes first vibe cycle (event: `first_vibe_cycle_completed`)
|
|
9
|
+
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
## Email 1: Your beta access is live (Day 0)
|
|
13
|
+
**Trigger:** `beta_access_granted`
|
|
14
|
+
**Subject:** Your VibeBusiness beta access is live — start here
|
|
15
|
+
**Preview:** One command, 60 seconds, your first AI-generated business analysis.
|
|
16
|
+
|
|
17
|
+
Hey {{firstName}},
|
|
18
|
+
|
|
19
|
+
Your beta access is ready. Here's how to get your first analysis in 60 seconds:
|
|
20
|
+
|
|
21
|
+
```bash
|
|
22
|
+
npm install -g vibebusiness
|
|
23
|
+
vibebusiness init
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
The setup wizard will:
|
|
27
|
+
1. Detect your project repos
|
|
28
|
+
2. Ask about your business goals
|
|
29
|
+
3. Run your first vibe cycle
|
|
30
|
+
|
|
31
|
+
That's it. Within minutes you'll have a prioritized list of improvements — product, growth, tech debt, security — all specific to your codebase and goals.
|
|
32
|
+
|
|
33
|
+
**What to expect:** VibeBusiness scans your code, identifies patterns, cross-references with market data, and generates actionable ideas ranked by impact vs. effort. It's not generic advice — it's grounded in your actual project.
|
|
34
|
+
|
|
35
|
+
If you hit any snags during setup, reply to this email. I'll help you personally.
|
|
36
|
+
|
|
37
|
+
Let's go,
|
|
38
|
+
Luis
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## Email 2: Did you get your first analysis? (Day 2)
|
|
43
|
+
**Trigger:** 2 days after Email 1, skip if `first_vibe_cycle_completed`
|
|
44
|
+
**Subject:** Quick check — did your first vibe cycle run?
|
|
45
|
+
**Preview:** Most beta users get their first analysis in under 2 minutes. Here's what to look for.
|
|
46
|
+
|
|
47
|
+
Hey {{firstName}},
|
|
48
|
+
|
|
49
|
+
Just checking in — did you get a chance to run `vibebusiness init`?
|
|
50
|
+
|
|
51
|
+
If you did: open your dashboard at `localhost:3001` and check the Kanban board. Your ideas are sorted by priority. The high-impact, low-effort ones are gold.
|
|
52
|
+
|
|
53
|
+
If you haven't yet, here's what's waiting for you:
|
|
54
|
+
|
|
55
|
+
- **5-15 actionable ideas** specific to your codebase
|
|
56
|
+
- **Priority ranking** by impact vs. effort (so you know what to ship first)
|
|
57
|
+
- **Business goals tracking** with KPI dashboards
|
|
58
|
+
- **Autonomous heartbeat** that keeps analyzing while you focus on building
|
|
59
|
+
|
|
60
|
+
The setup takes ~60 seconds. One command: `vibebusiness init`
|
|
61
|
+
|
|
62
|
+
Most beta users tell me the first analysis surfaces at least one thing they hadn't thought of. I'm curious what it finds for you.
|
|
63
|
+
|
|
64
|
+
Luis
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## Email 3: The 10x moment — autonomous implementation (Day 5)
|
|
69
|
+
**Trigger:** 5 days after Email 1, skip if `first_implementation_completed`
|
|
70
|
+
**Subject:** The feature that changes everything: autonomous shipping
|
|
71
|
+
**Preview:** VibeBusiness doesn't just recommend — it implements, ships, and verifies.
|
|
72
|
+
|
|
73
|
+
Hey {{firstName}},
|
|
74
|
+
|
|
75
|
+
Most business tools stop at recommendations. VibeBusiness keeps going.
|
|
76
|
+
|
|
77
|
+
Here's what makes it different: when you approve an idea on the Kanban board, VibeBusiness can **autonomously implement it**. It:
|
|
78
|
+
|
|
79
|
+
1. Creates a feature branch
|
|
80
|
+
2. Writes the code (using Claude Code CLI)
|
|
81
|
+
3. Opens a PR with a description and test plan
|
|
82
|
+
4. You review and merge
|
|
83
|
+
5. VibeBusiness measures the outcome
|
|
84
|
+
|
|
85
|
+
This is the full lifecycle loop: observe, analyze, recommend, implement, ship, verify, learn.
|
|
86
|
+
|
|
87
|
+
**Try it:** Go to your dashboard, pick a low-effort idea (look for `xs` or `s` effort), approve it, and move it to "In Progress." Then run:
|
|
88
|
+
|
|
89
|
+
```bash
|
|
90
|
+
vibebusiness heartbeat
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
Watch it work.
|
|
94
|
+
|
|
95
|
+
The heartbeat also runs on a schedule — you can set it to check in 3x daily and work through your TODO queue while you sleep. Morning briefings with what shipped overnight.
|
|
96
|
+
|
|
97
|
+
This is the 10x moment most users talk about.
|
|
98
|
+
|
|
99
|
+
Luis
|
|
100
|
+
|
|
101
|
+
P.S. You're in control. VibeBusiness uses a Human-on-the-Loop model: it recommends, you approve. Start conservative, loosen autonomy as trust builds.
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
## Email 4: What are you building? (Day 10)
|
|
106
|
+
**Trigger:** 10 days after Email 1
|
|
107
|
+
**Subject:** Quick question (I read every reply)
|
|
108
|
+
**Preview:** I'm building VibeBusiness for founders like you. Your feedback shapes what ships next.
|
|
109
|
+
|
|
110
|
+
Hey {{firstName}},
|
|
111
|
+
|
|
112
|
+
You've had VibeBusiness for about a week now. I'd love to hear how it's going.
|
|
113
|
+
|
|
114
|
+
Three quick questions (reply with whatever's useful):
|
|
115
|
+
|
|
116
|
+
1. **What's the most useful thing VibeBusiness found?** (An idea you wouldn't have thought of, a pattern it spotted, a priority it surfaced)
|
|
117
|
+
|
|
118
|
+
2. **What's confusing or missing?** (Setup friction, unclear features, something you expected but didn't find)
|
|
119
|
+
|
|
120
|
+
3. **Would you recommend it to a friend?** (Honest answer — "not yet" is valuable feedback)
|
|
121
|
+
|
|
122
|
+
I'm a solo founder building this in public. Every reply goes to my personal inbox and directly shapes the roadmap.
|
|
123
|
+
|
|
124
|
+
Your feedback is literally the most valuable input I can get right now.
|
|
125
|
+
|
|
126
|
+
Thanks for being an early adopter,
|
|
127
|
+
Luis
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## Email 5: What's coming next (Day 14)
|
|
132
|
+
**Trigger:** 14 days after Email 1
|
|
133
|
+
**Subject:** Week 2 update: here's what we shipped (and what's next)
|
|
134
|
+
**Preview:** New features, community updates, and your roadmap input.
|
|
135
|
+
|
|
136
|
+
Hey {{firstName}},
|
|
137
|
+
|
|
138
|
+
Two weeks in. Here's what's been happening:
|
|
139
|
+
|
|
140
|
+
### Recently Shipped
|
|
141
|
+
- Autonomous implementation engine improvements
|
|
142
|
+
- KPI adapter integrations (Stripe, Loops, PostHog)
|
|
143
|
+
- Hypothesis validation framework
|
|
144
|
+
- Email marketing automation (you're reading the result)
|
|
145
|
+
|
|
146
|
+
### Coming Next
|
|
147
|
+
- Team features (shared MEMORY.md, cross-project insights)
|
|
148
|
+
- Web dashboard (no CLI required)
|
|
149
|
+
- Custom KPI integrations
|
|
150
|
+
- Community Slack/Discord for beta users
|
|
151
|
+
|
|
152
|
+
### Your Role
|
|
153
|
+
As a beta user, you're shaping VibeBusiness's direction. The features above were prioritized based on early user feedback.
|
|
154
|
+
|
|
155
|
+
Two ways to stay involved:
|
|
156
|
+
|
|
157
|
+
1. **Reply to any email** — I read and respond to everything
|
|
158
|
+
2. **Share your experience** — A tweet, a blog post, or even a DM to a founder friend. Word of mouth is our only growth channel right now.
|
|
159
|
+
|
|
160
|
+
If VibeBusiness has saved you even one hour of "what should I build next?" deliberation, consider sharing that with someone who'd benefit.
|
|
161
|
+
|
|
162
|
+
Thanks for being here early,
|
|
163
|
+
Luis
|
|
164
|
+
|
|
165
|
+
P.S. Running `vibebusiness status` shows your current dashboard snapshot — goals, KPIs, idea pipeline, and heartbeat history. Try it if you haven't.
|
|
166
|
+
|
|
167
|
+
---
|
|
168
|
+
|
|
169
|
+
## Sequence Configuration Notes
|
|
170
|
+
|
|
171
|
+
### Loops Setup
|
|
172
|
+
1. Create events: `beta_access_granted`, `first_vibe_cycle_completed`, `first_implementation_completed`
|
|
173
|
+
2. Set up sequence with Day 0/2/5/10/14 timing
|
|
174
|
+
3. Add exit conditions based on events
|
|
175
|
+
4. Set sender as personal (founder name + photo)
|
|
176
|
+
5. Enable reply tracking
|
|
177
|
+
|
|
178
|
+
### Key Metrics to Track
|
|
179
|
+
- Open rate per email (benchmark: 40%+ for developer tools)
|
|
180
|
+
- Reply rate (especially Email 4 — feedback request)
|
|
181
|
+
- Click-through on setup commands
|
|
182
|
+
- Event completion: `first_vibe_cycle_completed` within 7 days
|
|
183
|
+
- Sequence completion rate
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Welcome Email Campaign — 2026-02-20
|
|
2
|
+
|
|
3
|
+
## Metadata
|
|
4
|
+
- Type: welcome
|
|
5
|
+
- Generated: 2026-02-20
|
|
6
|
+
- Positioning version: 2026-02-18
|
|
7
|
+
|
|
8
|
+
## Subject Lines
|
|
9
|
+
1. You're in — here's what happens next
|
|
10
|
+
2. Welcome to VibeBusiness (your AI analyst is warming up)
|
|
11
|
+
3. Your first vibe cycle is waiting
|
|
12
|
+
|
|
13
|
+
## Preview Text
|
|
14
|
+
The autonomous AI business analyst that works while you sleep. Here's how to get started in 60 seconds.
|
|
15
|
+
|
|
16
|
+
## Body
|
|
17
|
+
|
|
18
|
+
Hey {{firstName}},
|
|
19
|
+
|
|
20
|
+
You just joined the VibeBusiness beta waitlist — welcome.
|
|
21
|
+
|
|
22
|
+
Here's the short version of what you signed up for: **an autonomous AI business analyst that researches your market, analyzes your metrics, decides what to build, implements it, and verifies the results.** It runs while you sleep and briefs you in the morning.
|
|
23
|
+
|
|
24
|
+
No dashboard to configure. No integrations to set up. One command:
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
npx vibebusiness init
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
### What makes this different
|
|
31
|
+
|
|
32
|
+
You probably already use Cursor or Copilot for coding. Those tools write excellent code — but they don't know **what** to build or **why**.
|
|
33
|
+
|
|
34
|
+
VibeBusiness is the brain. It looks at your codebase, your metrics, your competitive landscape, and your goals. Then it decides what to ship next, implements it through Claude Code, and measures whether it worked.
|
|
35
|
+
|
|
36
|
+
Full lifecycle: observe, analyze, recommend, implement, ship, verify, learn. No other tool closes this loop.
|
|
37
|
+
|
|
38
|
+
### What to expect from us
|
|
39
|
+
|
|
40
|
+
- **Early access invite** when your spot opens (we're onboarding in small batches)
|
|
41
|
+
- **Build-in-public updates** — we ship daily and share everything
|
|
42
|
+
- **Zero spam** — only emails that help you ship faster
|
|
43
|
+
|
|
44
|
+
### One thing you can do right now
|
|
45
|
+
|
|
46
|
+
Reply to this email and tell me: **what's the one thing you wish an AI could handle for your project?**
|
|
47
|
+
|
|
48
|
+
Every reply goes to my inbox. I read all of them.
|
|
49
|
+
|
|
50
|
+
Talk soon,
|
|
51
|
+
Luis
|
|
52
|
+
Founder, VibeBusiness
|
|
53
|
+
|
|
54
|
+
P.S. VibeBusiness is BYOK (bring your own key) — your data never leaves your machine, and you control your AI costs. We're built for indie hackers, not enterprises.
|
|
55
|
+
|
|
56
|
+
## Loops Integration Notes
|
|
57
|
+
- Suggested event trigger: `waitlist_joined`
|
|
58
|
+
- Recommended mailing list: `beta-waitlist`
|
|
59
|
+
- Personalization tokens used: `{{firstName}}`
|
|
60
|
+
- Recommended sender: Personal (founder name + photo)
|
|
61
|
+
- Reply-to: founder's real email (for engagement signal)
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"name": "Beta User Signups",
|
|
70
70
|
"description": "Number of indie hackers who install and run their first vibe cycle",
|
|
71
71
|
"source": "manual",
|
|
72
|
-
"query": "Count of
|
|
72
|
+
"query": "Count of active entries in data/waitlist.json (status === 'active')",
|
|
73
73
|
"current_value": 0,
|
|
74
74
|
"target_value": 20,
|
|
75
75
|
"unit": "users",
|
|
@@ -114,7 +114,8 @@
|
|
|
114
114
|
}
|
|
115
115
|
],
|
|
116
116
|
"related_ideas": [
|
|
117
|
-
"idea-byok-experiment"
|
|
117
|
+
"idea-byok-experiment",
|
|
118
|
+
"idea-lp-waitlist"
|
|
118
119
|
]
|
|
119
120
|
},
|
|
120
121
|
{
|