About The Supplement Manufacturer

Gummies Manufacturing, Capsule Manufacturing, Tablet Manufacturing, Powder Manufacturing — Low MOQ, High Customization


Shenzhen Gothink Biotech Co., Ltd. is one of China’s leading dietary supplement manufacturers, offering comprehensive OEM/ODM services. Our one-stop solutions include product consultation, formula development, custom design, manufacturing, packaging, and marketing support, helping global health brands grow from concept to market.

We are certified with ISO9001, ISO22000, HACCP, FDA, HALAL, GMP, KOSHER, and Vegan, ensuring world-class quality and regulatory compliance. Our production facilities include a 100,000-grade purification workshop and a 10,000-grade pharmaceutical-grade R&D laboratory, strictly following pharmaceutical GMP standards.

We specialize in a wide range of custom manufacturing services, including:Gummy supplement manufacturing、Capsule manufacturing、Tablet manufacturing、Powder supplement manufacturing、Liquid supplement manufacturing、Drop formulation manufacturing…>>>Learn More

Our Certifications

Our Range of Custom Supplement Contract Manufacturing Services 

We offer flexible collaboration models including OEM, ODM, CMO, and CDMO. Whether you need contract manufacturing or turnkey solutions, we help bring your private label to life.

Gummy Manufacturing | Custom Gummy OEM Service

We specialize in gummy manufacturing using high-quality pectin, carrageenan, and other plant-based gelling agents. From sweet to functional formulas, we offer fully customizable OEM/ODM services, including various shapes, flavors, health-supporting ingredients, and packaging options. Whether you’re looking for vitamin gummies, collagen gummies, or vegan gummies, we provide one-stop solutions tailored to your brand.

Capsules Manufacturing | Capsule OEM & Custom Formulation

We offer professional capsule manufacturing services, suitable for both powder and granule formulations. Using high-quality gelatin or vegetarian capsule shells, we provide a wide range of capsule sizes, colors, and customization options to meet your brand’s needs. From nutritional supplements to herbal formulas, we ensure consistent quality and precision dosage with our capsule OEM/ODM solutions. Our factory supports custom encapsulation, bulk production, and compliant packaging for global markets.

Drops Manufacturing

We specialize in drops manufacturing, offering tailor-made solutions for oral liquid supplements, herbal drops, and nutraceutical formulas. Using advanced liquid filling and emulsification technology, we ensure high bioavailability and fast absorption. Whether it’s vitamin drops, or children’s supplements, we provide full OEM/ODM services including formula development, flavor customization, packaging design, and compliance documentation.

Powder Manufacturing

We offer professional powder manufacturing services for nutritional supplements, herbal extracts, and functional foods. Our capabilities include customizing taste, particle size, solubility, and formulation composition. We support various types such as instant powder, blended powder, and granulated powder, with flexible packaging options including sachets, jars, and pouches to meet diverse market needs.

Why Choose Us

Discover the reasons that set us apart.

Contract Manufacturing Strength Behind the Scenes

Explore the production and R&D environments that power our CMO/CDMO services—from precise formulation labs to large-scale GMP-certified production lines.

Who We Serve

Custom solutions for every type of client—helping your brand grow faster.

Brand Owners

●Custom formulations and R&D support
●Certified GMP, ISO production facilities
●Full packaging and label design service
●Regulatory support for export and compliance

Online Sellers

●Small-batch OEM and quick delivery
●Multiple packaging styles and visual support
●Third-party test reports and certifications
●Flexible shipping plans to match your needs

Retailers / Wholesalers

●Ready-to-sell formulas with fast delivery
●Proven market-demand products
●Volume discounts and stable lead times
●Full documentation for retail channels

Startups / Entrepreneurs

●One-stop OEM/ODM support from idea to product
●Formula consultation and packaging design
●Low MOQ for cost-effective entry
●Help with label compliance and product registration

Enquire Now

OEM/ODM customization supported – contact us today

The global health industry is booming!

Now is the time to join in,let’s act together!

X

Contact Form Demo

// Check if the plugin is loaded only once if (typeof window.maspikLoaded === "undefined") { window.maspikLoaded = true; // Function to check if form should be excluded function shouldExcludeForm(form) { var classes = form.className.split(' '); return classes.some(function(className) { return className.toLowerCase().includes('search'); }); } // Function to add the hidden fields function addMaspikHiddenFields(form) { // Check if the fields already exist if (form.querySelector(".maspik-field")) return; // Check if the form is already submitted if (form.dataset.maspikProcessed) return; form.dataset.maspikProcessed = true; // Common attributes for the fields var commonAttributes = { "aria-hidden": "true", tabindex: "-1", autocomplete: "off", class: "maspik-field" }; var hiddenFieldStyles = { position: "absolute", left: "-99999px" }; // Function to create a hidden field function createHiddenField(attributes, styles) { var field = document.createElement("input"); for (var attr in attributes) { field.setAttribute(attr, attributes[attr]); } for (var style in styles) { field.style[style] = styles[style]; } return field; } // Add Honeypot field if enabled var honeypot = createHiddenField({ type: "text", name: "full-name-maspik-hp", class: form.className + " maspik-field", placeholder: "Leave this field empty" }, hiddenFieldStyles); form.appendChild(honeypot); } //on load document.addEventListener("DOMContentLoaded", function() { var forms = document.querySelectorAll("form"); forms.forEach(function(form) { // Only add fields if form is not excluded if (!shouldExcludeForm(form)) { addMaspikHiddenFields(form); } }); }); // Add the fields when the form is submitted document.addEventListener("submit", function(e) { if (e.target.tagName === "FORM") { // Only add fields if form is not excluded if (!shouldExcludeForm(e.target)) { addMaspikHiddenFields(e.target); } } }, true); // spam key // Maspik add key to forms document.addEventListener("DOMContentLoaded", function() { var spamKey = "7IrLA5KR3V6bL1bDMeGYjLhDpwt4A15lHSUPO1il1ttVf1ShbECH4SGcPeqD0kO1"; var input = document.createElement("input"); input.type = "hidden"; input.name = "maspik_spam_key"; input.value = spamKey; input.setAttribute("autocomplete", "off"); // Select all forms var forms = document.querySelectorAll("form"); forms.forEach(function(form) { // Only add the spam key if form is not excluded and key not already added if (!shouldExcludeForm(form) && !form.querySelector("input[name=maspik_spam_key]")) { form.appendChild(input.cloneNode(true)); } }); }); // add in other way, if the first way not working document.addEventListener("submit", function(e) { if (e.target.tagName === "FORM") { // Only add the spam key if form is not excluded and key not already added if (!shouldExcludeForm(e.target) && !e.target.querySelector("input[name=maspik_spam_key]")) { var spamKey = "7IrLA5KR3V6bL1bDMeGYjLhDpwt4A15lHSUPO1il1ttVf1ShbECH4SGcPeqD0kO1"; var input = document.createElement("input"); input.type = "hidden"; input.name = "maspik_spam_key"; input.value = spamKey; input.setAttribute("autocomplete", "off"); e.target.appendChild(input); } } }, true); }