@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400;1,6..72,500&family=Libre+Franklin:wght@400;500;600;700&family=Spline+Sans+Mono:wght@400;500;600&display=swap'); :root{ --base:#ECE7DA;--surface:#FBF9F3;--surface-2:#F6F2E8;--surface-3:#EFEADD; --hero-1:#0A1C12;--hero-2:#0E2417;--hero-3:#16341F;--hero-cta:#102A1E; --brand:#B4924E;--brand-hot:#C4933F;--brand-dim:rgba(180,146,78,.12); --green:#2F8A52;--gold:#B4924E;--red:#9b2d20;--info:#1d4ed8; --text:#1B1E19;--text-mid:#3A3E36;--muted:#86897E;--faint:#9AA093; --border:rgba(27,30,25,.1);--border-2:rgba(27,30,25,.16);--border-3:rgba(27,30,25,.22); --sans:"Libre Franklin",system-ui,-apple-system,sans-serif; --mono:"Spline Sans Mono",ui-monospace,monospace; --serif:"Newsreader",Georgia,serif; } *{box-sizing:border-box;margin:0;padding:0} body{background:var(--base);color:var(--text);font-family:var(--sans);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;-webkit-text-size-adjust:100%} ::selection{background:var(--hero-cta);color:#F3EFE6} a{color:inherit;text-decoration:none} /* ── global header ── */ .gh{background:rgba(236,231,218,0.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border-2);position:sticky;top:0;z-index:50} .gh-inner{padding:0 32px;max-width:1200px;margin:0 auto} .gh-top{display:flex;align-items:center;justify-content:space-between;height:60px;gap:24px} .gh-brand{display:flex;align-items:center;gap:9px;flex-shrink:0} .gh-dot{width:10px;height:10px;background:var(--brand);border-radius:50%;flex-shrink:0} .gh-logo{font-family:var(--serif);font-weight:500;font-size:20px;letter-spacing:-0.01em;color:var(--text)} .gh-logo b{color:var(--brand);font-weight:500} .gh-tag{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);border-left:1px solid var(--border-2);padding-left:14px;margin-left:6px} .gh-live{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--green)} .gh-live-dot{width:6px;height:6px;border-radius:50%;background:var(--green);animation:gh-pulse 2.2s infinite} @keyframes gh-pulse{0%{box-shadow:0 0 0 0 rgba(47,138,82,.4)}70%{box-shadow:0 0 0 5px rgba(47,138,82,0)}100%{box-shadow:0 0 0 0 rgba(47,138,82,0)}} .gh-nav{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;border-top:1px solid var(--border)} .gh-nav::-webkit-scrollbar{display:none} .gh-nav a{font-size:13.5px;font-weight:500;color:var(--text-mid,#3A3E36);padding:0 14px;height:38px;display:flex;align-items:center;border-bottom:2px solid transparent;white-space:nowrap;transition:color .15s} .gh-nav a:hover{color:var(--text)} .gh-nav a.dnav-active{color:var(--text);border-bottom-color:var(--brand)} .gh-auth{display:flex;align-items:center;gap:16px;flex-shrink:0} .gh-auth-name{font-family:var(--mono);font-size:10px;color:var(--muted);max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .gh-auth-link{font-size:14px;font-weight:500;color:var(--text-mid,#3A3E36);transition:color .15s} .gh-auth-link:hover{color:var(--text)} .gh-auth-cta{display:inline-flex;align-items:center;background:var(--hero-cta);color:#F3EFE6;font-size:13px;font-weight:600;padding:9px 16px;letter-spacing:.01em;transition:opacity .15s} .gh-auth-cta:hover{opacity:.85} .gh-main-nav{display:flex;align-items:center;flex:1;padding:0 8px;overflow-x:auto;scrollbar-width:none} .gh-main-nav::-webkit-scrollbar{display:none} .gh-main-nav a{font-size:13px;font-weight:500;color:var(--text-mid,#B0BAC8);padding:0 11px;height:60px;display:flex;align-items:center;white-space:nowrap;transition:color .15s} .gh-main-nav a:hover{color:var(--text)} .gh-nav-atlas{color:var(--brand,#B4924E)!important;font-weight:600!important;margin-left:4px} .gh-nav-atlas:hover{color:#d4b070!important} /* ── page masthead ── */ .pg-mast{padding:40px 0 32px;border-bottom:1px solid var(--border-2);background:var(--base)} .pg-mast-inner{padding:0 32px;max-width:1200px;margin:0 auto} .pg-eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--brand);margin-bottom:10px} .pg-crumb{font-family:var(--mono);font-size:10.5px;letter-spacing:.04em;color:var(--muted);margin-bottom:14px;display:flex;align-items:center;gap:8px;flex-wrap:wrap} .pg-crumb a{color:var(--muted)}.pg-crumb a:hover{color:var(--text)} .pg-crumb-sep{color:var(--faint)}.pg-crumb-active{color:var(--text)} .pg-mast h1{font-family:var(--serif);font-size:32px;font-weight:500;letter-spacing:-.02em;line-height:1.1;margin-bottom:20px;color:var(--text)} .pg-stats{display:flex;gap:1px;background:var(--border-2);border:1px solid var(--border-2);width:fit-content;flex-wrap:wrap} .pg-stat{padding:14px 22px;background:var(--surface)} .pg-stat-val{display:block;font-family:var(--serif);font-size:26px;font-weight:500;letter-spacing:-.01em;line-height:1.1;color:var(--text)} .pg-stat-label{display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:4px} /* ── page body ── */ .pg-body{padding:40px 0 64px;background:var(--base)} .pg-body-inner{padding:0 32px;max-width:1200px;margin:0 auto} /* ── status tags ── */ .bw-tag{font-family:var(--mono);font-size:9px;letter-spacing:.06em;text-transform:uppercase;padding:2px 7px;display:inline-block;border:1px solid} .bw-tag-health{background:rgba(29,107,79,.08);color:#1d6b4f;border-color:rgba(29,107,79,.22)} .bw-tag-la{background:rgba(29,78,216,.08);color:#1d4ed8;border-color:rgba(29,78,216,.2)} .bw-tag-gov{background:rgba(180,146,78,.1);color:#7a5a22;border-color:rgba(180,146,78,.28)} .bw-tag-housing{background:rgba(109,40,217,.07);color:#6d28d9;border-color:rgba(109,40,217,.2)} .bw-tag-edu{background:rgba(180,83,9,.07);color:#b45309;border-color:rgba(180,83,9,.2)} .bw-tag-other{background:var(--surface-2);color:var(--muted);border-color:var(--border-2)} .pg-empty{font-family:var(--mono);font-size:12px;color:var(--muted);padding:40px 0} /* ── opportunity card ── */ .opp-card{background:var(--surface);border:1px solid var(--border-2);padding:16px 20px;margin-bottom:8px;transition:border-color .15s} .opp-card:hover{border-color:var(--brand)} /* ── footer ── */ .pg-foot{background:var(--hero-cta)} .pg-foot-inner{padding:16px 32px;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;font-family:var(--mono);font-size:10.5px;color:rgba(236,230,214,.55)} .pg-copy{text-align:center;font-family:var(--mono);font-size:10px;letter-spacing:.06em;color:rgba(236,230,214,.3);padding:10px 0 14px;background:#081710} @media(max-width:760px){ .gh-tag,.gh-live,.gh-auth-name,.gh-main-nav{display:none} .gh-inner,.pg-mast-inner,.pg-body-inner,.pg-foot-inner{padding-left:16px;padding-right:16px} .gh-auth{gap:10px} .gh-auth-cta{padding:8px 12px;font-size:12px} .gh-auth-link{font-size:13px} .gh-nav{padding-left:0} .pg-mast{padding:24px 0 20px} .pg-mast h1{font-size:22px} .pg-stats{width:100%;flex-wrap:wrap} .pg-stat{flex:1 1 45%} .pg-foot-inner{flex-direction:column;text-align:center;gap:6px;padding:14px 16px} } @media(max-width:480px){ .gh-inner,.pg-mast-inner,.pg-body-inner,.pg-foot-inner{padding-left:12px;padding-right:12px} .gh-logo{font-size:15px} .gh-auth-cta{padding:7px 10px;font-size:11px} .gh-auth-link{font-size:12px} .pg-mast h1{font-size:18px} .pg-stat{flex:1 1 100%} .pg-stat-val{font-size:20px} .pg-body{padding:28px 0 48px} } /* ── subscribe section + hp-foot footer (used by articles index + other shell pages) ── */ .wrap{padding:0 40px;max-width:1320px;margin-left:auto;margin-right:auto} .eyebrow{font-family:var(--mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--brand)} .subscribe{padding:72px 0;text-align:center;background:var(--surface-2)} .subscribe .eyebrow{margin-bottom:14px} .subscribe h2{font-family:var(--serif);font-size:30px;font-weight:400;letter-spacing:-.01em;margin-bottom:14px;color:var(--text)} .subscribe p{color:var(--muted);max-width:34em;margin:0 auto 28px;font-size:15px} .subform{display:flex;max-width:460px;margin:0 auto;border:1px solid var(--border-2)} .subform input{flex:1;border:0;padding:14px 16px;font-family:var(--sans);font-size:14px;background:var(--surface);color:var(--text)} .subform input::placeholder{color:var(--muted)} .subform input:focus{outline:2px solid var(--brand);outline-offset:-2px} .subform button{background:#102A1E;color:#ECE6D6;border:0;font-family:var(--sans);font-size:13px;font-weight:600;letter-spacing:.01em;padding:0 22px;cursor:pointer;transition:.18s} .subform button:hover{background:#0A1C12} .subnote{font-family:var(--mono);font-size:10.5px;color:var(--muted);margin-top:14px} footer.hp-foot{background:#102A1E;color:#9AA093;padding:54px 0 40px;font-size:13px;border-top:1px solid rgba(236,230,214,.1)} footer.hp-foot .wrap{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px} footer.hp-foot .logo{color:#ECE6D6;font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;margin-bottom:12px} footer.hp-foot .logo b{color:var(--brand)} footer.hp-foot p.bl{max-width:26em;line-height:1.5;color:#9AA093;font-size:13px} footer.hp-foot h4{font-family:var(--mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#C5C9BC;margin-bottom:14px} footer.hp-foot ul{list-style:none} footer.hp-foot li{margin-bottom:9px} footer.hp-foot a{color:#9AA093} footer.hp-foot a:hover{color:#ECE6D6} footer.hp-foot .legal{grid-column:1/-1;border-top:1px solid rgba(236,230,214,.1);margin-top:28px;padding-top:20px;display:flex;justify-content:space-between;font-family:var(--mono);font-size:10.5px;color:#6B6F65;flex-wrap:wrap;gap:10px} @media(max-width:880px){footer.hp-foot .wrap{grid-template-columns:1fr 1fr}.wrap{padding:0 24px}} @media(max-width:480px){.wrap{padding:0 14px}footer.hp-foot .wrap{grid-template-columns:1fr}} /* ── sample report CTA component ── */ .scta{max-width:680px;margin:0 auto;background:#0E2318;border:1px solid rgba(34,197,94,.12);position:relative;overflow:hidden} .scta::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--brand),#22C55E,var(--brand))} .scta-inner{padding:32px 36px} .scta-eyebrow{font-family:var(--mono);font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:var(--brand);margin-bottom:14px;display:flex;align-items:center;gap:8px} .scta-eyebrow::before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:#22C55E;box-shadow:0 0 6px rgba(34,197,94,.5)} .scta-h{font-family:var(--serif);font-size:22px;font-weight:400;color:#ECE6D6;margin-bottom:10px;line-height:1.3;letter-spacing:-.01em} .scta-p{font-size:13px;color:#9AA093;line-height:1.6;margin-bottom:20px;max-width:48em} .scta-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 20px;margin-bottom:24px} .scta-item{display:flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;color:#9AA093;padding:5px 0} .scta-item::before{content:'\2713';color:#22C55E;font-weight:700;font-size:12px} .scta-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap} .scta-btn{display:inline-flex;align-items:center;gap:8px;background:var(--brand);color:#fff;font-family:var(--mono);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:12px 24px;text-decoration:none;transition:opacity .15s} .scta-btn:hover{opacity:.88} .scta-btn::after{content:'\2192';font-size:14px} .scta-note{font-family:var(--mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#6B6F65} .scta-foot{display:flex;align-items:center;justify-content:space-between;padding:10px 36px;background:#0A1C12;border-top:1px solid rgba(34,197,94,.12);font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:#6B6F65} .scta--compact{max-width:none} .scta--compact .scta-inner{padding:24px 28px;display:flex;align-items:center;gap:28px;flex-wrap:wrap} .scta--compact .scta-left{flex:1;min-width:200px} .scta--compact .scta-h{font-size:17px;margin-bottom:6px} .scta--compact .scta-p{margin-bottom:0;font-size:12px} .scta--compact .scta-right{display:flex;align-items:center;gap:12px;flex-shrink:0} .scta--compact .scta-grid{display:none} .scta--compact .scta-foot{padding:8px 28px} @media(max-width:600px){ .scta-inner{padding:24px 20px} .scta-grid{grid-template-columns:1fr} .scta--compact .scta-inner{flex-direction:column;align-items:flex-start} .scta--compact .scta-right{width:100%} .scta--compact .scta-btn{width:100%;justify-content:center} .scta-foot{padding:8px 20px;flex-wrap:wrap;gap:4px} }
All contracts matching this category from the Digital & IT desk — awarded and open. Title-matched against category keywords. Data as of 30 Jun 2026.
| Contract title | Buyer | Supplier | Value | Date | Src |
|---|---|---|---|---|---|
| EDRMS Cloud Managed Service | HERTFORDSHIRE COUNTY COUNCIL | SynApps Solutions Limited | £1.3m | 24 Jun 2026 | CF |
| Homes England - Integrated Change Programme ICP (G-Cloud 14 Lot 3: Cloud Support) | Homes England (the name adopted by the Homes and Commun | Methods Business and Digital Technology Limited | £544k | 13 Jun 2026 | CF |
| CA17376 - DN Colleges Group - Provision of a Backup & Disaster Recovery Solution (Via YPO … | DN Colleges Group | Softcat PLC | £298k | 28 May 2026 | CF |
| Oracle Cloud Infrastructure (OCI) Pre-Prod environment for PIP, CMS, CAMLite, PIP and PXB … | Department for Work and Pensions | Oracle Corporation UK | £1.2m | 20 May 2026 | CF |
| DDaT25234 - Cloud Support | UK SHARED BUSINESS SERVICES LIMITED | Sera Neon Limited | £625k | 17 May 2026 | CF |
| 2526-39-DTS-BS-RLD Jira Cloud (SaaS) | Sheffield Hallam University | Eficode UK Ltd | £55k | 12 May 2026 | CF |
| Rubrik Cloud Renewal | GREENSQUAREACCORD LIMITED | Phoenix Software Limited | £159k | 15 Apr 2026 | CF |
| Google Cloud Platform (GCP) Services & Google Cloud Identity / Workspace Licensing | Department for Education | Netpremacy Limited | £161k | 31 Mar 2026 | CF |
| G- Cloud Call off Award RM1557.14 Lot 1 Cloud Hosting DIA | SHARE MULTI ACADEMY TRUST | TalkTalk Business Direct Ltd | £296k | 31 Mar 2026 | CF |
| DDaT25528 - SIP Trunking and Cloud Telephony Services | UK SHARED BUSINESS SERVICES LIMITED | Gamma Network Solutions Ltd | £62k | 30 Mar 2026 | CF |
| iMAAP Cloud Software Solution | Warwickshire Police | TRL Software Limited | £83k | 27 Mar 2026 | CF |
| DDaT26122 - Cloud and Technology Platforms Partnership | UK SHARED BUSINESS SERVICES LIMITED | OGEL IT LTD | £383k | 25 Mar 2026 | CF |
| DDaT26034 - Devops migration and cloud support Requirements | UK SHARED BUSINESS SERVICES LIMITED | Coolspirit Limited | £2.6m | 23 Mar 2026 | CF |
| Informatica Interim Cloud Migration | DWP | Agile Solutions GB Ltd | £199k | 17 Mar 2026 | CF |
| Website Hosting & Re-Design | LIFECYCLE MANAGEMENT GROUP LIMITED | Clay10 Creative | £88k | 17 Mar 2026 | CF |
| Multi-Cloud Credits | UK SHARED BUSINESS SERVICES LIMITED | Strategic Blue Services Ltd | £417k | 16 Mar 2026 | CF |
| Learning Management System (LMS) - Professional Tier (G-Cloud 14 Call-Off) | Government Legal Department | Learning Pool Limited | £50k | 13 Mar 2026 | CF |
| AWS Cloud Usage | UK Atomic Energy Authority | Telecom Italia Sparkle | £200k | 9 Mar 2026 | CF |
| Provision of Cloud Based software-as-a-service (SaaS) platform for Mid and South Essex Int… | ATTAIN HEALTH MANAGEMENT SERVICES LTD | SOFTCAT PLC | £131k | 6 Mar 2026 | CF |
| Cloud Migration Services and Jira Premium Cloud Licenses | Foreign Commonwealth and Development Office | Eficode UK Ltd | £185k | 25 Feb 2026 | CF |
| Oracle Cloud Enhancement Services | SUFFOLK COUNTY COUNCIL | Mastek Systems Company Limited | £612k | 23 Feb 2026 | CF |
| Cloud Hosting and Professional Services | UK SHARED BUSINESS SERVICES LIMITED | SoftwareONE UK Ltd | £415k | 20 Feb 2026 | CF |
| CECAS SaaS Maintain Run Support | H M REVENUE & CUSTOMS | Oracle Corporation Uk Limited | £303k | 6 Feb 2026 | CF |
| Supporting Digital Transformation of the Nigeria Rural Electrification Agency through the … | PALLADIUM INTERNATIONAL LIMITED | Q-DAS GLOBAL TECHNOLOGY NIGERIA LTD | £206k | 2 Feb 2026 | CF |
| Maytas software and hosting by Tribal | The Construction Industry Training Board | Tribal Education Limited | £109k | 1 Feb 2026 | CF |
| SAP In Azure BAU Support | East Sussex County Council | Sevil Consultant Ltd | £171k | 30 Jan 2026 | CF |
| Home Office Hosting - Bespoke Contract | Home Office | VODAFONE LTD | £6.4m | 30 Jan 2026 | CF |
| Observability Cloud Consumption Data | DSIT | APPVIA LTD | £600k | 19 Jan 2026 | CF |
| UKRI-5554 Oracle Hyperion EPM Managed Cloud Service | UK Research and Innovation (UKRI) | Brovanture Limited | £65k | 19 Dec 2025 | CF |
| 002556 - Bitdefender Business Security / Anti-Virus & Endpoint Security (Call off from G C… | Durham County Council | Boxxe Ltd | £56k | 19 Dec 2025 | CF |
| Further Provision of Attendance, PEP, Reporting and Analytics for CWCF in Southend Virtual… | Southend-on-sea Borough Council | Welfare Call (LAC) Limited | £118k | 16 Dec 2025 | CF |
| Cloud Contact Centre Service Platform | United Lincolnshire Teaching Hospitals NHS Trust | AMAZON WEB SERVICES EMEA SARL | £168k | 9 Dec 2025 | CF |
| MHCLG Cloud Service Delivery Projects | Ministry of Housing, Communities and Local Government | Airwalk Consulting Reply Limited | £6.0m | 4 Dec 2025 | CF |
| DDaT25423 UKRI Cloud-based collaboration and Communication platform | UK SHARED BUSINESS SERVICES LIMITED | XMA Ltd | £14k | 26 Nov 2025 | CF |
| G-Cloud 14 Call-Off Contract for Fully Managed Payroll Service with CGI IT UK Limited | Regulator of Social Housing | CGI IT UK LIMITED | £180k | 25 Nov 2025 | CF |
| G Cloud 14 Call Off Contract for Appian Low-code platform, cloud licences, hosting and sup… | Medicines and Healthcare Products Regulatory Agency | Appian Software International GmbH | £2.9m | 24 Nov 2025 | CF |
| UKSBS DDaT25457 Cloud Kolla-Ansible Migration Support | UK SHARED BUSINESS SERVICES LIMITED | OCF Limited | £30k | 20 Nov 2025 | CF |
| Supply of Iken Cloud Legal Case Management and Time Recording and associated services | Swale Borough Council | Iken Business Limited | £100k | 19 Nov 2025 | CF |
| Tree Maintenance Services Off CCS G-Cloud 14 Lot 2 | London Borough of Merton | RA Information Systems | £50k | 31 Oct 2025 | CF |
| Cloud and Hosting business requirements discovery | NHS England | IBM UNITED KINGDOM LIMITED | £808k | 31 Oct 2025 | CF |
| Cloud Readiness Assessment - HR Systems | Government Actuary's Department | Solirius Consulting | £16k | 23 Oct 2025 | CF |
| G Cloud 14 RM1557.14 - Historic England - Edison 365 upgrade and licensing (UID 62) | HISTORIC ENGLAND LIMITED | Corporate Project Solutions Ltd | £173k | 14 Oct 2025 | CF |
| DDaT25334 - Cloud Purchasing | UK SHARED BUSINESS SERVICES LIMITED | Strategic Blue Services Ltd | £711k | 7 Oct 2025 | CF |
| CA15445 - Milton Keynes College RFQ For Website Hosting and Services | Milton Keynes College | DREAM DIGITAL AGENCY LTD | £38k | 7 Oct 2025 | CF |
| Award of G-Cloud 14 Call-Off Contract for Secure HR Software (Ciphr Limited) | Regulator of Social Housing | Ciphr Limited | £168k | 29 Sept 2025 | CF |
| DDaT25368 - Cloud Purchasing | UK SHARED BUSINESS SERVICES LIMITED | Strategic Blue Services Limited | £291k | 21 Sept 2025 | CF |
| Cloud Based Management Tool | UK SHARED BUSINESS SERVICES LIMITED | ThinkProject UK Limited | £105k | 10 Sept 2025 | CF |
| Hybrid Cloud Engineering Operations Services | Department For Work and Pensions | Pixel Group trading as Pixel Global | £3.0m | 2 Sept 2025 | CF |
| WordPress Cloud Hosting - Digital Platform Review | North East Lincolnshire Council | Nublue Limited | £100k | 29 Aug 2025 | CF |
| Cloud-based Information Management Solution | UK SHARED BUSINESS SERVICES LIMITED | Trimble UK Limited | £81k | 27 Aug 2025 | CF |
| OCR Credits G-Cloud 14 | BIRKBECK COLLEGE | Namos Solutions Limited | £80k | 7 Aug 2025 | CF |
| DDaT25247 - Cloud Licenses | UK SHARED BUSINESS SERVICES LIMITED | Eficode UK Ltd | £123k | 6 Aug 2025 | CF |
| Rubrik Universal Cloud License and Rubrik Cloud Vault | UNIVERSITY OF DERBY | PHOENIX SOFTWARE | £414k | 30 Jul 2025 | CF |
| G-Cloud 14 Lot 4 extension | Crown Commercial Service | See Contracts Finder Notice for full supplier list | £1000.0m | 24 Jul 2025 | CF |
| DDaT25263 - Supply of Cloud Managed Parliamentary TV Service | ICS on behalf of DSIT and DESNZ | WHITEHALL TV SERVICES LTD | £225k | 19 Jul 2025 | CF |
| DDaT25257/ CON_8531 - Cloud Support for CBAS specialised servers | ICS on behalf of DSIT and DESNZ | Dharvie Ltd | £480k | 17 Jul 2025 | CF |
| Co-Managed Cloud and CoE Service | East Sussex Healthcare NHS Trust | ANS GROUP LIMITED | £1.3m | 3 Jul 2025 | CF |
| Integrated Cloud Procurement Solution | THE POLICE AND CRIME COMMISSIONER FOR LINCOLNSHIRE | BASWARE SOLUTIONS LIMITED | £58k | 30 Jun 2025 | CF |
| AWS OGVA - Public Cloud Services | whg | Incline-IT Limited | £1.6m | 29 Jun 2025 | CF |
| Cloud Based Planning and Regulatory Services Information Management System - AWARD | Oxford City Council | Idox Software Ltd | — | 6 May 2025 | CF |
| ICO IT Service Desk Management - CCS G Cloud 14 RM1557.14 | INFORMATION COMMISSIONER'S OFFICE | Halo Service Solution Ltd | £150k | 28 Apr 2025 | CF |
| DDaT25056 - Monitor Space Hazards Cloud Hosting Service | UK SHARED BUSINESS SERVICES LIMITED | Amazon Web Services EMEA SARL | £18k | 8 Apr 2025 | CF |
| Provision of a Cloud-Based Finance System | LANCASHIRE RENEWABLES LIMITED | IPlicit Ltd | £223k | 6 Apr 2025 | CF |
| Cloud support services for The Regenda Group | REGENDA LIMITED | Central Networks & Technologies Limited | £125k | 31 Mar 2025 | CF |
| G-Cloud 14 (Lot 3: Cloud Support) - Hyperion Technical Services | MINISTRY OF DEFENCE | Parico Limited | £932k | 30 Mar 2025 | CF |
| GCloud 14 - Provision of CDIO DMS Programme delivery and wider digital transformation Pr… | MINISTRY OF DEFENCE | HUNTER HEALTHCARE RESOURCING LIMITED | £800k | 28 Mar 2025 | CF |
| Provision of Website Support and Platform Renewal - Direct Award through Lot 2: Cloud Soft… | Amplius Living | Prodo Social Software Ltd | £139k | 28 Mar 2025 | CF |
| UKSBS DDaT25142 AWS Cloud Hosting Services | UK SHARED BUSINESS SERVICES LIMITED | Amazon Web Services EMEA SARL, UK Branch | £1.7m | 24 Mar 2025 | CF |
| Contract for the provision of hosting, maintenance and minor developments of Occupational … | Institute for Apprenticeships and Technical Education | PDMS Limited | £240k | 20 Mar 2025 | CF |
| Webcast System Maintenance and Hosting Services 2025 - 28 | Folkestone and Hythe District Council | Public-i Group Ltd | £43k | 10 Mar 2025 | CF |
| Gartner EPMEM Cloud Support Service - G-Cloud 14 CCS | Ministry of Defence | Gartner UK Ltd | £292k | 28 Feb 2025 | CF |
| DDaT25074 UKSBS AWS Cloud Hosting | UK SHARED BUSINESS SERVICES LIMITED | Amazon Web Services EMEA SARL, UK Branch | £500k | 28 Feb 2025 | CF |
| Cloud Web Proxy - Contract Award Notice | Uttlesford District Council | Bytes Software Services | £46k | 28 Feb 2025 | CF |
| Adult Social Care Policy and Procedure Management) (G-Cloud RM1557.13, Lot 2: Cloud softwa… | Middlesbrough Council | Signis Limited | £35k | 19 Feb 2025 | CF |
| Further Provision of Social Care Procedures system via CCS RM1557.14 G-Cloud 14 Lot 2 Clou… | Southend-on-sea Borough Council | Signis Limited t/a Tri.x | £42k | 14 Feb 2025 | CF |
| Online self-assessment tool for self-help and disability equipment via CCS RM1557.14 G-Clo… | Southend-on-sea Borough Council | SHAW TRUST LIMITED (THE) | £43k | 3 Feb 2025 | CF |
| UKSBS DDaT24386 AWS Managed Cloud Service | UK SHARED BUSINESS SERVICES LIMITED | Jisc Services Limited | £5.7m | 21 Jan 2025 | CF |
| Cloud Infrastructure Consultancy Services 2025 | The Royal Borough of Kingston upon Thames | Mercator IT Solutions Ltd | £88k | 15 Jan 2025 | CF |
| Cloud-based, portfolio, programme, project & PMO management software tool | ATTAIN HEALTH MANAGEMENT SERVICES LTD | Mosaique Limited | £53k | 9 Jan 2025 | CF |
| Homes England - Consultancy support for organisational blueprint programme (G-Cloud 14 - … | Homes England (the name adopted by the Homes and Commun | Deloitte LLP | £1.3m | 6 Jan 2025 | CF |
Contracts are matched by these keywords appearing in the contract title:
10 sections of procurement intelligence built from live Contracts Finder data.