Wiki source code of Pricing

Version 2.10 by Alex Cotiuga on 2026/07/10 04:29

Hide last authors
Alex Cotiuga 1.2 1 {{velocity}}
2 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
3 #set ($contactURL = $xwiki.getURL('contact.WebHome'))
Alex Cotiuga 1.3 4 #set ($startingPoints = [{
5 'icon': 'search',
6 'title': 'Review & diagnose',
7 'price': 'From €290',
Alex Cotiuga 1.15 8 'description': 'For teams that need to understand risks, issues or the current XWiki state before making changes.',
Alex Cotiuga 1.2 9 'items': [
Alex Cotiuga 1.15 10 'Health checks',
11 'Upgrade readiness reviews',
12 'Authentication reviews',
13 'Urgent troubleshooting'
Alex Cotiuga 1.2 14 ],
Alex Cotiuga 1.3 15 'cta': 'Start with a review'
Alex Cotiuga 1.2 16 },{
Alex Cotiuga 1.3 17 'icon': 'cogs',
Alex Cotiuga 1.15 18 'title': 'Implement changes',
Alex Cotiuga 1.3 19 'price': 'From €490',
20 'description': 'For teams ready to make a specific XWiki change, upgrade or authentication improvement.',
Alex Cotiuga 1.2 21 'items': [
Alex Cotiuga 1.15 22 'XWiki LTS upgrades',
23 'MFA installation',
24 'OIDC / Entra ID setup',
Alex Cotiuga 1.3 25 'LDAP / Active Directory work'
Alex Cotiuga 1.2 26 ],
Alex Cotiuga 1.3 27 'cta': 'Request implementation quote'
Alex Cotiuga 1.2 28 },{
29 'icon': 'life-ring',
Alex Cotiuga 1.3 30 'title': 'Maintain & support',
31 'price': 'From €390/month',
32 'description': 'For organizations that need regular XWiki help, troubleshooting, maintenance and planning.',
Alex Cotiuga 1.2 33 'items': [
Alex Cotiuga 1.3 34 'Monthly support',
35 'Troubleshooting',
36 'Maintenance guidance',
37 'Upgrade planning'
Alex Cotiuga 1.2 38 ],
Alex Cotiuga 1.3 39 'cta': 'Discuss support plan'
Alex Cotiuga 1.18 40 }])
Alex Cotiuga 2.8 41 #set ($commonPackages = [{
Alex Cotiuga 1.3 42 'service': 'XWiki Health Check',
43 'price': '€390',
44 'description': 'Configuration, version, extension, security and stability review with written recommendations.'
45 },{
46 'service': 'Upgrade Readiness Review',
47 'price': '€390',
Alex Cotiuga 2.8 48 'description': 'Upgrade path, compatibility risks, customizations and effort estimate before implementation.'
Alex Cotiuga 1.3 49 },{
50 'service': 'XWiki Authentication Review',
51 'price': '€290',
Alex Cotiuga 2.8 52 'description': 'Review of login flow, users, groups, access control and authentication options.'
Alex Cotiuga 1.3 53 },{
54 'service': 'Urgent XWiki Troubleshooting',
Alex Cotiuga 2.8 55 'price': 'From €250/session',
Alex Cotiuga 1.15 56 'description': 'Live troubleshooting for blocking issues, errors, failed upgrades or production problems.'
Alex Cotiuga 1.3 57 },{
58 'service': 'Standard XWiki LTS Upgrade',
Alex Cotiuga 1.2 59 'price': 'From €790',
Alex Cotiuga 2.8 60 'description': 'Upgrade preparation, execution, compatibility checks and post-upgrade validation.'
Alex Cotiuga 1.2 61 },{
Alex Cotiuga 1.3 62 'service': 'XWiki MFA Installation & Configuration',
Alex Cotiuga 1.2 63 'price': 'From €490',
Alex Cotiuga 2.8 64 'description': 'MFA setup for the standard XWiki login flow, with configuration, testing and guidance.'
Alex Cotiuga 1.2 65 },{
Alex Cotiuga 1.3 66 'service': 'OIDC / Microsoft Entra ID Setup',
Alex Cotiuga 1.2 67 'price': 'From €590',
Alex Cotiuga 2.8 68 'description': 'OpenID Connect setup, user mapping considerations, access review and validation.'
Alex Cotiuga 1.3 69 },{
70 'service': 'LDAP / Active Directory Review',
71 'price': 'From €390',
72 'description': 'LDAP or Active Directory configuration review, profile mapping and group mapping recommendations.'
73 },{
74 'service': 'Access Control Review',
75 'price': 'From €390',
Alex Cotiuga 2.8 76 'description': 'Review of groups, permissions, restricted areas, public access and subwiki access model.'
Alex Cotiuga 1.3 77 },{
78 'service': 'Advanced Authentication Work',
Alex Cotiuga 2.8 79 'price': 'Quoted',
Alex Cotiuga 1.3 80 'description': 'Custom authenticators, container authentication, special login flows or wiki farm authentication strategy.'
Alex Cotiuga 2.4 81 },{
82 'service': 'AWS Hosting Setup for XWiki',
83 'price': 'From €490',
Alex Cotiuga 2.8 84 'description': 'Initial AWS deployment setup, including server preparation, HTTPS and basic backup strategy.'
85 },{
86 'service': 'XWiki AWS Cloud Hosting',
Alex Cotiuga 2.9 87 'price': 'From €120/month',
Alex Cotiuga 2.8 88 'description': 'Single-instance AWS hosting for small XWiki environments with storage, basic backups and modest traffic.'
Alex Cotiuga 1.2 89 }])
90 #set ($supportPlans = [{
91 'icon': 'leaf',
92 'title': 'Essential Support',
93 'price': '€390/month',
Alex Cotiuga 2.10 94 'description': 'For small teams that need occasional XWiki help at a predictable monthly cost.',
Alex Cotiuga 1.2 95 'items': [
Alex Cotiuga 2.10 96 'Up to 1 support day/month',
Alex Cotiuga 1.2 97 'Email support',
Alex Cotiuga 2.10 98 'Troubleshooting and guidance',
Alex Cotiuga 1.2 99 'Small configuration fixes',
Alex Cotiuga 2.10 100 'Upgrade and security recommendations'
Alex Cotiuga 1.2 101 ],
102 'cta': 'Request support plan'
103 },{
104 'icon': 'check-circle',
105 'title': 'Standard Support',
106 'price': '€790/month',
Alex Cotiuga 2.10 107 'description': 'For active XWiki environments that need regular support, maintenance and small improvements.',
Alex Cotiuga 1.2 108 'items': [
Alex Cotiuga 2.10 109 'Up to 2 support days/month',
Alex Cotiuga 1.2 110 'Prioritized support',
111 'Troubleshooting',
112 'Minor improvements',
Alex Cotiuga 2.10 113 'Maintenance guidance',
114 'Upgrade planning'
Alex Cotiuga 1.2 115 ],
116 'cta': 'Request standard support'
117 },{
118 'icon': 'building',
119 'title': 'Extended Support',
120 'price': 'From €1,490/month',
121 'description': 'For business-critical XWiki platforms or organizations with ongoing XWiki work.',
122 'items': [
Alex Cotiuga 2.10 123 'Larger monthly support allocation',
Alex Cotiuga 1.2 124 'Prioritized handling',
125 'Upgrade planning',
126 'Authentication and extension support',
127 'Roadmap and stability guidance'
128 ],
129 'cta': 'Discuss extended support'
130 }])
Alex Cotiuga 1.15 131 #set ($complexProjects = [{
132 'icon': 'sitemap',
133 'title': 'Wiki farms',
134 'content': 'Restructuring, subwiki access models, internal and external collaboration areas.'
135 },{
136 'icon': 'exchange',
137 'title': 'Migrations',
138 'content': 'Content, platform or documentation migrations into a cleaner XWiki structure.'
139 },{
140 'icon': 'puzzle-piece',
141 'title': 'Custom applications',
142 'content': 'Workflow applications, structured data, dashboards and internal business tools.'
143 },{
144 'icon': 'tachometer',
145 'title': 'Stability work',
146 'content': 'Performance, troubleshooting, upgrade cleanup and long-term maintainability improvements.'
147 }])
Alex Cotiuga 1.2 148 #set ($faqItems = [{
149 'question': 'Are these fixed prices?',
150 'answer': 'Some services have fixed starting prices. Larger or more complex projects are reviewed first and quoted separately, so the scope, risks and required testing are clear before implementation starts.'
151 },{
152 'question': 'Do you charge hourly?',
153 'answer': 'For support plans, time allocation is used to manage monthly work. For projects, Agnease aims to provide clear service packages or fixed quotes whenever the scope can be defined.'
154 },{
155 'question': 'Can you work on existing XWiki installations?',
156 'answer': 'Yes. Agnease works with existing XWiki instances, including upgrades, troubleshooting, authentication, customizations, extensions and long-term maintenance.'
157 },{
158 'question': 'What happens if my XWiki instance is more complex?',
159 'answer': 'Agnease first reviews the current setup, identifies risks and dependencies, and then provides a quote based on the actual scope.'
160 },{
161 'question': 'Can I book a call directly?',
162 'answer': 'Yes. The contact form includes a call booking option, but sending a short description first helps Agnease understand the context before the discussion.'
163 },{
164 'question': 'Do prices include external costs?',
165 'answer': 'The prices on this page cover Agnease services. External hosting, infrastructure or third-party costs are discussed separately when relevant.'
166 }])
167 {{html clean="false"}}
168
Alex Cotiuga 1.15 169 <section class="hero hero-centered" aria-labelledby="pricing-title">
Alex Cotiuga 1.2 170 <div class="container">
Alex Cotiuga 1.15 171 <div class="hero-inner">
Alex Cotiuga 1.2 172 <div class="hero-kicker">
173 <i class="fa fa-eur" aria-hidden="true"></i>
174 XWiki consulting, support and implementation
175 </div>
176
Alex Cotiuga 1.15 177 <h1 id="pricing-title">XWiki Service Packages</h1>
Alex Cotiuga 1.2 178
Alex Cotiuga 1.15 179 <p class="lead">
180 Clear starting points for XWiki upgrades, authentication, troubleshooting and long-term support.
181 </p>
Alex Cotiuga 1.2 182
Alex Cotiuga 1.15 183 <ul class="benefits">
184 <li>Specialized XWiki consulting</li>
185 <li>Practical starting prices</li>
186 <li>Fixed quotes for complex work</li>
187 </ul>
188
189 <div id="hero-cta">
190 <a class="btn btn-primary" href="$contactURL">Request a quote</a>
Alex Cotiuga 1.21 191 <a class="btn btn-secondary" href="#support">View monthly support</a>
Alex Cotiuga 1.15 192 </div>
Alex Cotiuga 1.2 193 </div>
194 </div>
195 </section>
196
Alex Cotiuga 1.15 197 <section id="starting-points" aria-labelledby="starting-points-title">
Alex Cotiuga 1.2 198 <div class="container">
Alex Cotiuga 1.20 199 <h2 id="starting-points-title">Three common ways to start</h2>
Alex Cotiuga 1.15 200 <p class="section-intro">
201 Most XWiki requests fit into one of three paths: review the current setup, implement a defined change,
202 or set up ongoing support.
203 </p>
Alex Cotiuga 1.2 204
Alex Cotiuga 1.15 205 <div class="pathways">
206 #foreach ($entry in $startingPoints)
207 <article class="pathway-card">
208 <div class="card-heading">
209 <div class="pathway-icon" aria-hidden="true">
210 <i class="fa fa-$entry.icon"></i>
211 </div>
212 <h3>$entry.title</h3>
213 </div>
Alex Cotiuga 1.2 214
Alex Cotiuga 1.15 215 <p><strong>$entry.price</strong></p>
216 <p>$entry.description</p>
Alex Cotiuga 1.2 217
Alex Cotiuga 1.15 218 <ul>
219 #foreach ($item in $entry.items)
220 <li>$item</li>
221 #end
222 </ul>
Alex Cotiuga 1.13 223
Alex Cotiuga 1.15 224 <div class="card-link">
225 <a href="$contactURL">$entry.cta</a>
226 </div>
227 </article>
228 #end
229 </div>
230 </div>
231 </section>
Alex Cotiuga 1.12 232
Alex Cotiuga 1.15 233 <section aria-labelledby="pricing-note-title">
234 <div class="container">
235 <div class="industry-trust-panel">
236 <h2 id="pricing-note-title">Simple starting prices, reviewed scope when needed</h2>
237 <p class="section-intro">
238 Prices are starting points and exclude VAT where applicable. Final pricing depends on the XWiki version,
239 installed extensions, customizations, hosting setup, authentication configuration, wiki farm complexity
240 and required testing.
241 </p>
242 </div>
243 </div>
244 </section>
Alex Cotiuga 1.12 245
Alex Cotiuga 1.15 246 <section id="common-packages" aria-labelledby="common-packages-title">
247 <div class="container">
248 <h2 id="common-packages-title">Common starting packages</h2>
249 <p class="section-intro">
250 These are practical entry points for common XWiki needs. Some can start directly, while others require
251 a quick review before confirming the final scope.
252 </p>
Alex Cotiuga 1.12 253
Alex Cotiuga 1.15 254 <table class="table table-bordered table-striped">
255 <thead>
256 <tr>
257 <th>Service</th>
258 <th>Starting price</th>
259 <th>What it covers</th>
260 </tr>
261 </thead>
262 <tbody>
263 #foreach ($entry in $commonPackages)
264 <tr>
265 <td><strong>$entry.service</strong></td>
266 <td>$entry.price</td>
267 <td>$entry.description</td>
268 </tr>
269 #end
270 </tbody>
271 </table>
272 </div>
273 </section>
Alex Cotiuga 1.12 274
Alex Cotiuga 1.15 275 <section id="upgrade-offer" aria-labelledby="upgrade-offer-title" class="industry-trust-section">
276 <div class="container">
277 <div class="industry-trust-panel">
278 <h2 id="upgrade-offer-title">New customer upgrade offer</h2>
279 <p class="section-intro">
280 If the Upgrade Readiness Review leads to an upgrade project with Agnease, the review cost can be credited
281 toward the upgrade implementation.
282 </p>
283 <a class="btn btn-primary" href="$contactURL">Plan an upgrade</a>
284 </div>
285 </div>
286 </section>
Alex Cotiuga 1.2 287
Alex Cotiuga 1.15 288 <section id="support" aria-labelledby="support-title">
289 <div class="container">
290 <h2 id="support-title">Monthly support plans</h2>
291 <p class="section-intro">
292 Support plans are designed for organizations that already use XWiki and want regular help with troubleshooting,
293 maintenance, upgrades, configuration, authentication and small improvements.
294 </p>
Alex Cotiuga 1.2 295
Alex Cotiuga 1.15 296 <div class="pathways">
297 #foreach ($entry in $supportPlans)
298 <article class="pathway-card">
299 <div class="card-heading">
300 <div class="pathway-icon" aria-hidden="true">
301 <i class="fa fa-$entry.icon"></i>
302 </div>
303 <h3>$entry.title</h3>
304 </div>
Alex Cotiuga 1.2 305
Alex Cotiuga 1.15 306 <p><strong>$entry.price</strong></p>
307 <p>$entry.description</p>
308
309 <ul>
310 #foreach ($item in $entry.items)
311 <li>$item</li>
Alex Cotiuga 1.3 312 #end
Alex Cotiuga 1.15 313 </ul>
Alex Cotiuga 1.3 314
Alex Cotiuga 1.15 315 <div class="card-link">
316 <a href="$contactURL">$entry.cta</a>
317 </div>
318 </article>
319 #end
320 </div>
Alex Cotiuga 1.2 321
Alex Cotiuga 1.15 322 <p class="section-intro">
323 Larger features, migrations, major customizations and complex projects are quoted separately.
324 </p>
325 </div>
326 </section>
Alex Cotiuga 1.2 327
Alex Cotiuga 1.15 328 <section id="complex-projects" aria-labelledby="complex-projects-title">
329 <div class="container">
330 <h2 id="complex-projects-title">Need something more complex?</h2>
331 <p class="section-intro">
332 Some XWiki projects cannot be priced responsibly before the environment is reviewed. For wiki farms,
333 major upgrades, migrations, custom applications, authentication changes or infrastructure restructuring,
334 Agnease first reviews the current setup and then provides a fixed project quote.
335 </p>
Alex Cotiuga 1.2 336
Alex Cotiuga 1.15 337 <div class="widgets">
338 #foreach ($entry in $complexProjects)
339 <div class="widget">
340 <div class="icon">
341 <i class="fa fa-$entry.icon" aria-hidden="true"></i>
342 <h4>$entry.title</h4>
343 </div>
344 <p>$entry.content</p>
Alex Cotiuga 1.2 345 </div>
Alex Cotiuga 1.15 346 #end
347 </div>
Alex Cotiuga 1.2 348
Alex Cotiuga 1.15 349 <div id="hero-cta">
350 <a class="btn btn-primary" href="$contactURL">Request a project quote</a>
351 </div>
352 </div>
353 </section>
Alex Cotiuga 1.2 354
Alex Cotiuga 1.15 355 <section id="faq" aria-labelledby="faq-title">
356 <div class="container">
357 <h2 id="faq-title">FAQ</h2>
Alex Cotiuga 1.2 358
Alex Cotiuga 1.15 359 #foreach ($entry in $faqItems)
360 <details class="resource-faq-item" #if ($foreach.first)open#end>
361 <summary>$entry.question</summary>
362 <p>$entry.answer</p>
363 </details>
364 #end
Alex Cotiuga 1.2 365 </div>
366 </section>
367
368 <section class="cta-section" aria-labelledby="pricing-final-cta-title">
369 <div class="container">
370 <div class="cta-panel">
371 <h2 id="pricing-final-cta-title">Not sure which option fits your XWiki instance?</h2>
372 <p>
373 Send a short description of your XWiki environment and what you are trying to achieve.
374 Agnease will help identify the right starting point.
375 </p>
376 <a class="btn btn-primary" href="$contactURL">Contact Agnease</a>
377 </div>
378 </div>
379 </section>
380
381 <script type="application/ld+json">
382 {
383 "@context": "https://schema.org",
384 "@type": "Service",
385 "name": "XWiki Service Packages",
386 "provider": {
387 "@type": "Organization",
388 "name": "Agnease",
389 "url": "https://agnease.com/"
390 },
391 "serviceType": "XWiki consulting, support, upgrades, authentication and maintenance",
392 "areaServed": "International",
393 "description": "XWiki service packages for upgrades, support, authentication, troubleshooting, maintenance and implementation."
394 }
395 </script>
396
397 {{/html}}
398 {{/velocity}}