@knowcode/doc-builder 1.5.20 → 1.5.22
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/.claude/settings.local.json +2 -1
- package/CLAUDE.md +7 -301
- package/CONTRIBUTING.md +148 -0
- package/GITHUB_SETUP.md +203 -0
- package/LICENSE +21 -0
- package/README.md +6 -1
- package/Screenshot 2025-07-22 at 19.51.21.png +0 -0
- package/assets/css/notion-style.css +42 -3
- package/html/README.html +23 -33
- package/html/css/notion-style.css +39 -0
- package/html/documentation-index.html +16 -8
- package/html/guides/authentication-guide.html +16 -8
- package/html/guides/claude-workflow-guide.html +16 -8
- package/html/guides/documentation-standards.html +16 -8
- package/html/guides/google-site-verification-guide.html +12 -3
- package/html/guides/phosphor-icons-guide.html +16 -8
- package/html/guides/seo-guide.html +16 -8
- package/html/guides/seo-optimization-guide.html +12 -4
- package/html/guides/troubleshooting-guide.html +16 -8
- package/html/guides/windows-setup-guide.html +16 -8
- package/html/index.html +23 -33
- package/html/launch/README.html +277 -0
- package/html/launch/bubble-plugin-specification.html +913 -0
- package/html/launch/go-to-market-strategy.html +643 -0
- package/html/launch/launch-announcements.html +573 -0
- package/html/sitemap.xml +41 -17
- package/html/vercel-cli-setup-guide.html +16 -8
- package/html/vercel-first-time-setup-guide.html +16 -8
- package/package.json +9 -1
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<meta name="description" content="This directory contains all documentation related to the commercial launch of @knowcode/doc-builder, including go-to-market strategy, platform integrations,...">
|
|
7
|
+
<title>Launch Documentation | Doc Builder</title>
|
|
8
|
+
|
|
9
|
+
<meta name="author" content="Lindsay Smith">
|
|
10
|
+
<meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, launch, marketing">
|
|
11
|
+
<meta name="robots" content="index, follow">
|
|
12
|
+
<link rel="canonical" href="https://doc-builder-delta.vercel.app/launch/README.html">
|
|
13
|
+
|
|
14
|
+
<!-- Open Graph / Facebook -->
|
|
15
|
+
<meta property="og:type" content="article">
|
|
16
|
+
<meta property="og:url" content="https://doc-builder-delta.vercel.app/launch/README.html">
|
|
17
|
+
<meta property="og:title" content="Launch Documentation | Doc Builder">
|
|
18
|
+
<meta property="og:description" content="This directory contains all documentation related to the commercial launch of @knowcode/doc-builder, including go-to-market strategy, platform integrations,...">
|
|
19
|
+
<meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
20
|
+
<meta property="og:site_name" content="Doc Builder">
|
|
21
|
+
<meta property="og:locale" content="en_US">
|
|
22
|
+
|
|
23
|
+
<!-- Twitter Card -->
|
|
24
|
+
<meta name="twitter:card" content="summary_large_image">
|
|
25
|
+
<meta name="twitter:site" content="@planbbackups">
|
|
26
|
+
<meta name="twitter:creator" content="@planbbackups">
|
|
27
|
+
<meta name="twitter:title" content="Launch Documentation | Doc Builder">
|
|
28
|
+
<meta name="twitter:description" content="This directory contains all documentation related to the commercial launch of @knowcode/doc-builder, including go-to-market strategy, platform integrations,...">
|
|
29
|
+
<meta name="twitter:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
30
|
+
|
|
31
|
+
<!-- Custom Meta Tags -->
|
|
32
|
+
<meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
|
|
33
|
+
|
|
34
|
+
<!-- Fonts -->
|
|
35
|
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
|
36
|
+
|
|
37
|
+
<!-- Icons -->
|
|
38
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
|
39
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css">
|
|
40
|
+
|
|
41
|
+
<!-- Mermaid -->
|
|
42
|
+
<script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
|
|
43
|
+
|
|
44
|
+
<!-- Styles -->
|
|
45
|
+
<link rel="stylesheet" href="/css/notion-style.css">
|
|
46
|
+
|
|
47
|
+
<!-- Favicon -->
|
|
48
|
+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📚</text></svg>">
|
|
49
|
+
|
|
50
|
+
<script type="application/ld+json">
|
|
51
|
+
{
|
|
52
|
+
"@context": "https://schema.org",
|
|
53
|
+
"@type": "TechArticle",
|
|
54
|
+
"headline": "Launch Documentation",
|
|
55
|
+
"description": "This directory contains all documentation related to the commercial launch of @knowcode/doc-builder, including go-to-market strategy, platform integrations,...",
|
|
56
|
+
"author": {
|
|
57
|
+
"@type": "Person",
|
|
58
|
+
"name": "Lindsay Smith"
|
|
59
|
+
},
|
|
60
|
+
"publisher": {
|
|
61
|
+
"@type": "Organization",
|
|
62
|
+
"name": "Knowcode Ltd",
|
|
63
|
+
"url": "https://knowcode.tech"
|
|
64
|
+
},
|
|
65
|
+
"datePublished": "2025-07-22T18:55:04.177Z",
|
|
66
|
+
"dateModified": "2025-07-22T18:55:04.177Z",
|
|
67
|
+
"mainEntityOfPage": {
|
|
68
|
+
"@type": "WebPage",
|
|
69
|
+
"@id": "https://doc-builder-delta.vercel.app/launch/README.html"
|
|
70
|
+
},
|
|
71
|
+
"breadcrumb": {
|
|
72
|
+
"@type": "BreadcrumbList",
|
|
73
|
+
"itemListElement": [
|
|
74
|
+
{
|
|
75
|
+
"@type": "ListItem",
|
|
76
|
+
"position": 1,
|
|
77
|
+
"name": "Doc Builder",
|
|
78
|
+
"item": "https://doc-builder-delta.vercel.app"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"@type": "ListItem",
|
|
82
|
+
"position": 2,
|
|
83
|
+
"name": "Launch",
|
|
84
|
+
"item": "https://doc-builder-delta.vercel.app/launch/"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"@type": "ListItem",
|
|
88
|
+
"position": 3,
|
|
89
|
+
"name": "README",
|
|
90
|
+
"item": "https://doc-builder-delta.vercel.app/launch/README.html"
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
</script>
|
|
96
|
+
</head>
|
|
97
|
+
<body>
|
|
98
|
+
<!-- Header -->
|
|
99
|
+
<header class="header">
|
|
100
|
+
<div class="header-content">
|
|
101
|
+
<a href="/index.html" class="logo">Doc Builder</a>
|
|
102
|
+
|
|
103
|
+
<div class="header-actions">
|
|
104
|
+
<div class="deployment-info">
|
|
105
|
+
<span class="deployment-date" title="Built with doc-builder v1.5.21">Last updated: Jul 22, 2025, 06:55 PM UTC</span>
|
|
106
|
+
</div>
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
|
|
111
|
+
<i class="fas fa-moon"></i>
|
|
112
|
+
</button>
|
|
113
|
+
|
|
114
|
+
<button id="menu-toggle" class="menu-toggle" aria-label="Toggle menu">
|
|
115
|
+
<i class="fas fa-bars"></i>
|
|
116
|
+
</button>
|
|
117
|
+
</div>
|
|
118
|
+
</div>
|
|
119
|
+
</header>
|
|
120
|
+
|
|
121
|
+
<!-- Preview Banner -->
|
|
122
|
+
<div id="preview-banner" class="preview-banner">
|
|
123
|
+
<div class="banner-content">
|
|
124
|
+
<i class="fas fa-exclamation-triangle banner-icon"></i>
|
|
125
|
+
<span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
|
|
126
|
+
<button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
|
|
127
|
+
<i class="fas fa-times"></i>
|
|
128
|
+
</button>
|
|
129
|
+
</div>
|
|
130
|
+
</div>
|
|
131
|
+
|
|
132
|
+
<!-- Breadcrumbs -->
|
|
133
|
+
<nav class="breadcrumbs" id="breadcrumbs">
|
|
134
|
+
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
135
|
+
</nav>
|
|
136
|
+
|
|
137
|
+
<!-- Main Content -->
|
|
138
|
+
<div class="main-wrapper">
|
|
139
|
+
<!-- Sidebar -->
|
|
140
|
+
<aside class="sidebar">
|
|
141
|
+
<div class="sidebar-header">
|
|
142
|
+
<div class="filter-box">
|
|
143
|
+
<input type="text" placeholder="Filter items..." class="filter-input" id="nav-filter">
|
|
144
|
+
<i class="fas fa-search filter-icon"></i>
|
|
145
|
+
</div>
|
|
146
|
+
</div>
|
|
147
|
+
<nav class="navigation">
|
|
148
|
+
|
|
149
|
+
<div class="nav-section" data-level="0">
|
|
150
|
+
<a class="nav-title" href="/README.html" >
|
|
151
|
+
<i class="fas fa-home"></i> Documentation
|
|
152
|
+
</a>
|
|
153
|
+
<div class="nav-content" >
|
|
154
|
+
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="fas fa-file-alt"></i> Overview</a>
|
|
155
|
+
<a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="fas fa-file-alt"></i> Documentation Index</a>
|
|
156
|
+
<a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing the Vercel CLI across different operating systems."><i class="fas fa-file-alt"></i> Vercel Cli Setup Guide</a>
|
|
157
|
+
<a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide walks you through the streamlined Vercel deployment process when using."><i class="fas fa-file-alt"></i> Vercel First Time Setup Guide</a></div></div>
|
|
158
|
+
<div class="nav-section" data-level="1">
|
|
159
|
+
<a class="nav-title collapsible" href="#" data-target="nav-guides-1" >
|
|
160
|
+
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
|
|
161
|
+
</a>
|
|
162
|
+
<div class="nav-content collapsed" id="nav-guides-1">
|
|
163
|
+
<a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
|
|
164
|
+
<a href="/guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="fas fa-file-alt"></i> Claude Workflow Guide</a>
|
|
165
|
+
<a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
|
|
166
|
+
<a href="/guides/google-site-verification-guide.html" class="nav-item" data-tooltip="Google Search Console verification allows you to: Monitor your site's performance in Google Search Submit sitemaps for better indexing View search..."><i class="fas fa-file-alt"></i> Google Site Verification Guide</a>
|
|
167
|
+
<a href="/guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="fas fa-file-alt"></i> Phosphor Icons Guide</a>
|
|
168
|
+
<a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
|
|
169
|
+
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
|
|
170
|
+
<a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
|
|
171
|
+
<a href="/guides/windows-setup-guide.html" class="nav-item" data-tooltip="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel."><i class="fas fa-file-alt"></i> Windows Setup Guide</a></div></div>
|
|
172
|
+
<div class="nav-section" data-level="1">
|
|
173
|
+
<a class="nav-title collapsible expanded" href="/launch/README.html" data-target="nav-launch-1" >
|
|
174
|
+
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Launch
|
|
175
|
+
</a>
|
|
176
|
+
<div class="nav-content" id="nav-launch-1">
|
|
177
|
+
<a href="/launch/README.html" class="nav-item active" data-tooltip="This directory contains all documentation related to the commercial launch of @knowcode/doc-builder, including go-to-market strategy, platform..."><i class="fas fa-file-alt"></i> Launch Overview</a>
|
|
178
|
+
<a href="/launch/bubble-plugin-specification.html" class="nav-item" data-tooltip="This document outlines the technical specification for creating a Bubble.io plugin that integrates @knowcode/doc-builder, enabling Bubble developers..."><i class="fas fa-file-alt"></i> Bubble Plugin Specification</a>
|
|
179
|
+
<a href="/launch/go-to-market-strategy.html" class="nav-item" data-tooltip="Go-to-Market Strategy & Product Launch Plan."><i class="fas fa-file-alt"></i> Go To Market Strategy</a>
|
|
180
|
+
<a href="/launch/launch-announcements.html" class="nav-item" data-tooltip="This document contains ready-to-use announcement templates for launching @knowcode/doc-builder across various platforms and channels."><i class="fas fa-file-alt"></i> Launch Announcements</a></div></div>
|
|
181
|
+
</nav>
|
|
182
|
+
<div class="resize-handle"></div>
|
|
183
|
+
</aside>
|
|
184
|
+
|
|
185
|
+
<!-- Content Area -->
|
|
186
|
+
<main class="content">
|
|
187
|
+
<div class="content-inner">
|
|
188
|
+
<h1>Launch Documentation</h1>
|
|
189
|
+
<h2>Overview</h2>
|
|
190
|
+
<p>This directory contains all documentation related to the commercial launch of @knowcode/doc-builder, including go-to-market strategy, platform integrations, and marketing materials.</p>
|
|
191
|
+
<h2>Documents</h2>
|
|
192
|
+
<h3><i class="ph ph-clipboard-text" aria-label="clipboard"></i> Strategic Planning</h3>
|
|
193
|
+
<ul>
|
|
194
|
+
<li><strong><a href="./go-to-market-strategy.md">Go-to-Market Strategy</a></strong> - Comprehensive launch plan including gap analysis, pricing, and roadmap</li>
|
|
195
|
+
<li><strong><a href="./bubble-plugin-specification.md">Bubble.io Plugin Specification</a></strong> - Technical specification for Bubble.io integration</li>
|
|
196
|
+
</ul>
|
|
197
|
+
<h3><i class="ph ph-megaphone" aria-label="announce"></i> Marketing Materials</h3>
|
|
198
|
+
<ul>
|
|
199
|
+
<li><strong><a href="./launch-announcements.md">Launch Announcements</a></strong> - Ready-to-use templates for Product Hunt, Hacker News, social media, and more</li>
|
|
200
|
+
</ul>
|
|
201
|
+
<h2>Quick Links</h2>
|
|
202
|
+
<h3>Current Status</h3>
|
|
203
|
+
<ul>
|
|
204
|
+
<li><i class="ph ph-check-circle" aria-label="checked"></i> Core product stable (v1.5.21)</li>
|
|
205
|
+
<li><i class="ph ph-check-circle" aria-label="checked"></i> Documentation complete</li>
|
|
206
|
+
<li><i class="ph ph-check-circle" aria-label="checked"></i> npm package published</li>
|
|
207
|
+
<li><i class="ph ph-x-circle" aria-label="error"></i> Payment infrastructure</li>
|
|
208
|
+
<li><i class="ph ph-x-circle" aria-label="error"></i> Marketing website</li>
|
|
209
|
+
<li><i class="ph ph-x-circle" aria-label="error"></i> Bubble.io plugin</li>
|
|
210
|
+
</ul>
|
|
211
|
+
<h3>Next Steps</h3>
|
|
212
|
+
<ol>
|
|
213
|
+
<li>Review go-to-market strategy</li>
|
|
214
|
+
<li>Decide on monetization model</li>
|
|
215
|
+
<li>Begin marketing website development</li>
|
|
216
|
+
<li>Start Bubble.io plugin development</li>
|
|
217
|
+
<li>Prepare launch announcements</li>
|
|
218
|
+
</ol>
|
|
219
|
+
<h3>Key Metrics to Track</h3>
|
|
220
|
+
<ul>
|
|
221
|
+
<li>npm downloads</li>
|
|
222
|
+
<li>GitHub stars</li>
|
|
223
|
+
<li>User sign-ups</li>
|
|
224
|
+
<li>Conversion rate (free to paid)</li>
|
|
225
|
+
<li>Monthly recurring revenue (MRR)</li>
|
|
226
|
+
</ul>
|
|
227
|
+
<h2>Timeline</h2>
|
|
228
|
+
<h3>Week 1-2: Foundation</h3>
|
|
229
|
+
<ul>
|
|
230
|
+
<li>Payment infrastructure setup</li>
|
|
231
|
+
<li>Marketing website development</li>
|
|
232
|
+
<li>Customer portal creation</li>
|
|
233
|
+
</ul>
|
|
234
|
+
<h3>Week 3-4: Integration</h3>
|
|
235
|
+
<ul>
|
|
236
|
+
<li>Bubble.io plugin development</li>
|
|
237
|
+
<li>GitHub Action creation</li>
|
|
238
|
+
<li>API documentation</li>
|
|
239
|
+
</ul>
|
|
240
|
+
<h3>Week 5-6: Launch Preparation</h3>
|
|
241
|
+
<ul>
|
|
242
|
+
<li>Beta testing with select users</li>
|
|
243
|
+
<li>Collect testimonials</li>
|
|
244
|
+
<li>Finalize pricing</li>
|
|
245
|
+
</ul>
|
|
246
|
+
<h3>Week 7-8: Public Launch</h3>
|
|
247
|
+
<ul>
|
|
248
|
+
<li>Product Hunt launch</li>
|
|
249
|
+
<li>Social media campaign</li>
|
|
250
|
+
<li>Dev community outreach</li>
|
|
251
|
+
</ul>
|
|
252
|
+
<hr>
|
|
253
|
+
<h2>Document History</h2>
|
|
254
|
+
<table>
|
|
255
|
+
<thead>
|
|
256
|
+
<tr>
|
|
257
|
+
<th>Date</th>
|
|
258
|
+
<th>Author</th>
|
|
259
|
+
<th>Changes</th>
|
|
260
|
+
</tr>
|
|
261
|
+
</thead>
|
|
262
|
+
<tbody><tr>
|
|
263
|
+
<td>2025-07-22</td>
|
|
264
|
+
<td>System</td>
|
|
265
|
+
<td>Created launch directory and index</td>
|
|
266
|
+
</tr>
|
|
267
|
+
</tbody></table>
|
|
268
|
+
|
|
269
|
+
</div>
|
|
270
|
+
</main>
|
|
271
|
+
</div>
|
|
272
|
+
|
|
273
|
+
<!-- Scripts -->
|
|
274
|
+
<script src="/js/main.js"></script>
|
|
275
|
+
|
|
276
|
+
</body>
|
|
277
|
+
</html>
|