Wiki source code of Pricing

Version 2.11 by Agnease on 2026/07/10 04:30

Hide last authors
Agnease 1.2 1 {{velocity}}
2 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
3 #set ($contactURL = $xwiki.getURL('contact.WebHome'))
Agnease 1.3 4 #set ($startingPoints = [{
5 'icon': 'search',
6 'title': 'Review & diagnose',
7 'price': 'From €290',
Agnease 1.15 8 'description': 'For teams that need to understand risks, issues or the current XWiki state before making changes.',
Agnease 1.2 9 'items': [
Agnease 1.15 10 'Health checks',
11 'Upgrade readiness reviews',
12 'Authentication reviews',
13 'Urgent troubleshooting'
Agnease 1.2 14 ],
Agnease 1.3 15 'cta': 'Start with a review'
Agnease 1.2 16 },{
Agnease 1.3 17 'icon': 'cogs',
Agnease 1.15 18 'title': 'Implement changes',
Agnease 1.3 19 'price': 'From €490',
20 'description': 'For teams ready to make a specific XWiki change, upgrade or authentication improvement.',
Agnease 1.2 21 'items': [
Agnease 1.15 22 'XWiki LTS upgrades',
23 'MFA installation',
24 'OIDC / Entra ID setup',
Agnease 1.3 25 'LDAP / Active Directory work'
Agnease 1.2 26 ],
Agnease 1.3 27 'cta': 'Request implementation quote'
Agnease 1.2 28 },{
29 'icon': 'life-ring',
Agnease 1.3 30 'title': 'Maintain & support',
31 'price': 'From €390/month',
32 'description': 'For organizations that need regular XWiki help, troubleshooting, maintenance and planning.',
Agnease 1.2 33 'items': [
Agnease 1.3 34 'Monthly support',
35 'Troubleshooting',
36 'Maintenance guidance',
37 'Upgrade planning'
Agnease 1.2 38 ],
Agnease 1.3 39 'cta': 'Discuss support plan'
Agnease 1.18 40 }])
Agnease 2.8 41 #set ($commonPackages = [{
Agnease 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',
Agnease 2.8 48 'description': 'Upgrade path, compatibility risks, customizations and effort estimate before implementation.'
Agnease 1.3 49 },{
50 'service': 'XWiki Authentication Review',
51 'price': '€290',
Agnease 2.8 52 'description': 'Review of login flow, users, groups, access control and authentication options.'
Agnease 1.3 53 },{
54 'service': 'Urgent XWiki Troubleshooting',
Agnease 2.8 55 'price': 'From €250/session',
Agnease 1.15 56 'description': 'Live troubleshooting for blocking issues, errors, failed upgrades or production problems.'
Agnease 1.3 57 },{
58 'service': 'Standard XWiki LTS Upgrade',
Agnease 1.2 59 'price': 'From €790',
Agnease 2.8 60 'description': 'Upgrade preparation, execution, compatibility checks and post-upgrade validation.'
Agnease 1.2 61 },{
Agnease 1.3 62 'service': 'XWiki MFA Installation & Configuration',
Agnease 1.2 63 'price': 'From €490',
Agnease 2.8 64 'description': 'MFA setup for the standard XWiki login flow, with configuration, testing and guidance.'
Agnease 1.2 65 },{
Agnease 1.3 66 'service': 'OIDC / Microsoft Entra ID Setup',
Agnease 1.2 67 'price': 'From €590',
Agnease 2.8 68 'description': 'OpenID Connect setup, user mapping considerations, access review and validation.'
Agnease 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',
Agnease 2.8 76 'description': 'Review of groups, permissions, restricted areas, public access and subwiki access model.'
Agnease 1.3 77 },{
78 'service': 'Advanced Authentication Work',
Agnease 2.8 79 'price': 'Quoted',
Agnease 1.3 80 'description': 'Custom authenticators, container authentication, special login flows or wiki farm authentication strategy.'
Agnease 2.4 81 },{
82 'service': 'AWS Hosting Setup for XWiki',
83 'price': 'From €490',
Agnease 2.8 84 'description': 'Initial AWS deployment setup, including server preparation, HTTPS and basic backup strategy.'
85 },{
86 'service': 'XWiki AWS Cloud Hosting',
Agnease 2.9 87 'price': 'From €120/month',
Agnease 2.8 88 'description': 'Single-instance AWS hosting for small XWiki environments with storage, basic backups and modest traffic.'
Agnease 1.2 89 }])
90 #set ($supportPlans = [{
91 'icon': 'leaf',
92 'title': 'Essential Support',
93 'price': '€390/month',
Agnease 2.10 94 'description': 'For small teams that need occasional XWiki help at a predictable monthly cost.',
Agnease 1.2 95 'items': [
Agnease 2.10 96 'Up to 1 support day/month',
Agnease 1.2 97 'Email support',
Agnease 2.10 98 'Troubleshooting and guidance',
Agnease 1.2 99 'Small configuration fixes',
Agnease 2.10 100 'Upgrade and security recommendations'
Agnease 1.2 101 ],
102 'cta': 'Request support plan'
103 },{
104 'icon': 'check-circle',
105 'title': 'Standard Support',
106 'price': '€790/month',
Agnease 2.10 107 'description': 'For active XWiki environments that need regular support, maintenance and small improvements.',
Agnease 1.2 108 'items': [
Agnease 2.10 109 'Up to 2 support days/month',
Agnease 1.2 110 'Prioritized support',
111 'Troubleshooting',
112 'Minor improvements',
Agnease 2.10 113 'Maintenance guidance',
114 'Upgrade planning'
Agnease 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': [
Agnease 2.10 123 'Larger monthly support allocation',
Agnease 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 }])
Agnease 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 }])
Agnease 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
Agnease 1.15 169 <section class="hero hero-centered" aria-labelledby="pricing-title">
Agnease 1.2 170 <div class="container">
Agnease 1.15 171 <div class="hero-inner">
Agnease 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
Agnease 1.15 177 <h1 id="pricing-title">XWiki Service Packages</h1>
Agnease 1.2 178
Agnease 1.15 179 <p class="lead">
180 Clear starting points for XWiki upgrades, authentication, troubleshooting and long-term support.
181 </p>
Agnease 1.2 182
Agnease 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>
Agnease 1.21 191 <a class="btn btn-secondary" href="#support">View monthly support</a>
Agnease 1.15 192 </div>
Agnease 1.2 193 </div>
194 </div>
195 </section>
196
Agnease 1.15 197 <section id="starting-points" aria-labelledby="starting-points-title">
Agnease 1.2 198 <div class="container">
Agnease 1.20 199 <h2 id="starting-points-title">Three common ways to start</h2>
Agnease 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>
Agnease 1.2 204
Agnease 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>
Agnease 1.2 214
Agnease 1.15 215 <p><strong>$entry.price</strong></p>
216 <p>$entry.description</p>
Agnease 1.2 217
Agnease 1.15 218 <ul>
219 #foreach ($item in $entry.items)
220 <li>$item</li>
221 #end
222 </ul>
Agnease 1.13 223
Agnease 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>
Agnease 1.12 232
Agnease 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>
Agnease 1.12 245
Agnease 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>
Agnease 1.12 253
Agnease 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>
Agnease 1.12 274
Agnease 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>
Agnease 1.2 287
Agnease 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>
Agnease 1.2 295
Agnease 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>
Agnease 1.2 305
Agnease 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>
Agnease 1.3 312 #end
Agnease 1.15 313 </ul>
Agnease 1.3 314
Agnease 1.15 315 <div class="card-link">
316 <a href="$contactURL">$entry.cta</a>
317 </div>
318 </article>
319 #end
320 </div>
Agnease 1.2 321
Agnease 1.15 322 <p class="section-intro">
Agnease 2.11 323 Support plans are intended for remote XWiki support, troubleshooting, maintenance guidance,
324 small configuration changes and minor improvements. Larger features, migrations, major customizations
325 and complex projects are quoted separately.
Agnease 1.15 326 </p>
327 </div>
328 </section>
Agnease 1.2 329
Agnease 1.15 330 <section id="complex-projects" aria-labelledby="complex-projects-title">
331 <div class="container">
332 <h2 id="complex-projects-title">Need something more complex?</h2>
333 <p class="section-intro">
334 Some XWiki projects cannot be priced responsibly before the environment is reviewed. For wiki farms,
335 major upgrades, migrations, custom applications, authentication changes or infrastructure restructuring,
336 Agnease first reviews the current setup and then provides a fixed project quote.
337 </p>
Agnease 1.2 338
Agnease 1.15 339 <div class="widgets">
340 #foreach ($entry in $complexProjects)
341 <div class="widget">
342 <div class="icon">
343 <i class="fa fa-$entry.icon" aria-hidden="true"></i>
344 <h4>$entry.title</h4>
345 </div>
346 <p>$entry.content</p>
Agnease 1.2 347 </div>
Agnease 1.15 348 #end
349 </div>
Agnease 1.2 350
Agnease 1.15 351 <div id="hero-cta">
352 <a class="btn btn-primary" href="$contactURL">Request a project quote</a>
353 </div>
354 </div>
355 </section>
Agnease 1.2 356
Agnease 1.15 357 <section id="faq" aria-labelledby="faq-title">
358 <div class="container">
359 <h2 id="faq-title">FAQ</h2>
Agnease 1.2 360
Agnease 1.15 361 #foreach ($entry in $faqItems)
362 <details class="resource-faq-item" #if ($foreach.first)open#end>
363 <summary>$entry.question</summary>
364 <p>$entry.answer</p>
365 </details>
366 #end
Agnease 1.2 367 </div>
368 </section>
369
370 <section class="cta-section" aria-labelledby="pricing-final-cta-title">
371 <div class="container">
372 <div class="cta-panel">
373 <h2 id="pricing-final-cta-title">Not sure which option fits your XWiki instance?</h2>
374 <p>
375 Send a short description of your XWiki environment and what you are trying to achieve.
376 Agnease will help identify the right starting point.
377 </p>
378 <a class="btn btn-primary" href="$contactURL">Contact Agnease</a>
379 </div>
380 </div>
381 </section>
382
383 <script type="application/ld+json">
384 {
385 "@context": "https://schema.org",
386 "@type": "Service",
387 "name": "XWiki Service Packages",
388 "provider": {
389 "@type": "Organization",
390 "name": "Agnease",
391 "url": "https://agnease.com/"
392 },
393 "serviceType": "XWiki consulting, support, upgrades, authentication and maintenance",
394 "areaServed": "International",
395 "description": "XWiki service packages for upgrades, support, authentication, troubleshooting, maintenance and implementation."
396 }
397 </script>
398
399 {{/html}}
400 {{/velocity}}