<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: VegGora</title>
    <description>The latest articles on DEV Community by VegGora (@veggora).</description>
    <link>https://dev.to/veggora</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4086341%2Fe1c7353b-6e4a-456c-a582-21cc5849396b.png</url>
      <title>DEV Community: VegGora</title>
      <link>https://dev.to/veggora</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/veggora"/>
    <language>en</language>
    <item>
      <title>I Built a Simple Way to Find Vegan Beauty Products in India</title>
      <dc:creator>VegGora</dc:creator>
      <pubDate>Sun, 23 Aug 2026 08:52:38 +0000</pubDate>
      <link>https://dev.to/veggora/i-built-a-simple-way-to-find-vegan-beauty-products-in-india-2pm5</link>
      <guid>https://dev.to/veggora/i-built-a-simple-way-to-find-vegan-beauty-products-in-india-2pm5</guid>
      <description>&lt;p&gt;Finding vegan beauty products in India sounds simple.&lt;/p&gt;

&lt;p&gt;Search for "vegan lipstick", "vegan skincare", or "vegan beauty products" and you should be able to find what you need.&lt;/p&gt;

&lt;p&gt;But in practice, it can get surprisingly confusing.&lt;/p&gt;

&lt;p&gt;A product can be labelled natural, organic, clean, or cruelty-free without necessarily being vegan. Ingredient lists can also contain names that aren't immediately obvious to someone trying to avoid animal-derived ingredients.&lt;/p&gt;

&lt;p&gt;So I started thinking about a simple question:&lt;/p&gt;

&lt;p&gt;What if finding vegan beauty products worked more like a product-search problem than a guessing game?&lt;/p&gt;

&lt;p&gt;This is the approach I would use to build a simple vegan beauty product discovery system for the Indian market.&lt;/p&gt;

&lt;p&gt;The Problem with Finding Vegan Beauty Products&lt;/p&gt;

&lt;p&gt;There are three common problems.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Vegan and cruelty-free aren't the same thing&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A product can be cruelty-free without being vegan.&lt;/p&gt;

&lt;p&gt;Cruelty-free generally relates to animal testing, while vegan refers to the ingredients and materials used in the product.&lt;/p&gt;

&lt;p&gt;That distinction is important when building a product database.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Ingredient names can be confusing&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Some ingredients are obviously plant-based.&lt;/p&gt;

&lt;p&gt;Others aren't so straightforward.&lt;/p&gt;

&lt;p&gt;For example, a shopper may not know whether a particular ingredient is animal-derived, plant-derived, synthetic, or dependent on the manufacturer's sourcing.&lt;/p&gt;

&lt;p&gt;This makes simply searching the ingredient list difficult.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Product information is scattered&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Information may be spread across:&lt;/p&gt;

&lt;p&gt;Brand websites&lt;br&gt;
Product packaging&lt;br&gt;
E-commerce websites&lt;br&gt;
Ingredient lists&lt;br&gt;
Certifications&lt;br&gt;
FAQ pages&lt;br&gt;
Customer support responses&lt;/p&gt;

&lt;p&gt;A person may have to visit several websites before feeling confident about a single product.&lt;/p&gt;

&lt;p&gt;My Simple Approach&lt;/p&gt;

&lt;p&gt;Instead of asking users to research everything themselves, I'd structure the information into a searchable product database.&lt;/p&gt;

&lt;p&gt;A basic product record could look something like this:&lt;/p&gt;

&lt;p&gt;Product&lt;br&gt;
├── Product name&lt;br&gt;
├── Brand&lt;br&gt;
├── Category&lt;br&gt;
├[── Ingredients&lt;br&gt;
├── Vegan status])&lt;br&gt;
├── Cruelty-free status&lt;br&gt;
├── Certification&lt;br&gt;
├── Source URL&lt;br&gt;
└── Verification status&lt;/p&gt;

&lt;p&gt;The most important field would be verification status.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;Verified Vegan&lt;br&gt;
The brand or reliable product information clearly confirms the product is vegan.&lt;/p&gt;

&lt;p&gt;Likely Vegan&lt;br&gt;
Available information indicates the product is vegan, but additional verification may be useful.&lt;/p&gt;

&lt;p&gt;Needs Verification&lt;br&gt;
The available information isn't sufficient to confidently classify the product.&lt;/p&gt;

&lt;p&gt;This is better than simply displaying a green "VEGAN" label for everything.&lt;/p&gt;

&lt;p&gt;Where AI Could Help&lt;/p&gt;

&lt;p&gt;This is where things get interesting.&lt;/p&gt;

&lt;p&gt;AI could help users understand complicated ingredient information.&lt;/p&gt;

&lt;p&gt;Imagine entering:&lt;/p&gt;

&lt;p&gt;"Is this lipstick vegan?"&lt;/p&gt;

&lt;p&gt;The system could analyse the ingredient list and identify ingredients that may require additional verification.&lt;/p&gt;

&lt;p&gt;It could then return something like:&lt;/p&gt;

&lt;p&gt;Vegan Status: Needs Verification&lt;/p&gt;

&lt;p&gt;Potentially ambiguous ingredients:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Ingredient A&lt;/li&gt;
&lt;li&gt;Ingredient B&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Reason:&lt;br&gt;
The available information doesn't clearly establish&lt;br&gt;
whether these ingredients are plant-derived or&lt;br&gt;
animal derived.&lt;/p&gt;

&lt;p&gt;Recommendation:&lt;br&gt;
Check the manufacturer's official information.&lt;/p&gt;

&lt;p&gt;The important part is that AI shouldn't pretend to know something that hasn't been verified.&lt;/p&gt;

&lt;p&gt;AI should help with classification and explanation, not replace reliable product information.&lt;/p&gt;

&lt;p&gt;Building an Ingredient Database&lt;/p&gt;

&lt;p&gt;A useful system would need an ingredient database behind it.&lt;/p&gt;

&lt;p&gt;Each ingredient could have fields such as:&lt;/p&gt;

&lt;p&gt;Ingredient&lt;br&gt;
├── Name&lt;br&gt;
├── Common names&lt;br&gt;
├── Possible sources&lt;br&gt;
├── Vegan status&lt;br&gt;
├── Animal-derived possibility&lt;br&gt;
├── Plant alternatives&lt;br&gt;
└── Verification source&lt;/p&gt;

&lt;p&gt;For example, an ingredient could be classified as:&lt;/p&gt;

&lt;p&gt;Clearly vegan&lt;br&gt;
Commonly animal-derived&lt;br&gt;
Potentially animal-derived&lt;br&gt;
Synthetic&lt;br&gt;
Source dependent&lt;br&gt;
Unknown&lt;/p&gt;

&lt;p&gt;This would make the system much more useful than a simple keyword search.&lt;/p&gt;

&lt;p&gt;Start With Beauty Products&lt;/p&gt;

&lt;p&gt;I wouldn't try to build a database containing every vegan product in the world from day one.&lt;/p&gt;

&lt;p&gt;I'd start with a smaller category.&lt;/p&gt;

&lt;p&gt;Beauty products are a good starting point because consumers frequently search for:&lt;/p&gt;

&lt;p&gt;Vegan lipstick&lt;br&gt;
Vegan found&lt;a href="https://dev.tourl"&gt;&lt;/a&gt;ation&lt;br&gt;
Vegan skincare&lt;br&gt;
Vegan shampoo&lt;br&gt;
Vegan soaps&lt;br&gt;
Vegan haircare&lt;/p&gt;

&lt;p&gt;Lipstick is particularly interesting because shoppers often want to compare multiple brands before buying.&lt;/p&gt;

&lt;p&gt;For example, I created a separate guide covering 11 vegan lipstick brands available in India, which can be useful as a starting point for anyone specifically researching vegan lipstick options:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://veggora.com/11-vegan-lipstick-brands-in-india/" rel="noopener noreferrer"&gt;11 Vegan Lipstick Brands in India You'll Obsess Over&lt;/a&gt;&lt;br&gt;
A Simple User Flow&lt;/p&gt;

&lt;p&gt;The final product doesn't need to be complicated.&lt;/p&gt;

&lt;p&gt;A user could simply:&lt;/p&gt;

&lt;p&gt;Step 1: Search for a product.&lt;/p&gt;

&lt;p&gt;Step 2: Open the product page.&lt;/p&gt;

&lt;p&gt;Step 3: See its vegan and cruelty-free status.&lt;/p&gt;

&lt;p&gt;Step 4: View the ingredients.&lt;/p&gt;

&lt;p&gt;Step 5: See which ingredients require verification.&lt;/p&gt;

&lt;p&gt;Step 6: Check the original source.&lt;/p&gt;

&lt;p&gt;Something like:&lt;/p&gt;

&lt;p&gt;Search&lt;br&gt;
   ↓&lt;br&gt;
Product Database&lt;br&gt;
   ↓&lt;br&gt;
Ingredient Analysis&lt;br&gt;
   ↓&lt;br&gt;
Verification&lt;br&gt;
   ↓&lt;br&gt;
Simple Result&lt;/p&gt;

&lt;p&gt;The goal isn't to overwhelm users with technical information.&lt;/p&gt;

&lt;p&gt;The goal is to make the information easier to understand.&lt;/p&gt;

&lt;p&gt;The Biggest Challenge: Data Accuracy&lt;/p&gt;

&lt;p&gt;This is probably the hardest part of building something like this.&lt;/p&gt;

&lt;p&gt;AI can analyse text.&lt;/p&gt;

&lt;p&gt;But AI shouldn't be treated as the final authority on whether a product is vegan.&lt;/p&gt;

&lt;p&gt;Brands can change formulations.&lt;/p&gt;

&lt;p&gt;Ingredients can have different sources.&lt;/p&gt;

&lt;p&gt;Product pages can become outdated.&lt;/p&gt;

&lt;p&gt;And different countries can have different formulations for products with the same name.&lt;/p&gt;

&lt;p&gt;So a good system should always show the source of the information and the date it was checked whenever possible.&lt;/p&gt;

&lt;p&gt;I'd rather show:&lt;/p&gt;

&lt;p&gt;"Needs verification — formulation/source information is unclear"&lt;/p&gt;

&lt;p&gt;than incorrectly tell someone:&lt;/p&gt;

&lt;p&gt;"100% vegan."&lt;/p&gt;

&lt;p&gt;What I'd Build Next&lt;/p&gt;

&lt;p&gt;If I were turning this idea into a real product, I'd start small.&lt;/p&gt;

&lt;p&gt;Version 1&lt;br&gt;
Searchable vegan beauty products&lt;br&gt;
Product categories&lt;br&gt;
Ingredient information&lt;br&gt;
Vegan/cruelty-free status&lt;br&gt;
Source links&lt;br&gt;
Verification labels&lt;br&gt;
Version 2&lt;/p&gt;

&lt;p&gt;Add AI-assisted ingredient analysis.&lt;/p&gt;

&lt;p&gt;Version 3&lt;/p&gt;

&lt;p&gt;Allow users to submit products for verification.&lt;/p&gt;

&lt;p&gt;Version 4&lt;/p&gt;

&lt;p&gt;Create a browser extension or shopping assistant that can analyse a product while someone is browsing an e-commerce website.&lt;/p&gt;

&lt;p&gt;The long-term idea would be simple:&lt;/p&gt;

&lt;p&gt;Make ethical product discovery easier without making shoppers do hours of research.&lt;/p&gt;

&lt;p&gt;Final Thought&lt;/p&gt;

&lt;p&gt;Vegan shopping shouldn't require detective work.&lt;/p&gt;

&lt;p&gt;There is a lot of useful information available online, but it is often scattered across product pages, brand websites, ingredient lists and different sources.&lt;/p&gt;

&lt;p&gt;A combination of structured product data, transparent verification and AI-assisted analysis could make that information much easier to navigate.&lt;/p&gt;

&lt;p&gt;The technology isn't necessarily the difficult part.&lt;/p&gt;

&lt;p&gt;Getting reliable data and presenting it honestly is.&lt;/p&gt;

&lt;p&gt;That's where I'd start.&lt;/p&gt;

</description>
      <category>veg</category>
    </item>
  </channel>
</rss>
