Version 5.1 by Alex Cotiuga on 2026/05/22 05:52

Hide last authors
Alex Cotiuga 1.2 1 {{velocity}}
2 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
3 {{html clean="false"}}
Alex Cotiuga 3.3 4
5 ## PAGE HEADER
Alex Cotiuga 3.5 6 <section class="hero hero-centered product-hero" aria-labelledby="hero-title">
7 <div class="container hero-inner">
8 <div class="hero-kicker">
Alex Cotiuga 2.3 9 <i class="fa fa-cube" aria-hidden="true"></i>
Alex Cotiuga 4.2 10 Agnease products for XWiki
Alex Cotiuga 2.3 11 </div>
Alex Cotiuga 3.3 12
Alex Cotiuga 4.2 13 <h1 id="hero-title">Applications and extensions for XWiki</h1>
Alex Cotiuga 3.3 14
Alex Cotiuga 3.5 15 <p class="lead">
Alex Cotiuga 4.2 16 Focused XWiki add-ons designed by Agnease for security, workflows, administration and productivity.
Alex Cotiuga 1.8 17 </p>
Alex Cotiuga 3.5 18
19 <p class="hero-support">
Alex Cotiuga 4.2 20 These products are built to extend XWiki without replacing the platform experience. They add specific
21 capabilities only where needed, helping production XWiki instances stay flexible, maintainable and easier to evolve.
Alex Cotiuga 3.5 22 </p>
Alex Cotiuga 1.8 23 </div>
24 </section>
Alex Cotiuga 1.2 25
Alex Cotiuga 3.3 26 ## PRODUCT CARDS
Alex Cotiuga 2.1 27 <section class="product-index-section" aria-labelledby="products-title">
Alex Cotiuga 1.8 28 <div class="container">
Alex Cotiuga 4.2 29 <h2 id="products-title">Available Agnease products for XWiki</h2>
Alex Cotiuga 3.3 30
Alex Cotiuga 1.8 31 <p class="section-intro">
Alex Cotiuga 4.2 32 Each product is developed by Agnease to solve a specific need in XWiki, from account protection
33 to workflow support and business-specific extensions.
Alex Cotiuga 1.8 34 </p>
Alex Cotiuga 1.2 35
Alex Cotiuga 2.1 36 <div class="product-card-grid">
37 <article class="product-card">
38 <div class="product-card-icon">
39 <i class="fa fa-lock" aria-hidden="true"></i>
40 </div>
Alex Cotiuga 1.2 41
Alex Cotiuga 2.1 42 <div class="product-card-body">
Alex Cotiuga 3.5 43 <div class="hero-kicker product-card-kicker">
Alex Cotiuga 3.3 44 <i class="fa fa-lock" aria-hidden="true"></i>
45 Security extension
46 </div>
47
Alex Cotiuga 3.9 48 <h3>XWiki Two-Factor Authentication</h3>
Alex Cotiuga 1.2 49
Alex Cotiuga 2.1 50 <p>
Alex Cotiuga 3.10 51 Add a second verification step to the standard XWiki login flow. Users can verify access with
52 authenticator app codes, email verification codes, or a combined setup requiring both methods.
Alex Cotiuga 2.1 53 </p>
Alex Cotiuga 1.8 54
Alex Cotiuga 2.1 55 <ul class="product-highlights">
56 <li>Works with the standard XWiki authentication flow</li>
Alex Cotiuga 3.10 57 <li>Supports app codes, email codes or both</li>
58 <li>Can remember trusted browsers or devices</li>
59 <li>Useful for XWiki 2FA, MFA adoption and NIS 2 readiness</li>
Alex Cotiuga 2.1 60 </ul>
Alex Cotiuga 1.8 61
Alex Cotiuga 2.1 62 <p class="card-link">
63 <a class="btn btn-secondary" href="$xwiki.getURL('products.xwiki-two-factor-authentication')">
64 View extension
65 </a>
66 </p>
67 </div>
68 </article>
Alex Cotiuga 1.8 69 </div>
Alex Cotiuga 1.2 70 </div>
Alex Cotiuga 1.8 71 </section>
Alex Cotiuga 1.2 72
Alex Cotiuga 3.3 73 ## CTA
Alex Cotiuga 3.5 74 <section class="cta-section" aria-labelledby="product-cta-title">
Alex Cotiuga 1.8 75 <div class="container">
Alex Cotiuga 3.5 76 <div class="cta-panel">
Alex Cotiuga 4.2 77 <h2 id="product-cta-title">Need a custom product for XWiki?</h2>
Alex Cotiuga 3.3 78
Alex Cotiuga 1.8 79 <p>
Alex Cotiuga 4.2 80 Agnease can design and build custom XWiki applications, extensions, workflows and integrations
81 around your organization's processes.
Alex Cotiuga 1.8 82 </p>
Alex Cotiuga 3.3 83
Alex Cotiuga 1.8 84 <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>
85 </div>
Alex Cotiuga 1.2 86 </div>
Alex Cotiuga 1.8 87 </section>
Alex Cotiuga 3.3 88
Alex Cotiuga 1.2 89 {{/html}}
90 {{/velocity}}