BoilerWorks

boilerworks / guide / templates / index.html
1
2
<!doctype html>
3
<html lang="en" class="no-js">
4
<head>
5
6
<meta charset="utf-8">
7
<meta name="viewport" content="width=device-width,initial-scale=1">
8
9
<meta name="description" content="The CLI for boilerworks.ai — stop vibe-coding scaffolding">
10
11
12
<meta name="author" content="CONFLICT LLC">
13
14
15
<link rel="canonical" href="https://boilerworks.dev/guide/templates/">
16
17
18
<link rel="prev" href="../../getting-started/configuration/">
19
20
21
<link rel="next" href="../choosing/">
22
23
24
25
26
27
<link rel="icon" href="../../assets/images/favicon.png">
28
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.6">
29
30
31
32
<title>Catalogue - Boilerworks</title>
33
34
35
36
<link rel="stylesheet" href="../../assets/stylesheets/main.484c7ddc.min.css">
37
38
39
<link rel="stylesheet" href="../../assets/stylesheets/palette.ab4e12ef.min.css">
40
41
42
43
44
45
46
47
48
49
50
51
52
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
53
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
54
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
55
56
57
58
<link rel="stylesheet" href="../../assets/css/custom.css">
59
60
<script>__md_scope=new URL("../..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
61
62
63
64
65
66
</head>
67
68
69
70
71
72
73
74
75
76
<body dir="ltr" data-md-color-scheme="slate" data-md-color-primary="custom" data-md-color-accent="custom">
77
78
79
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
80
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
81
<label class="md-overlay" for="__drawer"></label>
82
<div data-md-component="skip">
83
84
85
<a href="#template-catalogue" class="md-skip">
86
Skip to content
87
</a>
88
89
</div>
90
<div data-md-component="announce">
91
92
</div>
93
94
95
96
97
<header class="md-header" data-md-component="header">
98
<nav class="md-header__inner md-grid" aria-label="Header">
99
<a href="../.." title="Boilerworks" class="md-header__button md-logo" aria-label="Boilerworks" data-md-component="logo">
100
101
<img src="../../assets/images/logo.svg" alt="logo">
102
103
</a>
104
<label class="md-header__button md-icon" for="__drawer">
105
106
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
107
</label>
108
<div class="md-header__title" data-md-component="header-title">
109
<div class="md-header__ellipsis">
110
<div class="md-header__topic">
111
<span class="md-ellipsis">
112
Boilerworks
113
</span>
114
</div>
115
<div class="md-header__topic" data-md-component="header-topic">
116
<span class="md-ellipsis">
117
118
Catalogue
119
120
</span>
121
</div>
122
</div>
123
</div>
124
125
126
<form class="md-header__option" data-md-component="palette">
127
128
129
130
131
<input class="md-option" data-md-color-media="(prefers-color-scheme: dark)" data-md-color-scheme="slate" data-md-color-primary="custom" data-md-color-accent="custom" aria-label="Switch to light mode" type="radio" name="__palette" id="__palette_0">
132
133
<label class="md-header__button md-icon" title="Switch to light mode" for="__palette_1" hidden>
134
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 18c-.89 0-1.74-.2-2.5-.55C11.56 16.5 13 14.42 13 12s-1.44-4.5-3.5-5.45C10.26 6.2 11.11 6 12 6a6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12z"/></svg>
135
</label>
136
137
138
139
140
141
<input class="md-option" data-md-color-media="(prefers-color-scheme: light)" data-md-color-scheme="default" data-md-color-primary="custom" data-md-color-accent="custom" aria-label="Switch to dark mode" type="radio" name="__palette" id="__palette_1">
142
143
<label class="md-header__button md-icon" title="Switch to dark mode" for="__palette_0" hidden>
144
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4m0 10a6 6 0 0 1-6-6 6 6 0 0 1 6-6 6 6 0 0 1 6 6 6 6 0 0 1-6 6m8-9.31V4h-4.69L12 .69 8.69 4H4v4.69L.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12z"/></svg>
145
</label>
146
147
148
</form>
149
150
151
152
<script>var palette=__md_get("__palette");if(palette&&palette.color){if("(prefers-color-scheme)"===palette.color.media){var media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent")}for(var[key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
153
154
155
156
157
158
<label class="md-header__button md-icon" for="__search">
159
160
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
161
</label>
162
<div class="md-search" data-md-component="search" role="dialog">
163
<label class="md-search__overlay" for="__search"></label>
164
<div class="md-search__inner" role="search">
165
<form class="md-search__form" name="search">
166
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
167
<label class="md-search__icon md-icon" for="__search">
168
169
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
170
171
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
172
</label>
173
<nav class="md-search__options" aria-label="Search">
174
175
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
176
177
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
178
</button>
179
</nav>
180
181
<div class="md-search__suggest" data-md-component="search-suggest"></div>
182
183
</form>
184
<div class="md-search__output">
185
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
186
<div class="md-search-result" data-md-component="search-result">
187
<div class="md-search-result__meta">
188
Initializing search
189
</div>
190
<ol class="md-search-result__list" role="presentation"></ol>
191
</div>
192
</div>
193
</div>
194
</div>
195
</div>
196
197
198
199
<div class="md-header__source">
200
<a href="https://github.com/ConflictHQ/boilerworks" title="Go to repository" class="md-source" data-md-component="source">
201
<div class="md-source__icon md-icon">
202
203
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M173.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M252.8 8C114.1 8 8 113.3 8 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C436.2 457.8 504 362.9 504 252 504 113.3 391.5 8 252.8 8M105.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
204
</div>
205
<div class="md-source__repository">
206
ConflictHQ/boilerworks
207
</div>
208
</a>
209
</div>
210
211
</nav>
212
213
</header>
214
215
<div class="md-container" data-md-component="container">
216
217
218
219
220
221
<nav class="md-tabs" aria-label="Tabs" data-md-component="tabs">
222
<div class="md-grid">
223
<ul class="md-tabs__list">
224
225
226
227
228
229
230
<li class="md-tabs__item">
231
<a href="../.." class="md-tabs__link">
232
233
234
235
236
237
Home
238
239
</a>
240
</li>
241
242
243
244
245
246
247
248
249
250
251
<li class="md-tabs__item">
252
<a href="../../getting-started/installation/" class="md-tabs__link">
253
254
255
256
Getting Started
257
258
</a>
259
</li>
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<li class="md-tabs__item md-tabs__item--active">
274
<a href="./" class="md-tabs__link">
275
276
277
278
Templates
279
280
</a>
281
</li>
282
283
284
285
286
287
288
289
290
291
292
293
<li class="md-tabs__item">
294
<a href="../../cli/setup/" class="md-tabs__link">
295
296
297
298
CLI Reference
299
300
</a>
301
</li>
302
303
304
305
306
307
308
309
310
311
<li class="md-tabs__item">
312
<a href="../../contributing/" class="md-tabs__link">
313
314
315
316
317
318
Contributing
319
320
</a>
321
</li>
322
323
324
325
</ul>
326
</div>
327
</nav>
328
329
330
331
<main class="md-main" data-md-component="main">
332
<div class="md-main__inner md-grid">
333
334
335
336
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
337
<div class="md-sidebar__scrollwrap">
338
<div class="md-sidebar__inner">
339
340
341
342
343
344
345
<nav class="md-nav md-nav--primary md-nav--lifted" aria-label="Navigation" data-md-level="0">
346
<label class="md-nav__title" for="__drawer">
347
<a href="../.." title="Boilerworks" class="md-nav__button md-logo" aria-label="Boilerworks" data-md-component="logo">
348
349
<img src="../../assets/images/logo.svg" alt="logo">
350
351
</a>
352
Boilerworks
353
</label>
354
355
<div class="md-nav__source">
356
<a href="https://github.com/ConflictHQ/boilerworks" title="Go to repository" class="md-source" data-md-component="source">
357
<div class="md-source__icon md-icon">
358
359
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M173.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M252.8 8C114.1 8 8 113.3 8 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C436.2 457.8 504 362.9 504 252 504 113.3 391.5 8 252.8 8M105.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
360
</div>
361
<div class="md-source__repository">
362
ConflictHQ/boilerworks
363
</div>
364
</a>
365
</div>
366
367
<ul class="md-nav__list" data-md-scrollfix>
368
369
370
371
372
373
374
375
<li class="md-nav__item">
376
<a href="../.." class="md-nav__link">
377
378
379
380
<span class="md-ellipsis">
381
382
383
Home
384
385
386
387
</span>
388
389
390
391
</a>
392
</li>
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
<li class="md-nav__item md-nav__item--nested">
413
414
415
416
417
418
<input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_2" >
419
420
421
<label class="md-nav__link" for="__nav_2" id="__nav_2_label" tabindex="0">
422
423
424
425
<span class="md-ellipsis">
426
427
428
Getting Started
429
430
431
432
</span>
433
434
435
436
<span class="md-nav__icon md-icon"></span>
437
</label>
438
439
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_2_label" aria-expanded="false">
440
<label class="md-nav__title" for="__nav_2">
441
<span class="md-nav__icon md-icon"></span>
442
443
444
Getting Started
445
446
447
</label>
448
<ul class="md-nav__list" data-md-scrollfix>
449
450
451
452
453
454
455
456
<li class="md-nav__item">
457
<a href="../../getting-started/installation/" class="md-nav__link">
458
459
460
461
<span class="md-ellipsis">
462
463
464
Installation
465
466
467
468
</span>
469
470
471
472
</a>
473
</li>
474
475
476
477
478
479
480
481
482
483
484
<li class="md-nav__item">
485
<a href="../../getting-started/quickstart/" class="md-nav__link">
486
487
488
489
<span class="md-ellipsis">
490
491
492
Quick Start
493
494
495
496
</span>
497
498
499
500
</a>
501
</li>
502
503
504
505
506
507
508
509
510
511
512
<li class="md-nav__item">
513
<a href="../../getting-started/configuration/" class="md-nav__link">
514
515
516
517
<span class="md-ellipsis">
518
519
520
Configuration
521
522
523
524
</span>
525
526
527
528
</a>
529
</li>
530
531
532
533
534
</ul>
535
</nav>
536
537
</li>
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
<li class="md-nav__item md-nav__item--active md-nav__item--section md-nav__item--nested">
563
564
565
566
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_3" checked>
567
568
569
<label class="md-nav__link" for="__nav_3" id="__nav_3_label" tabindex="">
570
571
572
573
<span class="md-ellipsis">
574
575
576
Templates
577
578
579
580
</span>
581
582
583
584
<span class="md-nav__icon md-icon"></span>
585
</label>
586
587
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="true">
588
<label class="md-nav__title" for="__nav_3">
589
<span class="md-nav__icon md-icon"></span>
590
591
592
Templates
593
594
595
</label>
596
<ul class="md-nav__list" data-md-scrollfix>
597
598
599
600
601
602
603
604
605
606
<li class="md-nav__item md-nav__item--active">
607
608
<input class="md-nav__toggle md-toggle" type="checkbox" id="__toc">
609
610
611
612
613
614
<label class="md-nav__link md-nav__link--active" for="__toc">
615
616
617
618
<span class="md-ellipsis">
619
620
621
Catalogue
622
623
624
625
</span>
626
627
628
629
<span class="md-nav__icon md-icon"></span>
630
</label>
631
632
<a href="./" class="md-nav__link md-nav__link--active">
633
634
635
636
<span class="md-ellipsis">
637
638
639
Catalogue
640
641
642
643
</span>
644
645
646
647
</a>
648
649
650
651
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
652
653
654
655
656
657
658
<label class="md-nav__title" for="__toc">
659
<span class="md-nav__icon md-icon"></span>
660
Table of contents
661
</label>
662
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
663
664
<li class="md-nav__item">
665
<a href="#full-templates" class="md-nav__link">
666
<span class="md-ellipsis">
667
668
Full Templates
669
670
</span>
671
</a>
672
673
<nav class="md-nav" aria-label="Full Templates">
674
<ul class="md-nav__list">
675
676
<li class="md-nav__item">
677
<a href="#whats-in-every-full-template" class="md-nav__link">
678
<span class="md-ellipsis">
679
680
What's in every Full template
681
682
</span>
683
</a>
684
685
</li>
686
687
</ul>
688
</nav>
689
690
</li>
691
692
<li class="md-nav__item">
693
<a href="#micro-templates" class="md-nav__link">
694
<span class="md-ellipsis">
695
696
Micro Templates
697
698
</span>
699
</a>
700
701
<nav class="md-nav" aria-label="Micro Templates">
702
<ul class="md-nav__list">
703
704
<li class="md-nav__item">
705
<a href="#whats-in-every-micro-template" class="md-nav__link">
706
<span class="md-ellipsis">
707
708
What's in every Micro template
709
710
</span>
711
</a>
712
713
</li>
714
715
</ul>
716
</nav>
717
718
</li>
719
720
<li class="md-nav__item">
721
<a href="#edge-templates" class="md-nav__link">
722
<span class="md-ellipsis">
723
724
Edge Templates
725
726
</span>
727
</a>
728
729
<nav class="md-nav" aria-label="Edge Templates">
730
<ul class="md-nav__list">
731
732
<li class="md-nav__item">
733
<a href="#whats-in-every-edge-template" class="md-nav__link">
734
<span class="md-ellipsis">
735
736
What's in every Edge template
737
738
</span>
739
</a>
740
741
</li>
742
743
</ul>
744
</nav>
745
746
</li>
747
748
<li class="md-nav__item">
749
<a href="#ports" class="md-nav__link">
750
<span class="md-ellipsis">
751
752
Ports
753
754
</span>
755
</a>
756
757
</li>
758
759
</ul>
760
761
</nav>
762
763
</li>
764
765
766
767
768
769
770
771
772
773
774
<li class="md-nav__item">
775
<a href="../choosing/" class="md-nav__link">
776
777
778
779
<span class="md-ellipsis">
780
781
782
Choosing a Template
783
784
785
786
</span>
787
788
789
790
</a>
791
</li>
792
793
794
795
796
</ul>
797
</nav>
798
799
</li>
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
<li class="md-nav__item md-nav__item--nested">
820
821
822
823
824
825
<input class="md-nav__toggle md-toggle md-toggle--indeterminate" type="checkbox" id="__nav_4" >
826
827
828
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
829
830
831
832
<span class="md-ellipsis">
833
834
835
CLI Reference
836
837
838
839
</span>
840
841
842
843
<span class="md-nav__icon md-icon"></span>
844
</label>
845
846
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
847
<label class="md-nav__title" for="__nav_4">
848
<span class="md-nav__icon md-icon"></span>
849
850
851
CLI Reference
852
853
854
</label>
855
<ul class="md-nav__list" data-md-scrollfix>
856
857
858
859
860
861
862
863
<li class="md-nav__item">
864
<a href="../../cli/setup/" class="md-nav__link">
865
866
867
868
<span class="md-ellipsis">
869
870
871
setup
872
873
874
875
</span>
876
877
878
879
</a>
880
</li>
881
882
883
884
885
886
887
888
889
890
891
<li class="md-nav__item">
892
<a href="../../cli/init/" class="md-nav__link">
893
894
895
896
<span class="md-ellipsis">
897
898
899
init
900
901
902
903
</span>
904
905
906
907
</a>
908
</li>
909
910
911
912
913
914
915
916
917
918
919
<li class="md-nav__item">
920
<a href="../../cli/list/" class="md-nav__link">
921
922
923
924
<span class="md-ellipsis">
925
926
927
list
928
929
930
931
</span>
932
933
934
935
</a>
936
</li>
937
938
939
940
941
942
943
944
945
946
947
<li class="md-nav__item">
948
<a href="../../cli/bootstrap/" class="md-nav__link">
949
950
951
952
<span class="md-ellipsis">
953
954
955
bootstrap
956
957
958
959
</span>
960
961
962
963
</a>
964
</li>
965
966
967
968
969
</ul>
970
</nav>
971
972
</li>
973
974
975
976
977
978
979
980
981
982
<li class="md-nav__item">
983
<a href="../../contributing/" class="md-nav__link">
984
985
986
987
<span class="md-ellipsis">
988
989
990
Contributing
991
992
993
994
</span>
995
996
997
998
</a>
999
</li>
1000
1001
1002
1003
</ul>
1004
</nav>
1005
</div>
1006
</div>
1007
</div>
1008
1009
1010
1011
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
1012
<div class="md-sidebar__scrollwrap">
1013
<div class="md-sidebar__inner">
1014
1015
1016
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
1017
1018
1019
1020
1021
1022
1023
<label class="md-nav__title" for="__toc">
1024
<span class="md-nav__icon md-icon"></span>
1025
Table of contents
1026
</label>
1027
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
1028
1029
<li class="md-nav__item">
1030
<a href="#full-templates" class="md-nav__link">
1031
<span class="md-ellipsis">
1032
1033
Full Templates
1034
1035
</span>
1036
</a>
1037
1038
<nav class="md-nav" aria-label="Full Templates">
1039
<ul class="md-nav__list">
1040
1041
<li class="md-nav__item">
1042
<a href="#whats-in-every-full-template" class="md-nav__link">
1043
<span class="md-ellipsis">
1044
1045
What's in every Full template
1046
1047
</span>
1048
</a>
1049
1050
</li>
1051
1052
</ul>
1053
</nav>
1054
1055
</li>
1056
1057
<li class="md-nav__item">
1058
<a href="#micro-templates" class="md-nav__link">
1059
<span class="md-ellipsis">
1060
1061
Micro Templates
1062
1063
</span>
1064
</a>
1065
1066
<nav class="md-nav" aria-label="Micro Templates">
1067
<ul class="md-nav__list">
1068
1069
<li class="md-nav__item">
1070
<a href="#whats-in-every-micro-template" class="md-nav__link">
1071
<span class="md-ellipsis">
1072
1073
What's in every Micro template
1074
1075
</span>
1076
</a>
1077
1078
</li>
1079
1080
</ul>
1081
</nav>
1082
1083
</li>
1084
1085
<li class="md-nav__item">
1086
<a href="#edge-templates" class="md-nav__link">
1087
<span class="md-ellipsis">
1088
1089
Edge Templates
1090
1091
</span>
1092
</a>
1093
1094
<nav class="md-nav" aria-label="Edge Templates">
1095
<ul class="md-nav__list">
1096
1097
<li class="md-nav__item">
1098
<a href="#whats-in-every-edge-template" class="md-nav__link">
1099
<span class="md-ellipsis">
1100
1101
What's in every Edge template
1102
1103
</span>
1104
</a>
1105
1106
</li>
1107
1108
</ul>
1109
</nav>
1110
1111
</li>
1112
1113
<li class="md-nav__item">
1114
<a href="#ports" class="md-nav__link">
1115
<span class="md-ellipsis">
1116
1117
Ports
1118
1119
</span>
1120
</a>
1121
1122
</li>
1123
1124
</ul>
1125
1126
</nav>
1127
</div>
1128
</div>
1129
</div>
1130
1131
1132
1133
<div class="md-content" data-md-component="content">
1134
1135
<article class="md-content__inner md-typeset">
1136
1137
1138
1139
1140
1141
1142
1143
1144
<h1 id="template-catalogue">Template Catalogue<a class="headerlink" href="#template-catalogue" title="Permanent link">&para;</a></h1>
1145
<p>26 production-ready templates across 10 stacks. All ship with real code — no stubs, no TODOs.</p>
1146
<h2 id="full-templates">Full Templates<a class="headerlink" href="#full-templates" title="Permanent link">&para;</a></h2>
1147
<p>Apps with user auth, group permissions, and full admin interface.</p>
1148
<table>
1149
<thead>
1150
<tr>
1151
<th>Template</th>
1152
<th>Backend</th>
1153
<th>Frontend</th>
1154
<th>Auth</th>
1155
<th>Jobs</th>
1156
</tr>
1157
</thead>
1158
<tbody>
1159
<tr>
1160
<td><code>django-nextjs</code></td>
1161
<td>Django 5</td>
1162
<td>Next.js 16 (GraphQL/Apollo)</td>
1163
<td>Session</td>
1164
<td>Celery</td>
1165
</tr>
1166
<tr>
1167
<td><code>rails-nextjs</code></td>
1168
<td>Rails 8</td>
1169
<td>Next.js 16 (GraphQL/Apollo)</td>
1170
<td>Session</td>
1171
<td>Solid Queue</td>
1172
</tr>
1173
<tr>
1174
<td><code>rails-hotwire</code></td>
1175
<td>Rails 8</td>
1176
<td>Hotwire + Tailwind</td>
1177
<td>Session</td>
1178
<td>Solid Queue</td>
1179
</tr>
1180
<tr>
1181
<td><code>nestjs-nextjs</code></td>
1182
<td>NestJS</td>
1183
<td>Next.js 16 (GraphQL/Apollo)</td>
1184
<td>Session</td>
1185
<td>Bull</td>
1186
</tr>
1187
<tr>
1188
<td><code>laravel-vue</code></td>
1189
<td>Laravel 12</td>
1190
<td>Vue 3 (Inertia)</td>
1191
<td>Session</td>
1192
<td>Horizon</td>
1193
</tr>
1194
<tr>
1195
<td><code>spring-angular</code></td>
1196
<td>Spring Boot</td>
1197
<td>Angular 19</td>
1198
<td>Session</td>
1199
<td>Spring Scheduler</td>
1200
</tr>
1201
<tr>
1202
<td><code>go-nextjs</code></td>
1203
<td>Go</td>
1204
<td>Next.js 16 (GraphQL)</td>
1205
<td>Session</td>
1206
<td>—</td>
1207
</tr>
1208
<tr>
1209
<td><code>remix-full</code></td>
1210
<td>Remix</td>
1211
<td>—</td>
1212
<td>Session</td>
1213
<td>—</td>
1214
</tr>
1215
<tr>
1216
<td><code>sveltekit-full</code></td>
1217
<td>SvelteKit</td>
1218
<td>—</td>
1219
<td>Session</td>
1220
<td>—</td>
1221
</tr>
1222
<tr>
1223
<td><code>phoenix-liveview</code></td>
1224
<td>Phoenix</td>
1225
<td>LiveView</td>
1226
<td>Session</td>
1227
<td>Oban</td>
1228
</tr>
1229
</tbody>
1230
</table>
1231
<h3 id="whats-in-every-full-template">What's in every Full template<a class="headerlink" href="#whats-in-every-full-template" title="Permanent link">&para;</a></h3>
1232
<ul>
1233
<li><strong>User model</strong> with <code>has_secure_password</code> / bcrypt</li>
1234
<li><strong>Group-based permissions</strong> — Pundit / CanCan / custom</li>
1235
<li><strong>Concerns/mixins</strong>: Auditable, SoftDeletable, ExternalId (UUID), Versionable</li>
1236
<li><strong>Business models</strong>: Items, Categories, FormDefinitions, FormSubmissions, WorkflowDefinitions, WorkflowInstances</li>
1237
<li><strong>Admin dashboard</strong> with CRUD for all models</li>
1238
<li><strong>PostgreSQL 16</strong> (primary) + <strong>Redis 7</strong> (cache + jobs)</li>
1239
<li><strong>Mailpit</strong> (dev email catcher)</li>
1240
<li><strong>Docker Compose</strong> (dev) + <strong>Dockerfile</strong> (prod, multi-stage)</li>
1241
<li><strong>Health check</strong> at <code>/up</code> or <code>/health/</code></li>
1242
<li>Tests with real database — never mocked</li>
1243
</ul>
1244
<hr />
1245
<h2 id="micro-templates">Micro Templates<a class="headerlink" href="#micro-templates" title="Permanent link">&para;</a></h2>
1246
<p>API-key auth only. No user management, no frontend. Lean, fast, deployable.</p>
1247
<table>
1248
<thead>
1249
<tr>
1250
<th>Template</th>
1251
<th>Stack</th>
1252
<th>Auth</th>
1253
</tr>
1254
</thead>
1255
<tbody>
1256
<tr>
1257
<td><code>django-micro</code></td>
1258
<td>Django 5 REST</td>
1259
<td>API key</td>
1260
</tr>
1261
<tr>
1262
<td><code>fastapi-micro</code></td>
1263
<td>FastAPI + async</td>
1264
<td>API key</td>
1265
</tr>
1266
<tr>
1267
<td><code>nestjs-micro</code></td>
1268
<td>NestJS REST</td>
1269
<td>API key</td>
1270
</tr>
1271
<tr>
1272
<td><code>rails-micro</code></td>
1273
<td>Rails 8 API</td>
1274
<td>API key</td>
1275
</tr>
1276
<tr>
1277
<td><code>laravel-micro</code></td>
1278
<td>Laravel 12 API</td>
1279
<td>API key</td>
1280
</tr>
1281
<tr>
1282
<td><code>spring-micro</code></td>
1283
<td>Spring Boot</td>
1284
<td>API key</td>
1285
</tr>
1286
<tr>
1287
<td><code>go-micro</code></td>
1288
<td>Go + Chi</td>
1289
<td>API key</td>
1290
</tr>
1291
<tr>
1292
<td><code>express-micro</code></td>
1293
<td>Express + TypeScript</td>
1294
<td>API key</td>
1295
</tr>
1296
<tr>
1297
<td><code>phoenix-micro</code></td>
1298
<td>Phoenix API</td>
1299
<td>API key</td>
1300
</tr>
1301
<tr>
1302
<td><code>rust-micro</code></td>
1303
<td>Axum</td>
1304
<td>API key</td>
1305
</tr>
1306
</tbody>
1307
</table>
1308
<h3 id="whats-in-every-micro-template">What's in every Micro template<a class="headerlink" href="#whats-in-every-micro-template" title="Permanent link">&para;</a></h3>
1309
<ul>
1310
<li>API key auth middleware</li>
1311
<li>Items CRUD endpoint</li>
1312
<li>Health check</li>
1313
<li>PostgreSQL 16 + Redis 7</li>
1314
<li>Docker Compose + Dockerfile</li>
1315
<li>OpenAPI / Swagger docs (where framework supports it)</li>
1316
</ul>
1317
<hr />
1318
<h2 id="edge-templates">Edge Templates<a class="headerlink" href="#edge-templates" title="Permanent link">&para;</a></h2>
1319
<p>Cloudflare-native. No servers, no Docker — deploys to the global edge.</p>
1320
<table>
1321
<thead>
1322
<tr>
1323
<th>Template</th>
1324
<th>Platform</th>
1325
<th>Runtime</th>
1326
</tr>
1327
</thead>
1328
<tbody>
1329
<tr>
1330
<td><code>sveltekit-edge</code></td>
1331
<td>Cloudflare Pages</td>
1332
<td>SvelteKit + adapter-cloudflare</td>
1333
</tr>
1334
<tr>
1335
<td><code>remix-edge</code></td>
1336
<td>Cloudflare Pages</td>
1337
<td>Remix + adapter-cloudflare</td>
1338
</tr>
1339
<tr>
1340
<td><code>nextjs-edge</code></td>
1341
<td>Cloudflare Pages</td>
1342
<td>Next.js + @cloudflare/next-on-pages</td>
1343
</tr>
1344
<tr>
1345
<td><code>astro-edge</code></td>
1346
<td>Cloudflare Pages</td>
1347
<td>Astro + adapter-cloudflare</td>
1348
</tr>
1349
<tr>
1350
<td><code>hono-edge</code></td>
1351
<td>Cloudflare Workers</td>
1352
<td>Hono</td>
1353
</tr>
1354
<tr>
1355
<td><code>worker-edge</code></td>
1356
<td>Cloudflare Workers</td>
1357
<td>bare Worker API</td>
1358
</tr>
1359
</tbody>
1360
</table>
1361
<h3 id="whats-in-every-edge-template">What's in every Edge template<a class="headerlink" href="#whats-in-every-edge-template" title="Permanent link">&para;</a></h3>
1362
<ul>
1363
<li>Cloudflare Workers / Pages deploy config (<code>wrangler.toml</code>)</li>
1364
<li>D1 (SQLite) or KV bindings</li>
1365
<li>Local dev with <code>wrangler dev</code></li>
1366
<li>GitHub Actions deploy workflow</li>
1367
</ul>
1368
<hr />
1369
<h2 id="ports">Ports<a class="headerlink" href="#ports" title="Permanent link">&para;</a></h2>
1370
<p>All templates use standardised ports to avoid collisions when running multiple projects:</p>
1371
<table>
1372
<thead>
1373
<tr>
1374
<th>Service</th>
1375
<th>Port</th>
1376
</tr>
1377
</thead>
1378
<tbody>
1379
<tr>
1380
<td>App</td>
1381
<td>3000 (frontend) / 8000 (backend API)</td>
1382
</tr>
1383
<tr>
1384
<td>PostgreSQL</td>
1385
<td>5432</td>
1386
</tr>
1387
<tr>
1388
<td>Redis</td>
1389
<td>6379</td>
1390
</tr>
1391
<tr>
1392
<td>Mailpit (SMTP)</td>
1393
<td>1025</td>
1394
</tr>
1395
<tr>
1396
<td>Mailpit (UI)</td>
1397
<td>8025</td>
1398
</tr>
1399
<tr>
1400
<td>MinIO (S3)</td>
1401
<td>9001</td>
1402
</tr>
1403
</tbody>
1404
</table>
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
</article>
1419
</div>
1420
1421
1422
<script>var tabs=__md_get("__tabs");if(Array.isArray(tabs))e:for(var set of document.querySelectorAll(".tabbed-set")){var labels=set.querySelector(".tabbed-labels");for(var tab of tabs)for(var label of labels.getElementsByTagName("label"))if(label.innerText.trim()===tab){var input=document.getElementById(label.htmlFor);input.checked=!0;continue e}}</script>
1423
1424
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
1425
</div>
1426
1427
<button type="button" class="md-top md-icon" data-md-component="top" hidden>
1428
1429
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 20h-2V8l-5.5 5.5-1.42-1.42L12 4.16l7.92 7.92-1.42 1.42L13 8z"/></svg>
1430
Back to top
1431
</button>
1432
1433
</main>
1434
1435
<footer class="md-footer">
1436
1437
<div class="md-footer-meta md-typeset">
1438
<div class="md-footer-meta__inner md-grid">
1439
<div class="md-copyright">
1440
1441
<div class="md-copyright__highlight">
1442
Copyright &copy; 2026 CONFLICT LLC
1443
</div>
1444
1445
1446
Made with
1447
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
1448
Material for MkDocs
1449
</a>
1450
1451
</div>
1452
1453
1454
<div class="md-social">
1455
1456
1457
1458
1459
1460
1461
1462
1463
<a href="https://github.com/ConflictHQ/boilerworks" target="_blank" rel="noopener" title="github.com" class="md-social__link">
1464
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M173.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6m-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3m44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9M252.8 8C114.1 8 8 113.3 8 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C436.2 457.8 504 362.9 504 252 504 113.3 391.5 8 252.8 8M105.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1m-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7m32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1m-11.4-14.7c-1.6 1-1.6 3.6 0 5.9s4.3 3.3 5.6 2.3c1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2"/></svg>
1465
</a>
1466
1467
1468
1469
1470
1471
1472
1473
1474
<a href="https://boilerworks.ai" target="_blank" rel="noopener" title="boilerworks.ai" class="md-social__link">
1475
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2025 Fonticons, Inc.--><path d="M351.9 280H161c2.9 64.5 17.2 123.9 37.5 167.4 11.4 24.5 23.7 41.8 35.1 52.4 11.2 10.5 18.9 12.2 22.9 12.2s11.7-1.7 22.9-12.2c11.4-10.6 23.7-28 35.1-52.4 20.3-43.5 34.6-102.9 37.5-167.4zm-191-48h190.9c-2.8-64.5-17.1-123.9-37.4-167.4-11.4-24.4-23.7-41.8-35.1-52.4C268.1 1.7 260.4 0 256.4 0s-11.7 1.7-22.9 12.2c-11.4 10.6-23.7 28-35.1 52.4-20.3 43.5-34.6 102.9-37.5 167.4m-48 0c3.5-85.6 25.6-165.1 57.9-217.3C78.7 47.3 10.9 131.2 1.5 232zM1.5 280c9.4 100.8 77.2 184.7 169.3 217.3-32.3-52.2-54.4-131.7-57.9-217.3zm398.4 0c-3.5 85.6-25.6 165.1-57.9 217.3 92.1-32.7 159.9-116.5 169.3-217.3zm111.4-48C501.9 131.2 434.1 47.3 342 14.7c32.3 52.2 54.4 131.7 57.9 217.3z"/></svg>
1476
</a>
1477
1478
</div>
1479
1480
</div>
1481
</div>
1482
</footer>
1483
1484
</div>
1485
<div class="md-dialog" data-md-component="dialog">
1486
<div class="md-dialog__inner md-typeset"></div>
1487
</div>
1488
1489
1490
1491
1492
1493
<script id="__config" type="application/json">{"annotate": null, "base": "../..", "features": ["navigation.instant", "navigation.tabs", "navigation.sections", "navigation.expand", "navigation.top", "search.suggest", "search.highlight", "content.code.copy", "content.tabs.link", "header.autohide"], "search": "../../assets/javascripts/workers/search.2c215733.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": null}</script>
1494
1495
1496
<script src="../../assets/javascripts/bundle.79ae519e.min.js"></script>
1497
1498
1499
</body>
1500
</html>

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button