BoilerWorks
chore: all 26 templates are done
Commit
e6d6826f83346b139c027524fa8f41351c88289236e068f68c57d39cc8e453ee
Parent
a11f06d9212ba2e…
2 files changed
+12
-12
+1
-1
+12
-12
| --- boilerworks/data/templates.yaml | ||
| +++ boilerworks/data/templates.yaml | ||
| @@ -84,11 +84,11 @@ | ||
| 84 | 84 | repo: ConflictHQ/boilerworks-laravel-vue |
| 85 | 85 | size: full |
| 86 | 86 | language: php |
| 87 | 87 | backend: "Laravel 12" |
| 88 | 88 | frontend: "Inertia + Vue 3" |
| 89 | - status: building | |
| 89 | + status: done | |
| 90 | 90 | description: "Laravel ecosystem, SPA-like experience" |
| 91 | 91 | topologies: [standard] |
| 92 | 92 | best_for: "PHP teams wanting SPA feel without an API layer" |
| 93 | 93 | |
| 94 | 94 | - name: django-htmx |
| @@ -95,11 +95,11 @@ | ||
| 95 | 95 | repo: ConflictHQ/boilerworks-django-htmx |
| 96 | 96 | size: full |
| 97 | 97 | language: python |
| 98 | 98 | backend: "Django 5" |
| 99 | 99 | frontend: "HTMX + Alpine.js" |
| 100 | - status: building | |
| 100 | + status: done | |
| 101 | 101 | description: "Server-rendered CRUD, content-heavy, less JS" |
| 102 | 102 | topologies: [standard] |
| 103 | 103 | best_for: "Django teams preferring server-rendered HTML over SPAs" |
| 104 | 104 | |
| 105 | 105 | - name: saleor-nextjs |
| @@ -106,11 +106,11 @@ | ||
| 106 | 106 | repo: ConflictHQ/boilerworks-saleor-nextjs |
| 107 | 107 | size: full |
| 108 | 108 | language: python |
| 109 | 109 | backend: "Saleor (Django)" |
| 110 | 110 | frontend: "Next.js 16" |
| 111 | - status: building | |
| 111 | + status: done | |
| 112 | 112 | description: "E-commerce with headless commerce platform" |
| 113 | 113 | topologies: [standard] |
| 114 | 114 | best_for: "Teams building e-commerce storefronts" |
| 115 | 115 | |
| 116 | 116 | - name: fastapi-nextjs |
| @@ -117,11 +117,11 @@ | ||
| 117 | 117 | repo: ConflictHQ/boilerworks-fastapi-nextjs |
| 118 | 118 | size: full |
| 119 | 119 | language: python |
| 120 | 120 | backend: "FastAPI" |
| 121 | 121 | frontend: "Next.js 16" |
| 122 | - status: building | |
| 122 | + status: done | |
| 123 | 123 | description: "Modern Python API, async-first" |
| 124 | 124 | topologies: [standard, api-only] |
| 125 | 125 | best_for: "Python teams wanting async-first API with rich SPA frontend" |
| 126 | 126 | |
| 127 | 127 | - name: go-htmx |
| @@ -128,11 +128,11 @@ | ||
| 128 | 128 | repo: ConflictHQ/boilerworks-go-htmx |
| 129 | 129 | size: full |
| 130 | 130 | language: go |
| 131 | 131 | backend: "Go + Chi" |
| 132 | 132 | frontend: "HTMX + Templ" |
| 133 | - status: planned | |
| 133 | + status: done | |
| 134 | 134 | description: "Lightweight, performance-critical" |
| 135 | 135 | topologies: [standard] |
| 136 | 136 | best_for: "Go teams wanting lightweight server-rendered apps" |
| 137 | 137 | |
| 138 | 138 | - name: spring-nextjs |
| @@ -139,11 +139,11 @@ | ||
| 139 | 139 | repo: ConflictHQ/boilerworks-spring-nextjs |
| 140 | 140 | size: full |
| 141 | 141 | language: java |
| 142 | 142 | backend: "Spring Boot 3" |
| 143 | 143 | frontend: "Next.js 16" |
| 144 | - status: planned | |
| 144 | + status: done | |
| 145 | 145 | description: "Modern enterprise, non-Angular" |
| 146 | 146 | topologies: [standard, api-only] |
| 147 | 147 | best_for: "Java teams preferring React over Angular" |
| 148 | 148 | |
| 149 | 149 | - name: laravel-livewire |
| @@ -150,11 +150,11 @@ | ||
| 150 | 150 | repo: ConflictHQ/boilerworks-laravel-livewire |
| 151 | 151 | size: full |
| 152 | 152 | language: php |
| 153 | 153 | backend: "Laravel 12" |
| 154 | 154 | frontend: "Livewire 3" |
| 155 | - status: planned | |
| 155 | + status: done | |
| 156 | 156 | description: "Server-rendered reactive PHP" |
| 157 | 157 | topologies: [standard] |
| 158 | 158 | best_for: "PHP teams wanting server-rendered reactivity without JS" |
| 159 | 159 | |
| 160 | 160 | - name: fastapi-htmx |
| @@ -161,11 +161,11 @@ | ||
| 161 | 161 | repo: ConflictHQ/boilerworks-fastapi-htmx |
| 162 | 162 | size: full |
| 163 | 163 | language: python |
| 164 | 164 | backend: "FastAPI" |
| 165 | 165 | frontend: "HTMX + Alpine.js" |
| 166 | - status: planned | |
| 166 | + status: done | |
| 167 | 167 | description: "Lightweight Python, server-rendered" |
| 168 | 168 | topologies: [standard] |
| 169 | 169 | best_for: "FastAPI teams preferring server-rendered HTML" |
| 170 | 170 | |
| 171 | 171 | # ─── Micro Templates (6) ────────────────────────────────────────────────────── |
| @@ -229,11 +229,11 @@ | ||
| 229 | 229 | repo: ConflictHQ/boilerworks-cherrypy-micro |
| 230 | 230 | size: micro |
| 231 | 231 | language: python |
| 232 | 232 | backend: "CherryPy" |
| 233 | 233 | frontend: "" |
| 234 | - status: planned | |
| 234 | + status: done | |
| 235 | 235 | description: "Pure Python microservice, no WSGI overhead" |
| 236 | 236 | topologies: [standard] |
| 237 | 237 | best_for: "Minimal Python services without framework overhead" |
| 238 | 238 | |
| 239 | 239 | # ─── Edge Templates (5) ─────────────────────────────────────────────────────── |
| @@ -242,11 +242,11 @@ | ||
| 242 | 242 | repo: ConflictHQ/boilerworks-hono-micro |
| 243 | 243 | size: edge |
| 244 | 244 | language: typescript |
| 245 | 245 | backend: "Hono" |
| 246 | 246 | frontend: "" |
| 247 | - status: planned | |
| 247 | + status: done | |
| 248 | 248 | description: "Edge API, Cloudflare Workers" |
| 249 | 249 | topologies: [standard] |
| 250 | 250 | best_for: "Ultra-fast edge APIs on Cloudflare Workers" |
| 251 | 251 | |
| 252 | 252 | - name: sveltekit-full |
| @@ -264,11 +264,11 @@ | ||
| 264 | 264 | repo: ConflictHQ/boilerworks-nuxt-full |
| 265 | 265 | size: edge |
| 266 | 266 | language: typescript |
| 267 | 267 | backend: "Nuxt 4" |
| 268 | 268 | frontend: "Vue (built-in)" |
| 269 | - status: planned | |
| 269 | + status: done | |
| 270 | 270 | description: "Full-stack edge app, Vue ecosystem" |
| 271 | 271 | topologies: [standard] |
| 272 | 272 | best_for: "Vue teams building full-stack edge apps" |
| 273 | 273 | |
| 274 | 274 | - name: remix-full |
| @@ -286,9 +286,9 @@ | ||
| 286 | 286 | repo: ConflictHQ/boilerworks-astro-site |
| 287 | 287 | size: edge |
| 288 | 288 | language: typescript |
| 289 | 289 | backend: "Astro" |
| 290 | 290 | frontend: "Islands (multi-framework)" |
| 291 | - status: planned | |
| 291 | + status: done | |
| 292 | 292 | description: "Content sites, blogs, docs, marketing" |
| 293 | 293 | topologies: [standard] |
| 294 | 294 | best_for: "Content-heavy sites, blogs, docs, and marketing pages" |
| 295 | 295 |
| --- boilerworks/data/templates.yaml | |
| +++ boilerworks/data/templates.yaml | |
| @@ -84,11 +84,11 @@ | |
| 84 | repo: ConflictHQ/boilerworks-laravel-vue |
| 85 | size: full |
| 86 | language: php |
| 87 | backend: "Laravel 12" |
| 88 | frontend: "Inertia + Vue 3" |
| 89 | status: building |
| 90 | description: "Laravel ecosystem, SPA-like experience" |
| 91 | topologies: [standard] |
| 92 | best_for: "PHP teams wanting SPA feel without an API layer" |
| 93 | |
| 94 | - name: django-htmx |
| @@ -95,11 +95,11 @@ | |
| 95 | repo: ConflictHQ/boilerworks-django-htmx |
| 96 | size: full |
| 97 | language: python |
| 98 | backend: "Django 5" |
| 99 | frontend: "HTMX + Alpine.js" |
| 100 | status: building |
| 101 | description: "Server-rendered CRUD, content-heavy, less JS" |
| 102 | topologies: [standard] |
| 103 | best_for: "Django teams preferring server-rendered HTML over SPAs" |
| 104 | |
| 105 | - name: saleor-nextjs |
| @@ -106,11 +106,11 @@ | |
| 106 | repo: ConflictHQ/boilerworks-saleor-nextjs |
| 107 | size: full |
| 108 | language: python |
| 109 | backend: "Saleor (Django)" |
| 110 | frontend: "Next.js 16" |
| 111 | status: building |
| 112 | description: "E-commerce with headless commerce platform" |
| 113 | topologies: [standard] |
| 114 | best_for: "Teams building e-commerce storefronts" |
| 115 | |
| 116 | - name: fastapi-nextjs |
| @@ -117,11 +117,11 @@ | |
| 117 | repo: ConflictHQ/boilerworks-fastapi-nextjs |
| 118 | size: full |
| 119 | language: python |
| 120 | backend: "FastAPI" |
| 121 | frontend: "Next.js 16" |
| 122 | status: building |
| 123 | description: "Modern Python API, async-first" |
| 124 | topologies: [standard, api-only] |
| 125 | best_for: "Python teams wanting async-first API with rich SPA frontend" |
| 126 | |
| 127 | - name: go-htmx |
| @@ -128,11 +128,11 @@ | |
| 128 | repo: ConflictHQ/boilerworks-go-htmx |
| 129 | size: full |
| 130 | language: go |
| 131 | backend: "Go + Chi" |
| 132 | frontend: "HTMX + Templ" |
| 133 | status: planned |
| 134 | description: "Lightweight, performance-critical" |
| 135 | topologies: [standard] |
| 136 | best_for: "Go teams wanting lightweight server-rendered apps" |
| 137 | |
| 138 | - name: spring-nextjs |
| @@ -139,11 +139,11 @@ | |
| 139 | repo: ConflictHQ/boilerworks-spring-nextjs |
| 140 | size: full |
| 141 | language: java |
| 142 | backend: "Spring Boot 3" |
| 143 | frontend: "Next.js 16" |
| 144 | status: planned |
| 145 | description: "Modern enterprise, non-Angular" |
| 146 | topologies: [standard, api-only] |
| 147 | best_for: "Java teams preferring React over Angular" |
| 148 | |
| 149 | - name: laravel-livewire |
| @@ -150,11 +150,11 @@ | |
| 150 | repo: ConflictHQ/boilerworks-laravel-livewire |
| 151 | size: full |
| 152 | language: php |
| 153 | backend: "Laravel 12" |
| 154 | frontend: "Livewire 3" |
| 155 | status: planned |
| 156 | description: "Server-rendered reactive PHP" |
| 157 | topologies: [standard] |
| 158 | best_for: "PHP teams wanting server-rendered reactivity without JS" |
| 159 | |
| 160 | - name: fastapi-htmx |
| @@ -161,11 +161,11 @@ | |
| 161 | repo: ConflictHQ/boilerworks-fastapi-htmx |
| 162 | size: full |
| 163 | language: python |
| 164 | backend: "FastAPI" |
| 165 | frontend: "HTMX + Alpine.js" |
| 166 | status: planned |
| 167 | description: "Lightweight Python, server-rendered" |
| 168 | topologies: [standard] |
| 169 | best_for: "FastAPI teams preferring server-rendered HTML" |
| 170 | |
| 171 | # ─── Micro Templates (6) ────────────────────────────────────────────────────── |
| @@ -229,11 +229,11 @@ | |
| 229 | repo: ConflictHQ/boilerworks-cherrypy-micro |
| 230 | size: micro |
| 231 | language: python |
| 232 | backend: "CherryPy" |
| 233 | frontend: "" |
| 234 | status: planned |
| 235 | description: "Pure Python microservice, no WSGI overhead" |
| 236 | topologies: [standard] |
| 237 | best_for: "Minimal Python services without framework overhead" |
| 238 | |
| 239 | # ─── Edge Templates (5) ─────────────────────────────────────────────────────── |
| @@ -242,11 +242,11 @@ | |
| 242 | repo: ConflictHQ/boilerworks-hono-micro |
| 243 | size: edge |
| 244 | language: typescript |
| 245 | backend: "Hono" |
| 246 | frontend: "" |
| 247 | status: planned |
| 248 | description: "Edge API, Cloudflare Workers" |
| 249 | topologies: [standard] |
| 250 | best_for: "Ultra-fast edge APIs on Cloudflare Workers" |
| 251 | |
| 252 | - name: sveltekit-full |
| @@ -264,11 +264,11 @@ | |
| 264 | repo: ConflictHQ/boilerworks-nuxt-full |
| 265 | size: edge |
| 266 | language: typescript |
| 267 | backend: "Nuxt 4" |
| 268 | frontend: "Vue (built-in)" |
| 269 | status: planned |
| 270 | description: "Full-stack edge app, Vue ecosystem" |
| 271 | topologies: [standard] |
| 272 | best_for: "Vue teams building full-stack edge apps" |
| 273 | |
| 274 | - name: remix-full |
| @@ -286,9 +286,9 @@ | |
| 286 | repo: ConflictHQ/boilerworks-astro-site |
| 287 | size: edge |
| 288 | language: typescript |
| 289 | backend: "Astro" |
| 290 | frontend: "Islands (multi-framework)" |
| 291 | status: planned |
| 292 | description: "Content sites, blogs, docs, marketing" |
| 293 | topologies: [standard] |
| 294 | best_for: "Content-heavy sites, blogs, docs, and marketing pages" |
| 295 |
| --- boilerworks/data/templates.yaml | |
| +++ boilerworks/data/templates.yaml | |
| @@ -84,11 +84,11 @@ | |
| 84 | repo: ConflictHQ/boilerworks-laravel-vue |
| 85 | size: full |
| 86 | language: php |
| 87 | backend: "Laravel 12" |
| 88 | frontend: "Inertia + Vue 3" |
| 89 | status: done |
| 90 | description: "Laravel ecosystem, SPA-like experience" |
| 91 | topologies: [standard] |
| 92 | best_for: "PHP teams wanting SPA feel without an API layer" |
| 93 | |
| 94 | - name: django-htmx |
| @@ -95,11 +95,11 @@ | |
| 95 | repo: ConflictHQ/boilerworks-django-htmx |
| 96 | size: full |
| 97 | language: python |
| 98 | backend: "Django 5" |
| 99 | frontend: "HTMX + Alpine.js" |
| 100 | status: done |
| 101 | description: "Server-rendered CRUD, content-heavy, less JS" |
| 102 | topologies: [standard] |
| 103 | best_for: "Django teams preferring server-rendered HTML over SPAs" |
| 104 | |
| 105 | - name: saleor-nextjs |
| @@ -106,11 +106,11 @@ | |
| 106 | repo: ConflictHQ/boilerworks-saleor-nextjs |
| 107 | size: full |
| 108 | language: python |
| 109 | backend: "Saleor (Django)" |
| 110 | frontend: "Next.js 16" |
| 111 | status: done |
| 112 | description: "E-commerce with headless commerce platform" |
| 113 | topologies: [standard] |
| 114 | best_for: "Teams building e-commerce storefronts" |
| 115 | |
| 116 | - name: fastapi-nextjs |
| @@ -117,11 +117,11 @@ | |
| 117 | repo: ConflictHQ/boilerworks-fastapi-nextjs |
| 118 | size: full |
| 119 | language: python |
| 120 | backend: "FastAPI" |
| 121 | frontend: "Next.js 16" |
| 122 | status: done |
| 123 | description: "Modern Python API, async-first" |
| 124 | topologies: [standard, api-only] |
| 125 | best_for: "Python teams wanting async-first API with rich SPA frontend" |
| 126 | |
| 127 | - name: go-htmx |
| @@ -128,11 +128,11 @@ | |
| 128 | repo: ConflictHQ/boilerworks-go-htmx |
| 129 | size: full |
| 130 | language: go |
| 131 | backend: "Go + Chi" |
| 132 | frontend: "HTMX + Templ" |
| 133 | status: done |
| 134 | description: "Lightweight, performance-critical" |
| 135 | topologies: [standard] |
| 136 | best_for: "Go teams wanting lightweight server-rendered apps" |
| 137 | |
| 138 | - name: spring-nextjs |
| @@ -139,11 +139,11 @@ | |
| 139 | repo: ConflictHQ/boilerworks-spring-nextjs |
| 140 | size: full |
| 141 | language: java |
| 142 | backend: "Spring Boot 3" |
| 143 | frontend: "Next.js 16" |
| 144 | status: done |
| 145 | description: "Modern enterprise, non-Angular" |
| 146 | topologies: [standard, api-only] |
| 147 | best_for: "Java teams preferring React over Angular" |
| 148 | |
| 149 | - name: laravel-livewire |
| @@ -150,11 +150,11 @@ | |
| 150 | repo: ConflictHQ/boilerworks-laravel-livewire |
| 151 | size: full |
| 152 | language: php |
| 153 | backend: "Laravel 12" |
| 154 | frontend: "Livewire 3" |
| 155 | status: done |
| 156 | description: "Server-rendered reactive PHP" |
| 157 | topologies: [standard] |
| 158 | best_for: "PHP teams wanting server-rendered reactivity without JS" |
| 159 | |
| 160 | - name: fastapi-htmx |
| @@ -161,11 +161,11 @@ | |
| 161 | repo: ConflictHQ/boilerworks-fastapi-htmx |
| 162 | size: full |
| 163 | language: python |
| 164 | backend: "FastAPI" |
| 165 | frontend: "HTMX + Alpine.js" |
| 166 | status: done |
| 167 | description: "Lightweight Python, server-rendered" |
| 168 | topologies: [standard] |
| 169 | best_for: "FastAPI teams preferring server-rendered HTML" |
| 170 | |
| 171 | # ─── Micro Templates (6) ────────────────────────────────────────────────────── |
| @@ -229,11 +229,11 @@ | |
| 229 | repo: ConflictHQ/boilerworks-cherrypy-micro |
| 230 | size: micro |
| 231 | language: python |
| 232 | backend: "CherryPy" |
| 233 | frontend: "" |
| 234 | status: done |
| 235 | description: "Pure Python microservice, no WSGI overhead" |
| 236 | topologies: [standard] |
| 237 | best_for: "Minimal Python services without framework overhead" |
| 238 | |
| 239 | # ─── Edge Templates (5) ─────────────────────────────────────────────────────── |
| @@ -242,11 +242,11 @@ | |
| 242 | repo: ConflictHQ/boilerworks-hono-micro |
| 243 | size: edge |
| 244 | language: typescript |
| 245 | backend: "Hono" |
| 246 | frontend: "" |
| 247 | status: done |
| 248 | description: "Edge API, Cloudflare Workers" |
| 249 | topologies: [standard] |
| 250 | best_for: "Ultra-fast edge APIs on Cloudflare Workers" |
| 251 | |
| 252 | - name: sveltekit-full |
| @@ -264,11 +264,11 @@ | |
| 264 | repo: ConflictHQ/boilerworks-nuxt-full |
| 265 | size: edge |
| 266 | language: typescript |
| 267 | backend: "Nuxt 4" |
| 268 | frontend: "Vue (built-in)" |
| 269 | status: done |
| 270 | description: "Full-stack edge app, Vue ecosystem" |
| 271 | topologies: [standard] |
| 272 | best_for: "Vue teams building full-stack edge apps" |
| 273 | |
| 274 | - name: remix-full |
| @@ -286,9 +286,9 @@ | |
| 286 | repo: ConflictHQ/boilerworks-astro-site |
| 287 | size: edge |
| 288 | language: typescript |
| 289 | backend: "Astro" |
| 290 | frontend: "Islands (multi-framework)" |
| 291 | status: done |
| 292 | description: "Content sites, blogs, docs, marketing" |
| 293 | topologies: [standard] |
| 294 | best_for: "Content-heavy sites, blogs, docs, and marketing pages" |
| 295 |
+1
-1
| --- tests/test_registry.py | ||
| +++ tests/test_registry.py | ||
| @@ -97,11 +97,11 @@ | ||
| 97 | 97 | assert len(results) > 0 |
| 98 | 98 | |
| 99 | 99 | |
| 100 | 100 | def test_filter_by_status_done(registry: Registry) -> None: |
| 101 | 101 | done = registry.filter_by_status("done") |
| 102 | - assert len(done) == 14 | |
| 102 | + assert len(done) == 26 | |
| 103 | 103 | assert all(t.status == "done" for t in done) |
| 104 | 104 | |
| 105 | 105 | |
| 106 | 106 | def test_all_templates_have_required_fields(registry: Registry) -> None: |
| 107 | 107 | for t in registry.list_all(): |
| 108 | 108 |
| --- tests/test_registry.py | |
| +++ tests/test_registry.py | |
| @@ -97,11 +97,11 @@ | |
| 97 | assert len(results) > 0 |
| 98 | |
| 99 | |
| 100 | def test_filter_by_status_done(registry: Registry) -> None: |
| 101 | done = registry.filter_by_status("done") |
| 102 | assert len(done) == 14 |
| 103 | assert all(t.status == "done" for t in done) |
| 104 | |
| 105 | |
| 106 | def test_all_templates_have_required_fields(registry: Registry) -> None: |
| 107 | for t in registry.list_all(): |
| 108 |
| --- tests/test_registry.py | |
| +++ tests/test_registry.py | |
| @@ -97,11 +97,11 @@ | |
| 97 | assert len(results) > 0 |
| 98 | |
| 99 | |
| 100 | def test_filter_by_status_done(registry: Registry) -> None: |
| 101 | done = registry.filter_by_status("done") |
| 102 | assert len(done) == 26 |
| 103 | assert all(t.status == "done" for t in done) |
| 104 | |
| 105 | |
| 106 | def test_all_templates_have_required_fields(registry: Registry) -> None: |
| 107 | for t in registry.list_all(): |
| 108 |