goldenstarkeycap.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://goldenstarkeycap.com/
Effective URL: https://goldenstarkeycap.com/
Submission: On March 11 via api from US — Scanned from CA

Form analysis 4 forms found in the DOM

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

GET /search

<form x-ref="searchForm" action="/search" method="get" role="search" @submit="onFormSubmit" "="">
    <div class=" relative">
  <input id="header-search" type="search" name="q" value="" class="header-search-input pl-9 py-2 placeholder:text-scheme-text font-secondary w-full border-0 shadow-none bg-transparent" placeholder="Search" aria-expanded="false"
    aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" x-ref="input" x-model="rawQuery"
    @input.debounce.300="onChange" @focus="onFocus">
  <label class="visually-hidden" for="header-search">Search</label>
  <input type="hidden" name="options[prefix]" value="last"><button class="absolute left-0 top-1/2 transform -translate-y-1/2 p-1" aria-label="Search">
    <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
  </button>
  <button @click="close(true,true)" class="block p-1 absolute right-0 top-1/2 transform -translate-y-1/2" type="button">
    <span class="visually-hidden">Close (esc)</span>
    <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M46 2L2 46" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L2 2" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg></span>
  </button>
  </div>
  <div id="predictiveSearchResults" :class="{'opacity-0': !isOpen }" tabindex="-1"
    class="bg-scheme-background text-scheme-text pb-5 lg:pb-10 px-section absolute left-0 right-0 z-50 max-h-three-quarters-screen-height overflow-hidden overflow-y-auto opacity-0">
    <template x-if="loading &amp;&amp; !results">
      <div class="w-6 h-6 mx-auto" data-predictive-loading="">
        <div class="loading"></div>
      </div>
    </template>
    <template x-if="isOpen">
      <div x-ref="results">
      </div>
    </template>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /contact#FooterNewsletter

<form method="post" action="/contact#FooterNewsletter" id="FooterNewsletter" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="lg:flex items-center justify-center">
    <input type="hidden" name="contact[tags]" value="newsletter">
    <label for="NewsletterForm-footer" class="sr-only"> Email Address </label>
    <div class=" w-full lg:mr-2 flex-grow">
      <input id="NewsletterForm-footer" type="email" name="contact[email]" class="input--background input-group-field w-full placeholder:text-scheme-text text-scheme-text border-scheme-text" value="" autocorrect="off" autocapitalize="off"
        autocomplete="email" placeholder="email@example.com" required="">
    </div>
    <button type="submit" class="push-btn push-btn--pop w-full lg:w-auto mt-2.5 lg:mt-0" name="commit" id="Subscribe-footer">
      <span class="push-btn-surface w-full">Subscribe</span>
    </button>
  </div>
</form>

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

Text Content

Skip to content


 * Home
 * Raffle
 * Pre-Order
    * [Pre-Order] GSK x TGR 910 Extra Accessories
   
   
 * Blog
 * Our Story
 * QA
 * FAQ

Menu
Menu


MAIN MENU

 * Home
 * Raffle
 * Pre-Order
 * Blog
 * Our Story
 * QA
 * FAQ

 * Log in
 * Create account


MAIN MENU

Close (esc)
 * Home
 * Raffle
 * Pre-Order
 * Blog
 * Our Story
 * QA
 * FAQ

 * Log in
 * Create account

Search Search
Log in
Search our site
Search Close (esc)

Cart items
Cart items


 * GSK X TGR 910 EXTRA ACCESSORIES
   
   Pre-Order
   
   
   GSK X TGR 910 EXTRA ACCESSORIES
   
   Pre-Order




ABOUT US

GSK is a team of artisan keycap makers based in Vietnam. Click to learn how we
came to be, and why we are so passionate about what we do.

our story



OUR COMMITMENT TO QUALITY

learn more


CONNECT WITH US

 * 
 * 
 * 


@goldenstar_keycap

--------------------------------------------------------------------------------

Clear the center stage, for the mythical child of the night is in the house!
Check my Bio #Goldenstarkeycap #GSK #keyboardwarrior #mechanicalkeyboard
#keycaps #keycap #keyboard #cherrymx #cherryprofile #artisankeycaps
#customkeycaps #deskthority #keyclackers #customkeycap #vietnamkeyboardgroup
March 10 • View on Instagram
@goldenstar_keycap

--------------------------------------------------------------------------------

Don’t let its petite appearance fool you, Nawa can punch way above its weight.
Check my Bio #Goldenstarkeycap #GSK #keyboardwarrior #mechanicalkeyboard
#keycaps #keycap #keyboard #cherrymx #cherryprofile #artisankeycaps
#customkeycaps #deskthority #keyclackers #customkeycap #vietnamkeyboardgroup
March 9 • View on Instagram
@goldenstar_keycap

--------------------------------------------------------------------------------

Bara in his natural environment. Total badassery. Check my Bio #Goldenstarkeycap
#GSK #keyboardwarrior #mechanicalkeyboard #keycaps #keycap #keyboard #cherrymx
#cherryprofile #artisankeycaps #customkeycaps #deskthority #keyclackers
#customkeycap #vietnamkeyboardgroup
March 8 • View on Instagram
@goldenstar_keycap

--------------------------------------------------------------------------------

Why choose between brain and brawn, when you can have both? Sokratis the wise is
ready to give everyone an adrenalin rush today! Check my Bio #Goldenstarkeycap
#GSK #keyboardwarrior #mechanicalkeyboard #keycaps #keycap #keyboard #cherrymx
#cherryprofile #artisankeycaps #customkeycaps #deskthority #keyclackers
#customkeycap #vietnamkeyboardgroup
March 7 • View on Instagram
@goldenstar_keycap

--------------------------------------------------------------------------------

Wooloo has always been considered a tame member of the gang, but when the
spotlight is on her, she won’t be afraid to rock, hard! Check my Bio
#Goldenstarkeycap #GSK #keyboardwarrior #mechanicalkeyboard #keycaps #keycap
#keyboard #cherrymx #cherryprofile #artisankeycaps #customkeycaps #deskthority
#keyclackers #customkeycap #vietnamkeyboardgroup
March 6 • View on Instagram
@goldenstar_keycap

--------------------------------------------------------------------------------

When life gives you lemon, you make heavy metal! Check my Bio #Goldenstarkeycap
#GSK #keyboardwarrior #mechanicalkeyboard #keycaps #keycap #keyboard #cherrymx
#cherryprofile #artisankeycaps #customkeycaps #deskthority #keyclackers
#customkeycap #vietnamkeyboardgroup
March 5 • View on Instagram
@goldenstar_keycap

--------------------------------------------------------------------------------

At least a dozen consumed bags of Cheetos Puffs were found at the scene of
creating this wild colorway. Check my Bio #Goldenstarkeycap #GSK
#keyboardwarrior #mechanicalkeyboard #keycaps #keycap #keyboard #cherrymx
#cherryprofile #artisankeycaps #customkeycaps #deskthority #keyclackers
#customkeycap #vietnamkeyboardgroup
March 3 • View on Instagram
@goldenstar_keycap

--------------------------------------------------------------------------------

We have a hunger. A hunger for strawberry milk. Check my Bio #Goldenstarkeycap
#GSK #keyboardwarrior #mechanicalkeyboard #keycaps #keycap #keyboard #cherrymx
#cherryprofile #artisankeycaps #customkeycaps #deskthority #keyclackers
#customkeycap #vietnamkeyboardgroup
February 26 • View on Instagram
@goldenstar_keycap

--------------------------------------------------------------------------------

Our love letter to the iconic Korean seasonal drink. Stay sweet and fresh! Check
my Bio #Goldenstarkeycap #GSK #keyboardwarrior #mechanicalkeyboard #keycaps
#keycap #keyboard #cherrymx #cherryprofile #artisankeycaps #customkeycaps
#deskthority #keyclackers #customkeycap #vietnamkeyboardgroup
February 25 • View on Instagram
@goldenstar_keycap

--------------------------------------------------------------------------------

Year of the Dracorn Sale Let’s kick off the Year of the Dragon with a big bang!
Here’s a limited fulfillment sale for six exclusive Dragon-inspired caps that
will bring you good luck, vitality and prosperity in this new year. Please read
this information very carefully before entering the form: Check my Bio
#Goldenstarkeycap #GSK #keyboardwarrior #mechanicalkeyboard #keycaps #keycap
#keyboard #cherrymx #cherryprofile #artisankeycaps #customkeycaps #deskthority
#keyclackers #customkeycap #vietnamkeyboardgroup
February 16 • View on Instagram
@goldenstar_keycap

--------------------------------------------------------------------------------

Here's a cap with the power to make you feel in love all over again
(effectiveness may vary on a case-by-case basis). Check my Bio #Goldenstarkeycap
#GSK #keyboardwarrior #mechanicalkeyboard #keycaps #keycap #keyboard #cherrymx
#cherryprofile #artisankeycaps #customkeycaps #deskthority #keyclackers
#customkeycap #vietnamkeyboardgroup
February 14 • View on Instagram
@goldenstar_keycap

--------------------------------------------------------------------------------

The noble and majestic King Ace, who ruled the land with compassion, wisdom and
justice. A true beacon of peace and common prosperity, but also a brilliant
battle strategist when called upon. Check my Bio #Goldenstarkeycap #GSK
#keyboardwarrior #mechanicalkeyboard #keycaps #keycap #keyboard #cherrymx
#cherryprofile #artisankeycaps #customkeycaps #deskthority #keyclackers
#customkeycap #vietnamkeyboardgroup
February 6 • View on Instagram


GSK BLOG


 * PRE-RAFFLE 910 UPDATE
   
   January 22, 2024
   
   By Kurt Le
   
   We're finally there! It has taken us a lot more time than expected to get
   everything ready for the release since our last update from July, but the
   wait is worth it.  The holdup was mainly associated with our decision...


 * THE CHAINSAW BAND
   
   September 20, 2023
   
   By Kurt Le
   
   I have to admit, I wasn't closely following the Chainsaw Man franchise until
   the idea of making special artisan sculpts inspired by it was pitched to
   me. There is simply too much good stuff out there to watch, with too little
   time,...


 * GSK X HUNGERWORK COLLABORATION
   
   August 16, 2023
   
   By Kurt Le
   
   I have been in the artisan keycap landscape for so long, and certainly long
   enough to understand the most gratifying part of all this is being able
   to actively engage in and make meaningful contributions to this unique
   community. People used to tell...


 * THE BIG 910 UPDATE
   
   July 24, 2023
   
   By The Lone Penman
   
   After months of work, we're finally close to the finish line. For those who
   are still unfamiliar with the project, more than a year ago we initiated the
   idea of making a GSK-custom version of the TGR 910, designed by...


 * IT'S TOPRE TUESDAY!
   
   July 04, 2023
   
   By The Lone Penman
   
   Ahhh, the pinnacle of rubber dome goodness that is Topre. In this day and age
   when MX-style mechanical switches are by far the dominant force regarding
   popularity, Topre still represents a remarkable niche amongst a respectable
   number of users. I...


 * EL MUNDO DE LOS MUERTOS
   
   July 02, 2023
   
   By The Lone Penman
   
   Mictlán is one our absolute favorite keyset colorways ever, and it has given
   us a wealth of ideas for our various artisan keycap lineups over the past
   months. The concept of highlighting a local tradition on a global platform
   aligns...

Read more
 * Facebook
 * Instagram
 * Email

 * Privacy Policy
 * Shipping & Return
 * Terms of Service
 * Contact Us
 * About Us


SIGN UP TO OUR NEWSLETTER

Email Address

Subscribe

© 2024, Golden Star Keycap.




 * Choosing a selection results in a full page refresh.
 * Press the space key then arrow keys to make a selection.






YOUR CART -

Close (esc)

Your cart is currently empty.

TODO: $0.00 USD





MAIN MENU

Close (esc)
 * Home
 * Raffle
 * Pre-Order
 * Blog
 * Our Story
 * QA
 * FAQ

 * Log in
 * Create account

Search Search


YOUR CART - 0 ITEMS

Close (esc)

Your cart is currently empty.

TODO: $0.00 USD