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