TOML

Types of Dietary Supplements - TOML

Dietary supplements are products designed to complement nutrients that cannot be obtained sufficiently through diet alone. Various types such as protein, BCAA, creatine, and omega-3 fatty acids help improve sports performance and maintain health. Each supplement has characteristic effects and appropriate intake timing, and synergistic effects can be expected by selecting and combining them according to purpose.

supplements protein BCAA creatine omega-3 health food sports nutrition
[[items]]
code = "01"
slug = "whey-protein"
name = "Whey Protein"
description = "Animal-based protein with fast absorption and high BCAA content."
category = "Protein"
timing = "Immediately after exercise"

[[items]]
code = "02"
slug = "casein-protein"
name = "Casein Protein"
description = "Protein with slow absorption rate, providing amino acids over a long period."
category = "Protein"
timing = "Before bedtime"

[[items]]
code = "03"
slug = "soy-protein"
name = "Soy Protein"
description = "Plant-based protein with fat-burning effects and isoflavones."
category = "Protein"
timing = "As a meal replacement"

[[items]]
code = "04"
slug = "bcaa"
name = "BCAA (Branched-Chain Amino Acids)"
description = "Supplement consisting of three amino acids: leucine, isoleucine, and valine."
category = "Amino Acids"
timing = "Before or during exercise"

[[items]]
code = "05"
slug = "eaa"
name = "EAA (Essential Amino Acids)"
description = "Supplement providing all nine essential amino acids together."
category = "Amino Acids"
timing = "During or immediately after exercise"

[[items]]
code = "06"
slug = "creatine"
name = "Creatine"
description = "Promotes energy production in muscle cells and supports explosive power."
category = "Amino Acids"
timing = "Before or after exercise"

[[items]]
code = "07"
slug = "hmb"
name = "HMB (Beta-Hydroxy Beta-Methylbutyrate)"
description = "Metabolite of leucine that suppresses muscle breakdown and promotes synthesis."
category = "Amino Acids"
timing = "After exercise, before bedtime"

[[items]]
code = "08"
slug = "glutamine"
name = "Glutamine"
description = "The most abundant amino acid in the body, supporting muscle synthesis and immune function."
category = "Amino Acids"
timing = "After exercise, before bedtime"

[[items]]
code = "09"
slug = "omega-3"
name = "Omega-3 Fatty Acids (EPA & DHA)"
description = "Essential fatty acids that support cardiovascular function and post-exercise recovery."
category = "Fatty Acids"
timing = "With meals"

[[items]]
code = "10"
slug = "multivitamin"
name = "Multivitamin & Minerals"
description = "Supplement providing multiple vitamins and minerals together."
category = "Vitamins & Minerals"
timing = "With meals"

[[items]]
code = "11"
slug = "vitamin-d"
name = "Vitamin D"
description = "Fat-soluble vitamin important for bone formation and calcium absorption."
category = "Vitamins & Minerals"
timing = "With meals"

[[items]]
code = "12"
slug = "zinc"
name = "Zinc"
description = "Important mineral involved in enzyme activation and protein metabolism."
category = "Vitamins & Minerals"
timing = "With meals"

[[items]]
code = "13"
slug = "joint-support"
name = "Joint Support (Glucosamine & Chondroitin)"
description = "Supplement supporting joint health maintenance."
category = "Condition Support"
timing = "With meals"

[[items]]
code = "14"
slug = "l-carnitine"
name = "L-Carnitine"
description = "Amino acid-like substance that promotes energy utilization of fatty acids."
category = "Condition Support"
timing = "Before exercise"