Recipe for Baighan Bharta

Baighan Bharta 🔥🍆🧅

Baighan Bharta is a North Indian favorite made from roasted eggplant mashed into a smoky, fragrant mix with onions, tomatoes and spices. It’s simple, deeply savory and surprisingly addictive. Stock up on essentials at Asian Food Shop

History and origin 🧭

Bharta refers to a mashed mixture. Traditionally, the eggplant is roasted directly over an open flame to capture a signature smoky aroma, then peeled and folded into a spiced onion and tomato base. It’s a beloved home-style dish that can feel humble or special depending on how you finish it.

How it’s made, styles and ingredients 🥄

  • smoky roasted eggplant as the main flavor
  • onion and tomatoes as the sweet-tangy base
  • spices bloomed in oil for fuller aroma
  • a final lift like garam masala or fresh herbs

The most common approaches are flame roasting for maximum smokiness, oven or grill for an easy home method, and a quick shortcut using ready meals.

Flavor profile 👅✨

  • smoky, gently sweet eggplant notes
  • lightly caramelized onion
  • fresh tomato brightness
  • warm spices that are more aromatic than hot

How to serve 🍽️

  • classic with rice or flatbreads
  • a satisfying meat-free main
  • leftovers work well as a quick wrap filling

Health notes 🌿

It’s a veg-forward dish that can stay light if you keep the oil reasonable. Spices bring depth so you don’t need to rely on heavy seasoning.

How to choose ingredients 🛒

  • pick firm, glossy eggplants without soft spots
  • more blistered skin during roasting usually means more smoky flavor
  • cumin and a good garlic-ginger base make the biggest difference
  • when time is tight, a ready Bharta is a great shortcut

Recommended 3 products ✅

Recipe: Baighan Bharta 🔥🍆

Ingredients (3 to 4 servings)

Method

  1. Prick the eggplants with a fork and roast over an open flame or in the oven at 230 °C for about 35 to 45 minutes until soft and blistered.
  2. Cool briefly, peel the skin, then mash the flesh with a fork into a rough mixture.
  3. Heat oil in a pan, add cumin and let it sizzle for a few seconds.
  4. Add finely chopped onion and cook until golden.
  5. Stir in garlic-ginger paste and fry briefly until fragrant.
  6. Add tomatoes, turmeric, ground coriander, chilli and salt and cook 6 to 8 minutes until broken down and thickened.
  7. Stir in the mashed eggplant and cook another 6 to 8 minutes so the flavors meld.
  8. Turn off the heat, stir in garam masala and rest for 2 minutes.
  9. Finish with coriander, optionally add lemon and serve with basmati rice.

Tips for a roadside dhaba vibe ✨

  • let the skin blister deeply for extra smokiness, but avoid burning the flesh
  • if it looks too loose, reduce for a few minutes without a lid
  • add garam masala at the end so it stays aromatic

recept Baighan Bharta

M.B
Author: M.B

Our specialist in Asian cuisine and AI.

Recommended products1

Read next

If you want to continue with the same topic, here are more related articles to explore:

%s ...
%s
%image %title %code %s
%s
(function(){ var root=document.getElementById('toa-baingan-bharta');if(!root)return; var track=function(name,data){window.dataLayer=window.dataLayer||[];window.dataLayer.push(Object.assign({event:name,article_id:40},data||{}));}; root.querySelectorAll('[data-servings]').forEach(function(button){button.addEventListener('click',function(){var servings=Number(button.dataset.servings);root.querySelectorAll('[data-servings]').forEach(function(item){item.setAttribute('aria-pressed',String(item===button));});root.querySelectorAll('[data-base]').forEach(function(value){var amount=Number(value.dataset.base)*servings/4;value.textContent=Number.isInteger(amount)?String(amount):String(Math.round(amount*100)/100).replace('.',',');});track('recipe_servings_change',{servings:servings});});}); root.querySelectorAll('[data-product-link]').forEach(function(link){link.addEventListener('click',function(){track('article_product_click',{product_code:link.dataset.productLink});});}); root.querySelectorAll('[data-pdf-link]').forEach(function(link){link.addEventListener('click',function(){track('article_pdf_download',{pdf_type:link.dataset.pdfLink});});}); var steps=Array.from(root.querySelectorAll('.toa-step')).map(function(step){return{title:step.querySelector('h3').textContent,text:step.querySelector('p').textContent};});var overlay; var close=function(){if(overlay){overlay.remove();overlay=null;document.body.style.overflow='';}}; root.querySelector('.toa-cook-start').addEventListener('click',function(){var index=0;overlay=document.createElement('div');overlay.id='toa-baingan-cook';overlay.setAttribute('role','dialog');overlay.setAttribute('aria-modal','true');overlay.innerHTML='

';document.body.appendChild(overlay);document.body.style.overflow='hidden';var render=function(){overlay.querySelector('.toa-baingan-count').textContent='Krok '+(index+1)+' ze '+steps.length;overlay.querySelector('h2').textContent=steps[index].title;overlay.querySelector('.toa-baingan-text').textContent=steps[index].text;overlay.querySelector('.toa-baingan-prev').disabled=index===0;overlay.querySelector('.toa-baingan-next').textContent=index===steps.length-1?'Hotovo':'Další';};overlay.querySelector('.toa-baingan-close').onclick=close;overlay.querySelector('.toa-baingan-prev').onclick=function(){if(index>0){index--;render();}};overlay.querySelector('.toa-baingan-next').onclick=function(){if(index===steps.length-1){close();track('recipe_cook_mode_complete');}else{index++;render();}};overlay.addEventListener('click',function(event){if(event.target===overlay)close();});render();track('recipe_cook_mode_start');}); document.addEventListener('keydown',function(event){if(event.key==='Escape')close();}); var faq=Array.from(root.querySelectorAll('.toa-faq details')).map(function(item){return{'@type':'Question',name:item.querySelector('summary').textContent,acceptedAnswer:{'@type':'Answer',text:item.querySelector('p').textContent}};}); var ingredients=Array.from(root.querySelectorAll('.toa-ingredients li')).map(function(item){return item.textContent.trim();}); var schema=document.createElement('script');schema.type='application/ld+json';schema.textContent=JSON.stringify([{'@context':'https://schema.org','@type':'Recipe',name:'Baingan Bharta',description:'Kouřový pečený lilek s hustou cibulovo-rajčatovou masalou, hrubou strukturou a čerstvým koriandrem.',image:['https://chut-asie.s10.cdn-upgates.com/z/z6a9a681e4947f-baingan-bharta-hlavni.webp'],recipeYield:'4 porce',prepTime:'PT20M',cookTime:'PT55M',recipeIngredient:ingredients,recipeInstructions:steps.map(function(step){return{'@type':'HowToStep',name:step.title,text:step.text};})},{'@context':'https://schema.org','@type':'FAQPage',mainEntity:faq}]);document.head.appendChild(schema); })();