{"id":8838,"date":"2022-02-07T13:44:58","date_gmt":"2022-02-07T05:44:58","guid":{"rendered":"https:\/\/www.cldy.com\/sg\/?page_id=8838"},"modified":"2026-04-18T17:03:30","modified_gmt":"2026-04-18T09:03:30","slug":"web-hosting-compare","status":"publish","type":"page","link":"https:\/\/www.cldy.com\/sg\/web-hosting-compare\/","title":{"rendered":"Web Hosting Compare"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8838\" class=\"elementor elementor-8838\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b213de3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b213de3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9ef367a\" data-id=\"9ef367a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b420587 elementor-widget elementor-widget-html\" data-id=\"b420587\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n<!-- \n  SEO Meta (add via Rank Math \/ Yoast in WordPress):\n  - Title and meta description are set in WordPress page settings\n  - OG tags are handled by Rank Math\n  - Canonical URL is set by WordPress\n  - JSON-LD schema is included inline below\n-->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Hind:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* ============================================\n   CLDY Web Hosting Comparison \u2014 Body Content\n   Single responsive codebase, no JS toggling\n   ============================================ *\/\n\n.cldy-compare {\n  --cldy-primary: #0077FF;\n  --cldy-primary-dark: #003C80;\n  --cldy-primary-light: #F1F5F9;\n  --cldy-accent: #FF670D;\n  --cldy-accent-secondary: #FFA300;\n  --cldy-accent-light: #FFBC7D;\n  --cldy-dark: #00224C;\n  --cldy-darkest: #000C19;\n  --cldy-text: #222222;\n  --cldy-text-light: #677988;\n  --cldy-border: #D2D4D4;\n  --cldy-bg: #F7F7F7;\n  --cldy-white: #FFFFFF;\n  --cldy-info: #0CACE8;\n  --cldy-success: #10b981;\n  --cldy-shadow: 0 2px 16px rgba(0, 119, 255, 0.08);\n  --cldy-shadow-lg: 0 8px 32px rgba(0, 119, 255, 0.12);\n  --cldy-radius: 12px;\n  --cldy-radius-sm: 8px;\n}\n\n\/* Reset & Base *\/\n.cldy-compare *,\n.cldy-compare *::before,\n.cldy-compare *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n.cldy-compare {\n  font-family: 'Inter', system-ui, -apple-system, sans-serif;\n  color: var(--cldy-text);\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n\n\/* Typography *\/\n.cldy-compare h1,\n.cldy-compare h2,\n.cldy-compare h3 {\n  font-family: 'Hind', 'Inter', system-ui, sans-serif;\n  color: var(--cldy-dark);\n  line-height: 1.25;\n}\n\n\/* \u2014\u2014\u2014 Hero Section \u2014\u2014\u2014 *\/\n.cldy-hero {\n  text-align: center;\n  padding: 3.5rem 1.5rem 2.5rem;\n  background: linear-gradient(135deg, var(--cldy-primary-light) 0%, var(--cldy-white) 60%, #FFF8F2 100%);\n}\n\n.cldy-hero h1 {\n  font-size: clamp(1.75rem, 4vw, 2.75rem);\n  font-weight: 700;\n  margin-bottom: 1rem;\n  letter-spacing: -0.02em;\n}\n\n.cldy-hero h1 span {\n  color: var(--cldy-primary);\n}\n\n.cldy-hero p {\n  font-size: clamp(1rem, 2vw, 1.2rem);\n  color: var(--cldy-text-light);\n  max-width: 680px;\n  margin: 0 auto;\n}\n\n\/* \u2014\u2014\u2014 Section Wrapper \u2014\u2014\u2014 *\/\n.cldy-section {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 2.5rem 1.5rem;\n}\n\n.cldy-section-header {\n  text-align: center;\n  margin-bottom: 2rem;\n}\n\n.cldy-section-header h2 {\n  font-size: clamp(1.35rem, 3vw, 2rem);\n  font-weight: 700;\n  margin-bottom: 0.5rem;\n}\n\n.cldy-section-header p {\n  color: var(--cldy-text-light);\n  font-size: 1.05rem;\n}\n\n\/* \u2014\u2014\u2014 Plan Cards (Quick Overview) \u2014\u2014\u2014 *\/\n.cldy-plans-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 1.25rem;\n  margin-bottom: 3rem;\n}\n\n.cldy-plan-card {\n  background: var(--cldy-white);\n  border: 2px solid var(--cldy-border);\n  border-radius: var(--cldy-radius);\n  padding: 1.75rem 1.25rem;\n  text-align: center;\n  position: relative;\n  transition: border-color 0.25s, box-shadow 0.25s;\n}\n\n.cldy-plan-card:hover {\n  border-color: var(--cldy-primary);\n  box-shadow: var(--cldy-shadow-lg);\n}\n\n.cldy-plan-card.cldy-popular {\n  border-color: var(--cldy-accent);\n  box-shadow: 0 8px 32px rgba(255, 103, 13, 0.15);\n}\n\n.cldy-badge {\n  position: absolute;\n  top: -13px;\n  left: 50%;\n  transform: translateX(-50%);\n  background: var(--cldy-accent);\n  color: var(--cldy-white);\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  padding: 0.3rem 1rem;\n  border-radius: 20px;\n  white-space: nowrap;\n}\n\n.cldy-plan-card h3 {\n  font-size: 1.2rem;\n  font-weight: 700;\n  margin-bottom: 0.25rem;\n}\n\n.cldy-plan-card .cldy-price {\n  font-family: 'Hind', sans-serif;\n  font-size: 2.25rem;\n  font-weight: 700;\n  color: var(--cldy-primary);\n  line-height: 1.1;\n}\n\n.cldy-plan-card .cldy-price-period {\n  font-size: 0.9rem;\n  color: var(--cldy-text-light);\n  font-weight: 400;\n  margin-bottom: 1.25rem;\n  display: block;\n}\n\n.cldy-plan-card .cldy-price small {\n  font-size: 0.5em;\n  vertical-align: top;\n  position: relative;\n  top: 0.3em;\n}\n\n.cldy-plan-highlights {\n  list-style: none;\n  text-align: left;\n  margin-bottom: 1.5rem;\n}\n\n.cldy-plan-highlights li {\n  padding: 0.35rem 0;\n  font-size: 0.92rem;\n  display: flex;\n  align-items: center;\n  gap: 0.5rem;\n  border-bottom: 1px solid var(--cldy-border);\n}\n\n.cldy-plan-highlights li:last-child {\n  border-bottom: none;\n}\n\n.cldy-plan-highlights .cldy-hl-icon {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  background: var(--cldy-primary-light);\n  color: var(--cldy-primary);\n  border-radius: 50%;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.7rem;\n  font-weight: 700;\n}\n\n.cldy-plan-highlights .cldy-hl-val {\n  font-weight: 600;\n  color: var(--cldy-dark);\n  margin-left: auto;\n  white-space: nowrap;\n}\n\n.cldy-btn {\n  display: inline-block;\n  background: var(--cldy-primary);\n  color: var(--cldy-white);\n  text-decoration: none;\n  font-family: 'Hind', sans-serif;\n  font-weight: 600;\n  font-size: 0.95rem;\n  padding: 0.7rem 1.8rem;\n  border-radius: 8px;\n  transition: background 0.2s, transform 0.15s;\n  border: none;\n  cursor: pointer;\n}\n\n.cldy-btn:hover {\n  background: var(--cldy-primary-dark);\n  transform: translateY(-1px);\n}\n\n.cldy-btn-outline {\n  background: transparent;\n  color: var(--cldy-primary);\n  border: 2px solid var(--cldy-primary);\n}\n\n.cldy-btn-outline:hover {\n  background: var(--cldy-primary);\n  color: var(--cldy-white);\n}\n\n\/* \u2014\u2014\u2014 Comparison Table \u2014\u2014\u2014 *\/\n.cldy-table-wrap {\n  background: var(--cldy-white);\n  border-radius: var(--cldy-radius);\n  box-shadow: var(--cldy-shadow);\n  overflow: hidden;\n  margin-bottom: 3rem;\n}\n\n.cldy-compare-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.92rem;\n}\n\n.cldy-compare-table caption {\n  padding: 1.25rem 1.5rem;\n  text-align: left;\n  font-family: 'Hind', sans-serif;\n  font-size: 1.15rem;\n  font-weight: 700;\n  color: var(--cldy-dark);\n  background: var(--cldy-bg);\n  border-bottom: 2px solid var(--cldy-border);\n}\n\n.cldy-compare-table thead th {\n  padding: 1rem 0.75rem;\n  text-align: center;\n  font-family: 'Hind', sans-serif;\n  font-weight: 600;\n  font-size: 0.95rem;\n  color: var(--cldy-dark);\n  background: var(--cldy-bg);\n  border-bottom: 2px solid var(--cldy-border);\n}\n\n.cldy-compare-table thead th:first-child {\n  text-align: left;\n  padding-left: 1.5rem;\n  width: 30%;\n}\n\n.cldy-compare-table thead th.cldy-col-popular {\n  background: var(--cldy-dark);\n  color: var(--cldy-white);\n}\n\n.cldy-compare-table tbody tr {\n  border-bottom: 1px solid var(--cldy-border);\n}\n\n.cldy-compare-table tbody tr:last-child {\n  border-bottom: none;\n}\n\n.cldy-compare-table tbody tr:hover {\n  background: var(--cldy-primary-light);\n}\n\n.cldy-compare-table td {\n  padding: 0.75rem;\n  text-align: center;\n  vertical-align: middle;\n}\n\n.cldy-compare-table td:first-child {\n  text-align: left;\n  padding-left: 1.5rem;\n  font-weight: 500;\n  color: var(--cldy-dark);\n}\n\n.cldy-compare-table td.cldy-col-popular {\n  background: rgba(0, 119, 255, 0.03);\n}\n\n.cldy-compare-table .cldy-cat-row td {\n  background: var(--cldy-bg);\n  font-family: 'Hind', sans-serif;\n  font-weight: 700;\n  font-size: 0.85rem;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  color: var(--cldy-primary);\n  padding: 0.65rem 0.75rem 0.65rem 1.5rem;\n  text-align: left;\n}\n\n.cldy-check {\n  color: var(--cldy-success);\n  font-weight: 700;\n  font-size: 1.1rem;\n}\n\n\/* Mobile table label (hidden on desktop) *\/\n.cldy-compare-table td::before {\n  display: none;\n}\n\n\/* \u2014\u2014\u2014 Feature Highlights Strip \u2014\u2014\u2014 *\/\n.cldy-features-strip {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 1.25rem;\n  padding: 2rem 0;\n}\n\n.cldy-feature-item {\n  text-align: center;\n  padding: 1.5rem 1rem;\n  background: var(--cldy-white);\n  border-radius: var(--cldy-radius);\n  box-shadow: var(--cldy-shadow);\n}\n\n.cldy-feature-icon {\n  font-size: 2rem;\n  margin-bottom: 0.75rem;\n  display: block;\n}\n\n.cldy-feature-item h3 {\n  font-size: 1rem;\n  font-weight: 700;\n  margin-bottom: 0.35rem;\n}\n\n.cldy-feature-item p {\n  font-size: 0.88rem;\n  color: var(--cldy-text-light);\n}\n\n\/* \u2014\u2014\u2014 FAQ Section \u2014\u2014\u2014 *\/\n.cldy-faq {\n  background: var(--cldy-bg);\n  padding: 3rem 1.5rem;\n}\n\n.cldy-faq-inner {\n  max-width: 840px;\n  margin: 0 auto;\n}\n\n.cldy-faq-inner h2 {\n  text-align: center;\n  font-size: clamp(1.35rem, 3vw, 2rem);\n  margin-bottom: 2rem;\n}\n\n.cldy-faq-item {\n  background: var(--cldy-white);\n  border-radius: var(--cldy-radius-sm);\n  margin-bottom: 0.75rem;\n  border: 1px solid var(--cldy-border);\n  overflow: hidden;\n}\n\n.cldy-faq-item details {\n  width: 100%;\n}\n\n.cldy-faq-item summary {\n  padding: 1.15rem 1.5rem;\n  font-family: 'Hind', sans-serif;\n  font-weight: 600;\n  font-size: 1rem;\n  color: var(--cldy-dark);\n  cursor: pointer;\n  list-style: none;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  transition: background 0.2s;\n}\n\n.cldy-faq-item summary::-webkit-details-marker {\n  display: none;\n}\n\n.cldy-faq-item summary::after {\n  content: \"+\";\n  font-size: 1.35rem;\n  font-weight: 400;\n  color: var(--cldy-primary);\n  flex-shrink: 0;\n  margin-left: 1rem;\n  transition: transform 0.25s;\n}\n\n.cldy-faq-item details[open] summary::after {\n  content: \"\u2212\";\n}\n\n.cldy-faq-item summary:hover {\n  background: var(--cldy-primary-light);\n}\n\n.cldy-faq-answer {\n  padding: 0 1.5rem 1.25rem;\n  font-size: 0.95rem;\n  line-height: 1.7;\n  color: var(--cldy-text);\n}\n\n\/* \u2014\u2014\u2014 CTA Section \u2014\u2014\u2014 *\/\n.cldy-cta {\n  text-align: center;\n  padding: 3rem 1.5rem;\n  background: linear-gradient(135deg, var(--cldy-dark) 0%, var(--cldy-primary) 100%);\n  color: var(--cldy-white);\n}\n\n.cldy-cta h2 {\n  color: var(--cldy-white);\n  font-size: clamp(1.35rem, 3vw, 2rem);\n  margin-bottom: 0.75rem;\n}\n\n.cldy-cta p {\n  font-size: 1.05rem;\n  opacity: 0.9;\n  max-width: 580px;\n  margin: 0 auto 1.5rem;\n}\n\n.cldy-cta .cldy-btn {\n  background: var(--cldy-white);\n  color: var(--cldy-primary);\n  font-size: 1.05rem;\n  padding: 0.85rem 2.2rem;\n}\n\n.cldy-cta .cldy-btn:hover {\n  background: var(--cldy-accent);\n  color: var(--cldy-white);\n}\n\n\/* ============================================\n   RESPONSIVE: Tablet & Mobile\n   ============================================ *\/\n\n\/* Tablet: 2\u00d72 grid for plan cards *\/\n@media (max-width: 960px) {\n  .cldy-plans-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .cldy-features-strip {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n\/* Mobile: Full card layout *\/\n@media (max-width: 640px) {\n  .cldy-plans-grid {\n    grid-template-columns: 1fr;\n    max-width: 420px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .cldy-features-strip {\n    grid-template-columns: 1fr;\n    max-width: 420px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  \/* \u2014\u2014\u2014 Table \u2192 Card transform \u2014\u2014\u2014 *\/\n  .cldy-compare-table,\n  .cldy-compare-table thead,\n  .cldy-compare-table tbody,\n  .cldy-compare-table tr,\n  .cldy-compare-table th,\n  .cldy-compare-table td {\n    display: block;\n  }\n\n  .cldy-compare-table caption {\n    display: block;\n    width: 100%;\n    font-size: 1.05rem;\n    padding: 1rem;\n    text-align: center;\n  }\n\n  .cldy-compare-table thead {\n    position: absolute;\n    width: 1px;\n    height: 1px;\n    overflow: hidden;\n    clip: rect(0, 0, 0, 0);\n    white-space: nowrap;\n    border: 0;\n  }\n\n  .cldy-compare-table tbody tr {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n    padding: 0.75rem 1rem;\n    border-bottom: 2px solid var(--cldy-border);\n    position: relative;\n  }\n\n  .cldy-compare-table tbody tr:hover {\n    background: transparent;\n  }\n\n  .cldy-compare-table .cldy-cat-row {\n    display: block;\n  }\n\n  .cldy-compare-table .cldy-cat-row td {\n    padding: 0.65rem 1rem;\n  }\n\n  .cldy-compare-table .cldy-cat-row td:not(:first-child) {\n    display: none;\n  }\n\n  .cldy-compare-table tbody tr:not(.cldy-cat-row) td:first-child {\n    grid-column: 1 \/ -1;\n    text-align: left;\n    padding: 0 0 0.4rem 0;\n    font-weight: 700;\n    font-size: 0.88rem;\n    color: var(--cldy-primary);\n    border-bottom: none;\n  }\n\n  .cldy-compare-table tbody tr:not(.cldy-cat-row) td:not(:first-child) {\n    text-align: left;\n    padding: 0.3rem 0;\n    font-size: 0.88rem;\n  }\n\n  .cldy-compare-table td::before {\n    display: inline;\n    font-weight: 600;\n    color: var(--cldy-text-light);\n    font-size: 0.78rem;\n    margin-right: 0.35rem;\n  }\n\n  .cldy-compare-table td:nth-child(2)::before { content: \"CloudWeb20: \"; }\n  .cldy-compare-table td:nth-child(3)::before { content: \"CloudWeb40: \"; }\n  .cldy-compare-table td:nth-child(4)::before { content: \"CloudWeb80: \"; }\n  .cldy-compare-table td:nth-child(5)::before { content: \"CloudWeb120: \"; }\n\n  .cldy-compare-table td.cldy-col-popular {\n    background: transparent;\n  }\n\n  .cldy-section {\n    padding: 1.5rem 1rem;\n  }\n\n  .cldy-hero {\n    padding: 2.5rem 1rem 2rem;\n  }\n}\n\n\/* \u2014\u2014\u2014 Buy Button Row \u2014\u2014\u2014 *\/\n.cldy-compare-table .cldy-buy-row td {\n  padding: 1rem 0.75rem;\n  background: var(--cldy-bg);\n  border-bottom: 2px solid var(--cldy-border);\n}\n\n.cldy-compare-table .cldy-buy-row td:first-child {\n  background: var(--cldy-bg);\n}\n\n.cldy-buy-btn {\n  display: inline-block;\n  padding: 0.55rem 1.2rem;\n  font-family: 'Hind', sans-serif;\n  font-size: 0.88rem;\n  font-weight: 600;\n  color: var(--cldy-white);\n  background: var(--cldy-primary);\n  border-radius: var(--cldy-radius-sm);\n  text-decoration: none;\n  transition: background 0.2s;\n}\n\n.cldy-buy-btn:hover {\n  background: var(--cldy-primary-dark);\n}\n\n.cldy-buy-btn--popular {\n  background: var(--cldy-accent);\n}\n\n.cldy-buy-btn--popular:hover {\n  background: #e55a0b;\n}\n<\/style>\n\n<div class=\"cldy-compare\">\n\n  <!-- Hero \/ Page Title -->\n  <section class=\"cldy-hero\">\n    <h1>Compare <span>Web Hosting<\/span> Plans<\/h1>\n    <p>SSD cloud hosting from our Singapore data centre. Every plan includes cPanel\u00ae, free SSL, daily backups, and 24\/7 support with a 99.9% uptime SLA.<\/p>\n  <\/section>\n\n  <!-- Detailed Comparison Table -->\n  <section class=\"cldy-section\">\n    <div class=\"cldy-section-header\">\n      <h2>Detailed Plan Comparison<\/h2>\n      <p>Every feature, side by side. All plans include Singapore hosting, cPanel, and 24\/7 support.<\/p>\n    <\/div>\n\n    <div class=\"cldy-table-wrap\">\n      <table class=\"cldy-compare-table\">\n        <caption>CLDY CloudWeb Hosting \u2014 Full Feature Comparison<\/caption>\n        <thead>\n          <tr>\n            <th scope=\"col\">Feature<\/th>\n            <th scope=\"col\">CloudWeb20<\/th>\n            <th scope=\"col\">CloudWeb40<\/th>\n            <th scope=\"col\">CloudWeb80<\/th>\n            <th scope=\"col\">CloudWeb120<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <!-- Buy Buttons (Top) -->\n          <tr class=\"cldy-buy-row\">\n            <td><\/td>\n            <td><a href=\"https:\/\/manage.cldy.com\/?category=Web%20Hosting&amp;product=CloudWeb20\" class=\"cldy-buy-btn cldy-buy-btn--popular\" rel=\"nofollow noopener\" target=\"_blank\">Buy CloudWeb20<\/a><\/td>\n            <td><a href=\"https:\/\/manage.cldy.com\/?category=Web%20Hosting&amp;product=CloudWeb40\" class=\"cldy-buy-btn cldy-buy-btn--popular\" rel=\"nofollow noopener\" target=\"_blank\">Buy CloudWeb40<\/a><\/td>\n            <td><a href=\"https:\/\/manage.cldy.com\/?category=Web%20Hosting&amp;product=CloudWeb80\" class=\"cldy-buy-btn cldy-buy-btn--popular\" rel=\"nofollow noopener\" target=\"_blank\">Buy CloudWeb80<\/a><\/td>\n            <td><a href=\"https:\/\/manage.cldy.com\/?category=Web%20Hosting&amp;product=CloudWeb120\" class=\"cldy-buy-btn cldy-buy-btn--popular\" rel=\"nofollow noopener\" target=\"_blank\">Buy CloudWeb120<\/a><\/td>\n          <\/tr>\n\n          <!-- Pricing -->\n          <tr class=\"cldy-cat-row\">\n            <td colspan=\"5\">Pricing<\/td>\n          <\/tr>\n          <tr>\n            <td>Monthly Price<\/td>\n            <td>From S$10.00<\/td>\n            <td>From S$14.40 <s style=\"font-size:0.85em;color:var(--cldy-text-light)\">S$24<\/s><\/td>\n            <td>From S$28.80 <s style=\"font-size:0.85em;color:var(--cldy-text-light)\">S$48<\/s><\/td>\n            <td>From S$43.20 <s style=\"font-size:0.85em;color:var(--cldy-text-light)\">S$72<\/s><\/td>\n          <\/tr>\n\n          <!-- Basic Features -->\n          <tr class=\"cldy-cat-row\">\n            <td colspan=\"5\">Basic Features<\/td>\n          <\/tr>\n          <tr>\n            <td>Domains Hosted<\/td>\n            <td>5<\/td>\n            <td>5<\/td>\n            <td>10<\/td>\n            <td>20<\/td>\n          <\/tr>\n          <tr>\n            <td>SSD Storage<\/td>\n            <td>20 GB<\/td>\n            <td>40 GB<\/td>\n            <td>80 GB<\/td>\n            <td>120 GB<\/td>\n          <\/tr>\n          <tr>\n            <td>RAM<\/td>\n            <td>1 GB<\/td>\n            <td>2 GB<\/td>\n            <td>2 GB<\/td>\n            <td>2 GB<\/td>\n          <\/tr>\n          <tr>\n            <td>Bandwidth<\/td>\n            <td>Unmetered<\/td>\n            <td>Unmetered<\/td>\n            <td>Unmetered<\/td>\n            <td>Unmetered<\/td>\n          <\/tr>\n          <tr>\n            <td>Control Panel<\/td>\n            <td>cPanel\u00ae<\/td>\n            <td>cPanel\u00ae<\/td>\n            <td>cPanel\u00ae<\/td>\n            <td>cPanel\u00ae<\/td>\n          <\/tr>\n          <tr>\n            <td>Data Centre<\/td>\n            <td>Singapore<\/td>\n            <td>Singapore<\/td>\n            <td>Singapore<\/td>\n            <td>Singapore<\/td>\n          <\/tr>\n          <tr>\n            <td>ISO 27001 Certified Facility<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n\n          <!-- Web Hosting -->\n          <tr class=\"cldy-cat-row\">\n            <td colspan=\"5\">Web Hosting<\/td>\n          <\/tr>\n          <tr>\n            <td>FTP Accounts<\/td>\n            <td>Unlimited<\/td>\n            <td>Unlimited<\/td>\n            <td>Unlimited<\/td>\n            <td>Unlimited<\/td>\n          <\/tr>\n          <tr>\n            <td>MySQL\/MariaDB Databases<\/td>\n            <td>10<\/td>\n            <td>10<\/td>\n            <td>20<\/td>\n            <td>40<\/td>\n          <\/tr>\n          <tr>\n            <td>Remote DB Access<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>phpMyAdmin<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>PHP 5\/7\/8<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Subdomains<\/td>\n            <td>Unlimited<\/td>\n            <td>Unlimited<\/td>\n            <td>Unlimited<\/td>\n            <td>Unlimited<\/td>\n          <\/tr>\n          <tr>\n            <td>400+ One-Click Apps<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>DNS Management<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Cron Jobs<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n\n          <!-- Email -->\n          <tr class=\"cldy-cat-row\">\n            <td colspan=\"5\">Email<\/td>\n          <\/tr>\n          <tr>\n            <td>Email Accounts<\/td>\n            <td>Unlimited<\/td>\n            <td>Unlimited<\/td>\n            <td>Unlimited<\/td>\n            <td>Unlimited<\/td>\n          <\/tr>\n          <tr>\n            <td>Mails\/Recipients per Hour<\/td>\n            <td>200<\/td>\n            <td>400<\/td>\n            <td>800<\/td>\n            <td>1,200<\/td>\n          <\/tr>\n          <tr>\n            <td>Email Aliases (cPanel Forwarder)<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Auto-Responder<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>SpamAssassin Filtering<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Optimized Email Delivery<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n          <tr>\n            <td>SPF\/DKIM\/DMARC Support<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>TLS Email Encryption<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Suspicious Login Alerts<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n\n          <!-- Security -->\n          <tr class=\"cldy-cat-row\">\n            <td colspan=\"5\">Security<\/td>\n          <\/tr>\n          <tr>\n            <td>FreeSSL (AutoSSL with Auto-Renewal)<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>TLS 1.2 &amp; 1.3 (Legacy Disabled)<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>HSTS Support<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Network Threat Filtering (Basic DDoS)<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Web Application Firewall (WAF)<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Imunify360 AI Threat Detection<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Auto Malware Removal<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>CageFS Account Isolation<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>IP Reputation Protection<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Brute-Force Protection<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Basic Bot Filtering<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>HardenedPHP<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>SecureLinks Symlink Protection<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Password Protected Directories<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Two-Factor Authentication (2FA)<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n\n          <!-- Performance & Backups -->\n          <tr class=\"cldy-cat-row\">\n            <td colspan=\"5\">Performance &amp; Backups<\/td>\n          <\/tr>\n          <tr>\n            <td>CloudLinux LVE Resource Limits<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Daily Auto Backups<\/td>\n            <td>14 copies<\/td>\n            <td>14 copies<\/td>\n            <td>14 copies<\/td>\n            <td>14 copies<\/td>\n          <\/tr>\n          <tr>\n            <td>Daily Remote Backups<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n\n          <!-- Support -->\n          <tr class=\"cldy-cat-row\">\n            <td colspan=\"5\">Support<\/td>\n          <\/tr>\n          <tr>\n            <td>Uptime SLA<\/td>\n            <td>99.9%<\/td>\n            <td>99.9%<\/td>\n            <td>99.9%<\/td>\n            <td>99.9%<\/td>\n          <\/tr>\n          <tr>\n            <td>24\/7 Support<\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n            <td><span class=\"cldy-check\" aria-label=\"Yes\">\u2713<\/span><\/td>\n          <\/tr>\n          <tr>\n            <td>Guaranteed Response<\/td>\n            <td>60 min<\/td>\n            <td>60 min<\/td>\n            <td>60 min<\/td>\n            <td>60 min<\/td>\n          <\/tr>\n\n          <!-- Buy Buttons (Bottom) -->\n          <tr class=\"cldy-buy-row\">\n            <td><\/td>\n            <td><a href=\"https:\/\/manage.cldy.com\/?category=Web%20Hosting&amp;product=CloudWeb20\" class=\"cldy-buy-btn cldy-buy-btn--popular\" rel=\"nofollow noopener\" target=\"_blank\">Buy CloudWeb20<\/a><\/td>\n            <td><a href=\"https:\/\/manage.cldy.com\/?category=Web%20Hosting&amp;product=CloudWeb40\" class=\"cldy-buy-btn cldy-buy-btn--popular\" rel=\"nofollow noopener\" target=\"_blank\">Buy CloudWeb40<\/a><\/td>\n            <td><a href=\"https:\/\/manage.cldy.com\/?category=Web%20Hosting&amp;product=CloudWeb80\" class=\"cldy-buy-btn cldy-buy-btn--popular\" rel=\"nofollow noopener\" target=\"_blank\">Buy CloudWeb80<\/a><\/td>\n            <td><a href=\"https:\/\/manage.cldy.com\/?category=Web%20Hosting&amp;product=CloudWeb120\" class=\"cldy-buy-btn cldy-buy-btn--popular\" rel=\"nofollow noopener\" target=\"_blank\">Buy CloudWeb120<\/a><\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <!-- Business Hosting Upsell -->\n  <section class=\"cldy-section\" style=\"text-align:center;padding-top:1rem;padding-bottom:2rem;\">\n    <p style=\"font-size:1.1rem;color:var(--cldy-text);margin:0;\">\n      <strong>I need a plan with more CPU and RAM.<\/strong>\n      <a href=\"https:\/\/www.cldy.com\/sg\/business-hosting-compare\/\" style=\"color:var(--cldy-primary);font-weight:600;text-decoration:none;margin-left:0.35rem;\">Go to our Business Web Hosting Compare Page \u2192<\/a>\n    <\/p>\n  <\/section>\n\n  <!-- FAQ Section -->\n  <section class=\"cldy-faq\" aria-label=\"Frequently asked questions\">\n    <div class=\"cldy-faq-inner\">\n      <h2>Frequently Asked Questions<\/h2>\n\n      <div class=\"cldy-faq-item\">\n        <details>\n          <summary>Where are CLDY's web hosting servers located?<\/summary>\n          <div class=\"cldy-faq-answer\">\n            <p>All CLDY web hosting servers are located in a Tier-III data centre in Singapore, delivering ultra-low latency for visitors in Singapore and across Southeast Asia. This makes CLDY an ideal choice for businesses targeting the APAC region.<\/p>\n          <\/div>\n        <\/details>\n      <\/div>\n\n      <div class=\"cldy-faq-item\">\n        <details>\n          <summary>What control panel does CLDY web hosting use?<\/summary>\n          <div class=\"cldy-faq-answer\">\n            <p>Every CLDY web hosting plan includes cPanel\u00ae, the industry-standard control panel that makes it easy to manage your websites, email accounts, databases, file manager, DNS zones, and more through an intuitive web interface. No technical expertise required.<\/p>\n          <\/div>\n        <\/details>\n      <\/div>\n\n      <div class=\"cldy-faq-item\">\n        <details>\n          <summary>Does CLDY web hosting include free SSL certificates?<\/summary>\n          <div class=\"cldy-faq-answer\">\n            <p>Yes. All CLDY web hosting plans include SSL\/TLS certificates at no extra cost. Your websites are secured with 256-bit encryption to protect visitor data and improve your Google search ranking. SSL is essential for both security and SEO.<\/p>\n          <\/div>\n        <\/details>\n      <\/div>\n\n      <div class=\"cldy-faq-item\">\n        <details>\n          <summary>How does CLDY handle backups?<\/summary>\n          <div class=\"cldy-faq-answer\">\n            <p>CLDY performs daily automatic backups and retains 14 copies at all times. In addition, daily remote backups are stored off-site for disaster recovery. You can restore individual files, databases, or email accounts at any time through your cPanel dashboard.<\/p>\n          <\/div>\n        <\/details>\n      <\/div>\n\n      <div class=\"cldy-faq-item\">\n        <details>\n          <summary>What kind of security does CLDY web hosting provide?<\/summary>\n          <div class=\"cldy-faq-answer\">\n            <p>CLDY web hosting includes multi-layered security at no additional cost: network threat filtering, IP reputation filtering, automatic malware scanning and removal, password-protected directories, SSL\/TLS encryption, and SpamAssassin email filtering. Your sites are protected from day one.<\/p>\n          <\/div>\n        <\/details>\n      <\/div>\n\n      <div class=\"cldy-faq-item\">\n        <details>\n          <summary>Can I host WordPress on CLDY web hosting?<\/summary>\n          <div class=\"cldy-faq-answer\">\n            <p>Absolutely. CLDY hosting plans include 400+ one-click installable applications via Softaculous, including WordPress, WooCommerce, Magento, OpenCart, Joomla, and Drupal. WordPress can be installed in under a minute directly from your cPanel dashboard.<\/p>\n          <\/div>\n        <\/details>\n      <\/div>\n\n      <div class=\"cldy-faq-item\">\n        <details>\n          <summary>What is CLDY's uptime guarantee?<\/summary>\n          <div class=\"cldy-faq-answer\">\n            <p>CLDY guarantees 99.9% network uptime backed by a formal Service Level Agreement (SLA). Our Singapore data centre infrastructure features redundant power supplies, cooling systems, and network connectivity to ensure your websites stay online.<\/p>\n          <\/div>\n        <\/details>\n      <\/div>\n\n      <div class=\"cldy-faq-item\">\n        <details>\n          <summary>What is the difference between CloudWeb20 and CloudWeb120?<\/summary>\n          <div class=\"cldy-faq-answer\">\n            <p>CloudWeb20 (from S$10\/mo) is ideal for small businesses and personal websites \u2014 it supports 5 domains with 20 GB SSD storage, 1 GB RAM, and 10 MySQL\/MariaDB databases. CloudWeb120 (from S$43.20\/mo) is designed for agencies and businesses managing multiple websites \u2014 it supports 20 domains with 120 GB SSD storage, 2 GB RAM, and 40 databases. Both plans share the same robust security, daily backups, cPanel control panel, and 24\/7 support.<\/p>\n          <\/div>\n        <\/details>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- Bottom CTA -->\n  <section class=\"cldy-cta\">\n    <h2>Ready to Launch Your Website in Singapore?<\/h2>\n    <p>Get started with SSD cloud hosting, free SSL, daily backups, and 24\/7 expert support \u2014 all from our Singapore data centre.<\/p>\n    <a href=\"https:\/\/www.cldy.com\/sg\/web-hosting\/\" class=\"cldy-btn\">View All Hosting Plans<\/a>\n  <\/section>\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Compare Web Hosting Plans SSD cloud hosting from our Singapore data centre. Every plan includes cPanel\u00ae, free SSL, daily backups, and 24\/7 support with a 99.9% uptime SLA. Detailed Plan Comparison Every feature, side by side. All plans include Singapore hosting, cPanel, and 24\/7 support. CLDY CloudWeb Hosting \u2014 Full Feature Comparison Feature CloudWeb20 CloudWeb40 [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":15199,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-8838","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/www.cldy.com\/sg\/wp-json\/wp\/v2\/pages\/8838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cldy.com\/sg\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.cldy.com\/sg\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.cldy.com\/sg\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cldy.com\/sg\/wp-json\/wp\/v2\/comments?post=8838"}],"version-history":[{"count":160,"href":"https:\/\/www.cldy.com\/sg\/wp-json\/wp\/v2\/pages\/8838\/revisions"}],"predecessor-version":[{"id":26593,"href":"https:\/\/www.cldy.com\/sg\/wp-json\/wp\/v2\/pages\/8838\/revisions\/26593"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cldy.com\/sg\/wp-json\/wp\/v2\/media\/15199"}],"wp:attachment":[{"href":"https:\/\/www.cldy.com\/sg\/wp-json\/wp\/v2\/media?parent=8838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}