store.chuwi.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://store.chuwi.com/
Effective URL: https://store.chuwi.com/
Submission: On January 11 via api from US — Scanned from CA

Form analysis 5 forms found in the DOM

GET /search

<form action="/search" method="get" role="search" id="HeaderSearchForm" class="site-header__search-form" autocomplete="off" data-hs-cf-bound="true">
  <input type="search" name="q" value="" placeholder="Search our store" class="site-header__search-input" aria-label="Search our store">
  <input type="hidden" name="type" value="product,article,page,collection">
  <input type="hidden" name="options[prefix]" value="last">
  <button type="button" id="SearchClear" class="text-link site-header__search-btn">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
      <path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"></path>
    </svg>
    <span class="icon__fallback-text">"Close (esc)"</span>
  </button>
  <button type="submit" class="text-link site-header__search-btn site-header__search-btn--submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
      <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
</form>

POST /cart

<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents" data-hs-cf-bound="true">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="h2 drawer__title">Your Cart</div>
      <div class="drawer__close">
        <button type="button" class="drawer__close-button js-drawer-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close cart</span>
        </button>
      </div>
    </div>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2">
        <div class="cart__items" data-count="0" data-cart-subtotal="0">
        </div>
      </div>
    </div>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div data-discounts="">
        <div class="cart__discounts cart__item-sub cart__item-row hide">
          <div>Discounts</div>
          <div>
          </div>
        </div>
      </div>
      <div class="cart__item-sub cart__item-row">
        <div class="ajaxcart__subtotal">Subtotal</div>
        <div data-subtotal=""><span class="money buckscc-converted buckscc-money" bucks-original="$0.00" bucks-init="0.00" bucks-currency="CAD" bucks-current="$0.00">$0.00</span></div>
      </div>
      <div class="cart__item-row text-center">
        <small> Shipping, taxes, and discount codes calculated at checkout.<br>
        </small>
      </div>
      <div class="cart__checkout-wrapper">
        <style data-shopify="">
          #CartDrawer .cart__checkout-wrapper .cart__shopping-continue-btn {
            padding: 11px 20px;
            border-radius: 10px;
            background: #ababab;
          }

          #CartDrawer .cart__checkout-wrapper .cart__shopping-continue-btn a {
            display: inline-block;
            width: 100%;
            text-align: center;
            color: var(--colorBtnPrimaryText);
          }
        </style>
        <p class="cart__shopping-continue-btn"><a href="/">Continue shopping</a></p>
        <button type="submit" name="checkout" data-terms-required="false" class="btn cart__checkout"> Check out </button>
      </div>
    </div>
  </div>
  <div class="drawer__cart-empty appear-animation appear-delay-2 empty_info">
    <div class="drawer__scrollable"> Your cart is currently empty. <p><a href="/">Continue shopping</a></p>
    </div>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search" id="HeaderSearchForm" class="site-header__search-form" data-hs-cf-bound="true">
  <button type="submit" class="text-link site-header__search-btn site-header__search-btn--submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
      <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
  <input type="search" name="q" value="" placeholder="Search our store" class="site-header__search-input" aria-label="Search our store">
  <input type="hidden" name="type" value="product,article,page,collection">
  <input type="hidden" name="options[prefix]" value="last">
</form>

POST /contact#newsletter-newsletter-popup

<form method="post" action="/contact#newsletter-newsletter-popup" id="newsletter-newsletter-popup" accept-charset="UTF-8" class="contact-form" data-hs-cf-bound="true"><input type="hidden" name="form_type" value="customer"><input type="hidden"
    name="utf8" value="✓">
  <label for="Email-newsletter-popup" class="hidden-label">Enter your email</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="popup">
  <div class="input-group newsletter__input-group">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-newsletter-popup" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off">
    <div class="input-group-btn">
      <div></div><button type="submit" class="btn g-recaptcha" name="commit">
        <span class="form__submit--large">SUBSCRIBE</span>
        <span class="form__submit--small">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-arrow-right" viewBox="0 0 50 15">
            <path d="M0 9.63V5.38h35V0l15 7.5L35 15V9.63z"></path>
          </svg>
        </span>
      </button>
    </div>
  </div>
</form>

POST /contact#newsletter-foot-newsletter

<form method="post" action="/contact#newsletter-foot-newsletter" id="newsletter-foot-newsletter" accept-charset="UTF-8" class="contact-form" data-hs-cf-bound="true"><input type="hidden" name="form_type" value="customer"><input type="hidden"
    name="utf8" value="✓">
  <label for="Email-foot-newsletter" class="hidden-label">Enter your email</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="section">
  <div class="input-group newsletter__input-group">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-foot-newsletter" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off">
    <div class="input-group-btn">
      <button type="submit" class="btn g-recaptcha" name="commit">
        <span class="form__submit--large">SUBSCRIBE</span>
        <span class="form__submit--small">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-arrow-right" viewBox="0 0 50 15">
            <path d="M0 9.63V5.38h35V0l15 7.5L35 15V9.63z"></path>
          </svg>
        </span>
      </button>
    </div>
  </div>
</form>

Text Content

Skip to content


CHUWI GLOBAL STORE

Close menu
"Close (esc)" Search
 * Laptop
   
      Explore All
    * MiniBook X 2023
    * GemiBook XPro
    * CoreBook X
    * FreeBook N100
    * Freebook Intel i3-1215U

 * Tablet PC
   
      Explore All
    * UBook X 2023
    * Hi10 XPro

 * Mini PC
   
      Explore All
    * LarkBox X 2023
    * CoreBox 4th
    * HeroBox
    * CoreBox 5th

 * Accessories
 * Featured
   
    * New Arrival
    * Best Sellers

 * Support
   
    * Support Center
    * Order Tracking
    * User Manual
    * FAQs
    * Return & Warranty Policy
    * Shipping & Delivery
    * About Klarna

 * About Us
   
    * Brand Story
    * Blog
    * Video Center
    * Contact Us

 * Log in

 * Instagram
 * Facebook
 * YouTube
 * Twitter
 * TikTok

English/ USD
Language:
English
繁體中文 English Français Deutsch Italiano 日本語 한국어 Português Русский Español
Currency:
USDEURGBPJPYKRWRUBTWD

CAD

 * 
   Auto Location
 * 
   USD
 * 
   EUR
 * 
   GBP
 * 
   JPY
 * 
   KRW
 * 
   RUB
 * 
   TWD

Your Cart
Close cart
Discounts

Subtotal
$0.00
Shipping, taxes, and discount codes calculated at checkout.


Continue shopping

Check out
Your cart is currently empty.

Continue shopping

 * 📢 【Minibook X】on sale
 * 🚀 Support Shipping to the UK
 * 📢 【Minibook X】on sale


CHUWI GLOBAL STORE

 * Laptop
   
   Explore All
   
   MiniBook X 2023
   
   GemiBook XPro
   
   CoreBook X
   
   FreeBook N100
   
   Freebook Intel i3-1215U

 * Tablet PC
   
   Explore All
   
   UBook X 2023
   
   Hi10 XPro

 * Mini PC
   
   Explore All
   
   LarkBox X 2023
   
   CoreBox 4th
   
   HeroBox
   
   CoreBox 5th

 * Accessories
 * Featured
   * New Arrival
   * Best Sellers
 * Support
   * Support Center
   * Order Tracking
   * User Manual
   * FAQs
   * Return & Warranty Policy
   * Shipping & Delivery
   * About Klarna
 * About Us
   * Brand Story
   * Blog
   * Video Center
   * Contact Us

English/ USD
Language:
English
繁體中文 English Français Deutsch Italiano 日本語 한국어 Português Русский Español
Currency:
USDEURGBPJPYKRWRUBTWD

CAD

 * 
   Auto Location
 * 
   USD
 * 
   EUR
 * 
   GBP
 * 
   JPY
 * 
   KRW
 * 
   RUB
 * 
   TWD

Log in results for "{{ terms }}" Site navigation Cart
GLB
 * Global
   * Other countries or region
 * United States
   
 * Japan
   
 * Europe
   *For European Countries' Customers

Search
"Close (esc)"
View more


SIGN UP FOR NEWSLETTER

Be the first to receive CHUWI STORE's the latest news, knowledge boom and
exclusive deals!

Enter your email

SUBSCRIBE
Continue Visiting Store
"Close (esc)"
"Close (esc)"
It seems you're in % country %.Redirect to % storename % to see the content
specific to your location and shop online.
Yes,Please No,Thanks
現在、 % country %.にお住まいでしょうか?% storename % にリダイレクトすると、日本向けのスペシャルコンテンツが見られます。CHUWI
JP Storeで楽しみショッピングしてください。
はい、入ります いいえ、結構です
Parece que estás en % country %. Redirigir a % storename % para ver el contenido
específico de tu ubicación.
sí,por favor No,gracias
Es scheint, dass sich Ihr Standort derzeit in % country % befindet. Bitte lassen
Sie sich zu % storename % weiterleiten, um auf Inhalte zugreifen zu können, die
für Ihre Region spezifisch sind.
Ja, bitte. Nein danke.
Parece que você está atualmente localizado em % country %. Por favor, seja
redirecionado para % storename % para acessar o conteúdo específico da sua
região.
Sim, por favor. Não, obrigado.
Похоже, что ваше текущее местоположение - % country %. Пожалуйста, перейдите на
% storename %, чтобы получить доступ к контенту, специфическому для вашего
региона.
Да, пожалуйста. Нет, спасибо.
Sembra che tu sia attualmente situato in % country %. Sii gentile e fai il
redirezionamento a % storename % per accedere ai contenuti specifici per la tua
regione.
Sì, per favore. No, grazie.


CHUWI OFFICIAL STORE- SMART TECH, WISE LIFE – CHUWI


HI10 XPRO

ALL THE VERSATILITY
IN A STANDOUT

Price:
$132.46
Learn More


GEMIBOOK PLUS

STAY PRODUCTIVE AND ENTERTAINED EVERY DAY

Price:
$400.04
Learn More



LARKBOX X 2023

12TH GEN INTEL N100 PROCESSOR

Learn More


COREBOX 5TH

FEEL THE PULSE OF YOUR GAMING

Price:
$667.63
Get It Now



MINIBOOK XN100

FREEDOM TO TAKE ANYWHERE UMPC

Price:

Learn More


HI10 XPRO

ALL THE VERSATILITY
IN A STANDOUT

Price:
$132.46
Learn More


GEMIBOOK PLUS

STAY PRODUCTIVE AND ENTERTAINED EVERY DAY

Price:
$400.04
Learn More






WHAT'S TRENDING

New ArrivalBest Seller
MiniBook X N100 10.51" Grey | Pink

$493.70
Sale

Corebox 5th Intel Core 13500H Processor

Regular price $707.77 Sale price$667.63
Sale

GemiBook Plus 15.6 inch | 16GB LPDDR5+512GB SSD

Regular price $480.32 Sale price$400.04
Sale

HeroBox 2023 N100

Regular price $266.25 Sale price$212.73
Sale

Hi10 XPro Android 13 4G LTE

Regular price $266.25 Sale price$132.46
MiniBook X N100 10.51" Grey | Pink

$493.70
Sale

Corebox 5th Intel Core 13500H Processor

Regular price $707.77 Sale price$667.63
Sale

GemiBook Plus 15.6 inch | 16GB LPDDR5+512GB SSD

Regular price $480.32 Sale price$400.04
Sale

HeroBox 2023 N100

Regular price $266.25 Sale price$212.73
Sale

Hi10 XPro Android 13 4G LTE

Regular price $266.25 Sale price$132.46


Sale

HeroBook Pro 14.1'' IPS 256GB SSD

Regular price $468.26 Sale price$293.01
Sold Out

UBook XPro 2023 2K i5-10210Y

Regular price $614.11 Sale price$533.83
UBook X 12" Intel i5-10210Y

$400.04
Sale

HeroBook Pro 14.1'' IPS 256GB SSD

Regular price $468.26 Sale price$293.01
Sold Out

UBook XPro 2023 2K i5-10210Y

Regular price $614.11 Sale price$533.83
UBook X 12" Intel i5-10210Y

$400.04




PRODUCTS

LaptopTabletMini PC


FREEBOOK

360° Flip 2-in-1 2K 13.5 Inches Touch Screen

$440.18 $573.97
Buy Now

Sale

CoreBook X 14 inch i5-1235U/I3-1215U

Regular price $734.52 Sale price$533.83
Sale

GemiBook XPro intel 12th N100 14.1"

Regular price $400.04 Sale price$333.14
Sale

HeroBook Pro 14.1'' IPS 256GB SSD

Regular price $468.26 Sale price$293.01
Learn More >
View All Laptops
Sale

CoreBook X 14 inch i5-1235U/I3-1215U

Regular price $734.52 Sale price$533.83
Sale

GemiBook XPro intel 12th N100 14.1"

Regular price $400.04 Sale price$333.14
Sale

HeroBook Pro 14.1'' IPS 256GB SSD

Regular price $468.26 Sale price$293.01




HIPAD XPRO

10.5 Inches FHD Screen Android 12 Dual 4G LTE

$172.59 $400.04
Buy Now

UBook X 12" Intel i5-10210Y

$400.04
Sale

Hi10 XPro Android 13 4G LTE

Regular price $266.25 Sale price$132.46
Sale

HiPad XPro 10.5" Android 12

Regular price $400.04 Sale price$172.59
Learn More >
View All Tablets
UBook X 12" Intel i5-10210Y

$400.04
Sale

Hi10 XPro Android 13 4G LTE

Regular price $266.25 Sale price$132.46
Sale

HiPad XPro 10.5" Android 12

Regular price $400.04 Sale price$172.59




COREBOX 5TH

Intel Core 13500H, 16GB+512GB

$667.63 $707.77
Buy Now

Sale

CoreBox 4th intel Core i3/i5 Processor

Regular price $667.63 Sale price$400.04
Sale

LarkBox X 2023 Intel N100

Regular price $346.52 Sale price$226.11
Sale

HeroBox 2023 N100

Regular price $266.25 Sale price$212.73
Learn More >
View All Mini PCs
Sale

CoreBox 4th intel Core i3/i5 Processor

Regular price $667.63 Sale price$400.04
Sale

LarkBox X 2023 Intel N100

Regular price $346.52 Sale price$226.11
Sale

HeroBox 2023 N100

Regular price $266.25 Sale price$212.73


ABOUT CHUWI

Innovation, Technology, High Quality And Cost-effective
Learn More>


WHAT OTHERS SAY

“In conclusion, the GemiBook Pro is a great laptop if you want a subjectively,
superb, superlative display with a higher-than-average resolution and a 3:2
aspect ratio, great for spreadsheets and presentations as a business laptop.”

“It gets significantly brighter than most entry level devices from smaller
brands, and it offers excellent viewing angles and color accuracy.”





“At the 16:9 aspect ratio, the display is ideal for playing movies and videos
and the quality of the display is just gorgeous. Combined with the surprisingly
clear and powerful dual speakers, movie playback is a joy.”








NEWSROOM

Learn More
CHUWI Rings in the New Year with Unmissable Deals in Its Exclusive New Year Sale
Read More
2023-12-28 16:28:48
CHUWI Christmas Sale: Up to 46% Off from Dec. 16
Read More
2023-12-16 16:42:22
CHUWI Black Friday Sale Kicks Off on Nov 10
Read More
2023-11-11 09:38:32
Fight and Fly: Chuwi Ubook X/XPro Detachable Takes A Leap in Performance
Read More
2023-09-08 16:20:22
Chuwi CoreBox 5th Mini PC: A Powerful and Versatile Solution for the Modern
Office
Read More
2023-09-25 17:50:47
Chuwi Introduces the Versatile UBook X 2023 Laptop with Windows 11 and a
Powerful Processor
Read More
2023-09-15 15:26:30
Keep Informed About Our Products And News Here
Read More
2023-04-01 18:17:33
Chuwi CoreBook X 2023: New model released with Intel Core i3-1215U
Read More
2023-04-23 11:01:24
Chuwi's MiniBook X is Officially Launched with a Price of Only $549!
Read More
2023-04-18 19:32:20


WHY BUY FROM THE CHUWI STORE?

Fast & Free Shipping
Get Free Shipping on Orders Over $130
Global Delivery
Select From Global Warehouses for Shipping
Warranty Protection
All Products Come with a Free One-year Warranty
Secure Payments
Enjoy Secure Payments Guaranteed on Our Website
Multi-channel Support
Contact Us Through Email, Social Media, or Free Online Service
Earn Commission
Join ShareAsale as a KOL And Start Earning

Sign Up For Newsletter

Sign up to receive emails from CHUWI Store about products, news and promotions
(including offers and discounts).

Enter your email
SUBSCRIBE


Shop

Shop
 * Tablet
 * Laptops
 * Mini PC
 * Best Sellers
 * Accessories

Support & Policy

Support & Policy
 * FAQs
 * Support Center
 * Order Tracking
 * About Klarna
 * User Manual
 * Shipping & Delivery
 * Return & Warranty Policy

Explore

Explore
 * Blog
 * Forum
 * Video Center
 * Video Blogger Review

About Us

About Us
 * Contact Us
 * Brand Story

Quality products don't always require a high price. Everyone has the opportunity
to enjoy the pleasures of technology.

 * Instagram
 * Facebook
 * YouTube
 * Twitter
 * TikTok

 * PayPal
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

© 2024 CHUWI Global Store Privacy Policy Terms Of Service



"Close (esc)"









undefined
undefined
undefined

Get notified when back in stock
Subscribe