Nabi Na Naam Dawoodi Bohra Pdf In English ❲COMPLETE 2025❳

Introduction to Dawoodi Bohras

The Dawoodi Bohra community is a Shia Muslim sect that originated in India during the 16th century. They are part of the Ismaili tradition, which is a branch of Shia Islam. The community was established by a Dai (a spiritual leader and missionary) named Daud Burhan al-Din, from whom they derive their name. The term "Bohra" is believed to be derived from the Gujarati word "bohara," meaning "trader" or "merchant," reflecting the community's historical occupation.

Why a PDF Format?

In the digital age, the demand for a Nabi Na Naam PDF has grown for several practical reasons:

  1. Portability: You can carry the sacred names on your phone or tablet for recitation during commutes or travel.
  2. Accessibility: PDFs allow you to zoom in on Arabic script, making it easier for older readers or those learning to read dua.
  3. Consistency: Unlike a physical booklet that may wear out, a PDF can be preserved and reprinted with permission.
  4. Global Reach: Dawoodi Bohras living in areas without easy access to a mosque or bookstore can still obtain the text.

What is "Nabi na Naam"?

"Nabi na Naam" is a litany or poetic composition listing the numerous honored names and attributes of the Prophet Muhammad (peace be upon him). Rooted in the broader Islamic tradition of Salawat (blessings upon the Prophet), this specific arrangement is popular within the Dawoodi Bohra community, which follows the Fatimi Ismaili Tayyabi school of thought.

The text is traditionally written in Lisan al-Da'wat (السان الدعوة), the community's unique spoken and liturgical language—a dialect of Gujarati infused with Arabic, Urdu, and Persian words. Reciting these names is believed to bring spiritual blessings (barakah), protection, and closeness to the Prophet.

Summary

To fulfill your request for a "Nabi na Naam Dawoodi Bohra PDF in English," your best course of action is to download the Taleem/Syllabus books from the official Al-Dawat website or app, specifically the books designed for primary classes (Class 1-3), as these focus heavily on the names and stories of the Prophets in English and Lisan-ud-Dawat.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nabi Na Naam — Dawoodi Bohra Collection</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800;900&family=Source+Sans+3:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<style>
  :root 
    --bg: #0f0f0e;
    --bg2: #1a1917;
    --fg: #f0ece4;
    --fg-muted: #9e9890;
    --accent: #c8a24e;
    --accent2: #a07c2a;
    --card: #1e1d1a;
    --card-hover: #262520;
    --border: #2e2d28;
    --green: #2d6a4f;
    --green-light: #40916c;
    --gold-glow: rgba(200, 162, 78, 0.15);
*  margin: 0; padding: 0; box-sizing: border-box;
body 
    font-family: 'Source Sans 3', sans-serif;
    background: var(--bg);
    color: var(--fg);
    overflow-x: hidden;
    min-height: 100vh;
.font-display  font-family: 'Playfair Display', serif;
/* Background atmosphere */
  .bg-atmosphere 
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
.bg-atmosphere::before 
    content: '';
    position: absolute;
    top: -30%;
    left: -10%;
    width: 60%;
    height: 60%;
    background: radial-gradient(ellipse, rgba(200,162,78,0.06) 0%, transparent 70%);
    animation: floatGlow 20s ease-in-out infinite;
.bg-atmosphere::after 
    content: '';
    position: absolute;
    bottom: -20%;
    right: -10%;
    width: 50%;
    height: 50%;
    background: radial-gradient(ellipse, rgba(45,106,79,0.05) 0%, transparent 70%);
    animation: floatGlow 25s ease-in-out infinite reverse;
@keyframes floatGlow 
    0%, 100%  transform: translate(0, 0) scale(1); 
    33%  transform: translate(30px, -20px) scale(1.1); 
    66%  transform: translate(-20px, 15px) scale(0.95);
/* Geometric Islamic pattern overlay */
  .pattern-overlay 
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.02;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 0L80 40L40 80L0 40Z' fill='none' stroke='%23c8a24e' stroke-width='0.5'/%3E%3Cpath d='M40 10L70 40L40 70L10 40Z' fill='none' stroke='%23c8a24e' stroke-width='0.5'/%3E%3Ccircle cx='40' cy='40' r='15' fill='none' stroke='%23c8a24e' stroke-width='0.5'/%3E%3C/svg%3E");
    background-size: 80px 80px;
/* Scrollbar */
  ::-webkit-scrollbar  width: 6px; 
  ::-webkit-scrollbar-track  background: var(--bg); 
  ::-webkit-scrollbar-thumb  background: var(--border); border-radius: 3px; 
  ::-webkit-scrollbar-thumb:hover  background: var(--accent2);
/* Header */
  .site-header 
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(15,15,14,0.85);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border);
    transition: all 0.3s ease;
.site-header.scrolled 
    box-shadow: 0 4px 30px rgba(0,0,0,0.4);
/* Search bar */
  .search-bar 
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    transition: all 0.3s ease;
.search-bar:focus-within 
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--gold-glow);
.search-bar input 
    background: transparent;
    border: none;
    outline: none;
    color: var(--fg);
    font-family: 'Source Sans 3', sans-serif;
.search-bar input::placeholder  color: var(--fg-muted);
/* Filter chips */
  .filter-chip 
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--fg-muted);
    white-space: nowrap;
.filter-chip:hover 
    border-color: var(--accent);
    color: var(--fg);
.filter-chip.active 
    background: var(--accent);
    color: var(--bg);
    border-color: var(--accent);
    font-weight: 600;
/* PDF Cards */
  .pdf-card 
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
.pdf-card::before 
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--gold-glow) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
.pdf-card:hover 
    transform: translateY(-6px);
    border-color: var(--accent2);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4), 0 0 0 1px var(--accent2);
.pdf-card:hover::before  opacity: 1;
.pdf-card .cover-art 
    height: 220px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
.pdf-card .cover-art .cover-bg 
    position: absolute;
    inset: 0;
    transition: transform 0.6s ease;
.pdf-card:hover .cover-art .cover-bg 
    transform: scale(1.08);
.pdf-card .cover-icon 
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: rgba(200,162,78,0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(200,162,78,0.3);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 22px;
    transition: all 0.3s ease;
.pdf-card:hover .cover-icon 
    background: rgba(200,162,78,0.25);
    transform: scale(1.1);
.badge 
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
.badge-green  background: rgba(45,106,79,0.2); color: var(--green-light); 
  .badge-gold  background: rgba(200,162,78,0.15); color: var(--accent); 
  .badge-muted  background: rgba(158,152,144,0.15); color: var(--fg-muted);
/* Reader Modal */
  .reader-overlay 
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease;
.reader-overlay.open 
    opacity: 1;
    pointer-events: all;
.reader-panel {
    width: 95%;
    max-width: 900px;
    max-height: 92vh;
    background: var(--bg2);
    border: 1px solid var(--border);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateY(30px) scale(0.97);
    transition: transform 0.4s cubic-bezier(0.4, 0, 

In the Dawoodi Bohra tradition, the recitation of "Nabi na Naam"

(Names of the Prophets) is a deeply spiritual practice observed during the final week of the holy month of Ramadan (Itqun-Minan-Naar). Mumineen do the tasbeeh of the names to honor the unbroken chain of leadership from the first prophet to Prophet Muhammad, ending with a prayer for the Du'at and the Imam. Fatemi Dawat

The list of the six main Prophets (Ulul 'Azm) in the Dawoodi Bohra tradition, whose names are invoked with great reverence, is provided below. misbah.info 📜 The Six Grand Prophets in Nabi na Naam

According to Fatemi Dawat and the teachings of the Du'at al-Mutlaqeen, you recite salawat upon the following six core prophets, reflecting the (unbroken chain): misbah.info Moulana Adam Safiyullah (AS) — The first prophet of Allah. Moulana Nuh Najiullah (AS) — Prophet Noah. Moulana Ibrahim Khalilullah (AS) — Prophet Abraham. Moulana Musa Kalimullah (AS) — Prophet Moses. Moulana ‘Eesa Ruhullah (AS) — Prophet Jesus. Moulana Mohammed Rasulullah (SA) — The leader and final Messenger of Allah Ta'ala. misbah.info 📖 A Story on the Spirit of "Nabi na Naam" The Golden Chain of Light In a bustling city in India, a young boy named Burhanuddin sat with his grandfather, , on the final Friday of Ramadan

. The evening was warm, and the air was filled with the sweet aroma of incense and the anticipation of Eid. Fatemi Dawat After Isha namaz,

pulled out a small tasbeeh (prayer beads) and opened a PDF on his tablet

. On the screen were beautiful Arabic letters translated into English phonetics, titled: "Nabi na Naam." Fatemi Dawat "What are you reading, Abba-ji?" Burhanuddin asked, leaning in curiously.

Abba-ji smiled warmly. "I am sending Salawat upon the Great Prophets of Allah. We call this prayer the Nabi na Naam

. It is something our Syedna has guided us to do on these blessed nights." Fatemi Dawat

"But why do we recite all their names together?" asked the boy.

Abba-ji placed his hand over his heart and began to tell a story. "Imagine, Burhanuddin, that Allah’s guidance is a magnificent golden chain hanging from the heavens to the earth. Each link in that chain is a Prophet. Long ago, when humanity was lost and in deep need, Allah sent the first link: Moulana Adam

. Then, as time passed and people forgot the right path, He sent the strong link of Moulana Nuh to save the believers from the Great Flood." misbah.info

Abba-ji’s fingers moved over the beads. "Then came the unbreakable link of Moulana Ibrahim , who taught us pure sacrifice Moulana Musa , who spoke directly with Allah, and Moulana ‘Eesa , who brought compassion and spirit nabi na naam dawoodi bohra pdf in english

. Each Prophet did not come to start something entirely new; they came to confirm the truth that the Prophet before them had taught." misbah.info "And then came Prophet Muhammad!" Burhanuddin exclaimed. nodded, his eyes shining. " Moulana Mohammed Rasulullah

(SA). He is the seal of the prophets, the brightest link of all . When we recite the Nabi na Naam

, we are acknowledging this beautiful, unbroken chain of light (

). We are telling Allah that we believe in and respect every single guide He ever sent to this earth." misbah.info Burhanuddin

looked at the screen again. The English translation helped him understand the profound meaning behind the titles: Safiyullah (the Chosen of Allah), Khalilullah (the Friend of Allah), Kalimullah (the Speaker with Allah). misbah.info

"By doing this tasbeeh, we remember that we are part of a massive history of faith," Abba-ji concluded. "It keeps our hearts connected to Allah and shows our gratitude for never leaving humanity without a guide." misbah.info

That night, Burhanuddin sat beside his grandfather. Together, following the English text on the screen, they whispered the names, counting them on their tasbeeh beads, feeling a deep sense of peace knowing they were a small part of that grand, eternal golden chain. Fatemi Dawat 🌐 Digital Resources for Mumineen

If you are looking for the official PDFs or audio recordings to follow along with the exact transliterations, translations, and timings of Nabi na Naam

, you can refer to the following official Dawoodi Bohra community websites:

To listen to the audio recitation and read community updates, check the resources on Fatemi Dawat

For daily updates on Miqaats, timings, and Namaz details, you can visit the AajNoDin Platform specific Dua texts

for the recitation of Nabi na Naam on the last nights of Ramadan? Fatemi Dawat Last 10 Days: Itqun-Minan-Naar no Dasko & Aakhir Jumoa 10 Mar 2026 —

In the Dawoodi Bohra tradition, Nabi na Naam refers to a sacred list of prophets whose names are recited as part of a devotional tasbeeh (prayer). This practice typically occurs during the final ten days of Ramadan, specifically on the nights of Aakhir Jumoa (the last Friday). The Story of Nabi na Naam: The Chain of Salvation

The "story" behind this recitation is the affirmation of tasalsul—the unbroken chain of guidance from the first prophet to the last.

The Ark of Salvation: Rasulullah (SAW) compared his household (Ahl al-Bayt) to the Ark of Noah. Just as those who boarded the Ark with Nabi Nuh (AS) were saved from the Great Flood, those who hold fast to this chain of prophets and their rightful successors will attain salvation

The Six "Ulu al-Azm" Prophets: The recitation honors six major prophets who established the foundation of faith: Moulana Adam Safiyullah (AS) : The father of humanity. Moulana Nuh Najiullah (AS) : The savior during the flood. Moulana Ibrahim Khalilullah (AS) : The friend of Allah and patriarch of monotheism. Moulana Musa Kalimullah (AS) : The one who spoke with Allah. Moulana Isa Ruhullah (AS) : The spirit of Allah. Moulana Mohammed Rasulullah (SAW) : The leader and seal of all prophets.

Adam's Premonition of Karbala: A poignant story within this tradition tells of Nabi Adam (AS) visiting the land of Karbala. During his travels, he fell and wounded his feet. When he asked Allah why he was suffering, he was told that his wound was a reminder of the future sacrifice of Imam Hussain (AS) , the grandson of Nabi Mohammed (SAW). Practice and Resources Introduction to Dawoodi Bohras The Dawoodi Bohra community

The recitation serves as a reminder that the knowledge revealed to Adam (AS) and the pre-eminence of all prophets are culminated in Nabi Mohammed (SAW) and preserved by his descendants.

When to Recite: It is traditionally performed after Isha prayers on the 25th, 26th, 27th, 28th, 29th, and 30th nights of Ramadan.

Recitation Guide: Many community members use the Nabi na Naam PDF provided by platforms like Fatemi Dawat to follow the specific order and salawat.

Audio and Visuals: You can find recordings of the names being recited by community leaders on platforms like YouTube to help with correct pronunciation and rhythm. Last 10 Days: Itqun-Minan-Naar no Dasko & Aakhir Jumoa

The Significance of Nabi Na Aam Dawoodi Bohra PDF in English: Unveiling the Mysteries of the Dawoodi Bohra Community

The Dawoodi Bohra community, a Shia Muslim sect, has been a topic of interest for many years due to its rich history, unique traditions, and cultural practices. One of the most sought-after topics related to this community is the "Nabi Na Aam Dawoodi Bohra PDF in English." In this article, we will explore the significance of this term, its relevance to the Dawoodi Bohra community, and provide insights into the community's history, beliefs, and practices.

Who are the Dawoodi Bohras?

The Dawoodi Bohras are a Shia Muslim sect that originated in India during the 10th century. The community was founded by a missionary named Dawood ibn Qasim al-Janabi, who was sent by the sixth Shia Imam, Jafar al-Sadiq. The term "Bohra" is derived from the Gujarati word "bohri," meaning "trader" or "merchant." The Dawoodi Bohras were primarily traders and merchants who played a significant role in the Indian Ocean trade network.

The Significance of Nabi Na Aam

In the Dawoodi Bohra community, "Nabi Na Aam" refers to the prophetic name or the name of the Prophet Muhammad (peace be upon him). The term "Nabi" means prophet, and "Na Aam" means name. In Islamic tradition, the name of the Prophet Muhammad is considered sacred and is often used in various rituals and prayers. The Dawoodi Bohras, being a Shia Muslim sect, place great emphasis on the prophetic name and its significance in their spiritual practices.

Dawoodi Bohra PDF in English

The term "Nabi Na Aam Dawoodi Bohra PDF in English" refers to a digital document (in PDF format) that contains information about the Dawoodi Bohra community, their history, beliefs, and practices, specifically related to the prophetic name. The PDF document is likely to contain scholarly articles, research papers, or community publications that provide insights into the community's traditions and customs.

The Importance of English Language

The fact that the PDF document is in English is significant, as it allows a broader audience to access and understand the information about the Dawoodi Bohra community. English is a widely spoken language globally, and the availability of community-related literature in English facilitates the dissemination of knowledge about the community to a larger audience.

Content of the PDF Document

The PDF document titled "Nabi Na Aam Dawoodi Bohra PDF in English" may contain a range of topics related to the Dawoodi Bohra community, including:

  1. History of the Dawoodi Bohra Community: The document may provide an overview of the community's history, including its origins, key events, and notable figures.
  2. Beliefs and Practices: The PDF may outline the community's Shia Islamic beliefs, including their views on the Imamate, the prophetic name, and other spiritual practices.
  3. Traditions and Customs: The document may describe the community's unique traditions and customs, such as their rituals, festivals, and social practices.
  4. Scholarly Articles and Research Papers: The PDF may include scholarly articles and research papers written by experts on the Dawoodi Bohra community, providing in-depth analysis and insights into various aspects of the community.

Benefits of the PDF Document

The availability of the "Nabi Na Aam Dawoodi Bohra PDF in English" offers several benefits to researchers, scholars, and community members:

  1. Access to Information: The PDF document provides easy access to information about the Dawoodi Bohra community, which may not be readily available in a single source.
  2. Understanding Community Practices: The document helps to promote understanding and awareness about the community's traditions, customs, and spiritual practices.
  3. Research and Scholarship: The PDF document serves as a valuable resource for researchers and scholars studying the Dawoodi Bohra community, Shia Islam, or Islamic studies.

Conclusion

The "Nabi Na Aam Dawoodi Bohra PDF in English" is a valuable resource for anyone interested in learning about the Dawoodi Bohra community, their history, beliefs, and practices. The document's availability in English facilitates the dissemination of knowledge about the community to a broader audience. As a Shia Muslim sect, the Dawoodi Bohras have a rich and unique cultural heritage, and the study of their traditions and customs can provide insights into the diversity of Islamic practices and interpretations.

Recommendations for Future Research

Based on the significance of the "Nabi Na Aam Dawoodi Bohra PDF in English," we recommend future research in the following areas:

  1. In-depth Analysis of Community Practices: Further research is needed to provide a more detailed understanding of the Dawoodi Bohra community's spiritual practices, traditions, and customs.
  2. Comparative Study of Shia Muslim Sects: A comparative study of the Dawoodi Bohra community with other Shia Muslim sects could provide valuable insights into the diversity of Shia Islam.
  3. Sociological and Anthropological Studies: Sociological and anthropological studies of the Dawoodi Bohra community could provide a deeper understanding of their social structures, institutions, and cultural practices.

By exploring these areas of research, scholars and researchers can gain a better understanding of the Dawoodi Bohra community and contribute to the existing body of knowledge on Shia Islam and Islamic studies.

The Nabi na Naam (Names of the Prophets) is a significant spiritual practice in the Dawoodi Bohra community, typically recited as a tasbeeh (prayer beads) or during specific nights of the year, such as the final ten days of Ramadan. The Story of the Prophets (Anbiyaa Kiraam)

The recitation focuses on the six "Great Prophets" (Ulul-Azm) who were sent when humanity was in great need of divine guidance. Each prophet brought warnings and glad tidings, and by reciting their names, followers affirm the continuous chain (tasalsul) from Adam to Mohammed.

The standard Nabi na Naam Tasbeeh includes salutations on the following figures: Maulana Adam Safiyullah (Adam) Maulatona Hawwa al-Motaharat (Eve) — emphasizing her pure lineage Maulana Nuh Najiullah (Noah) Maulana Ibrahim Khalilullah (Abraham) — the father of the three Semitic religions Maulana Musa Kalimullah (Moses) Maulana Eesa Ruhullah (Jesus) Maulana Mohammed Rasulullah (Muhammad) — the leader and last of the messengers How to Perform the Tasbeeh

While English PDF guides are often shared in community circles for educational purposes, the practice generally follows these steps: Timing: It is often performed after Eesha prayers. Standing: Recite while standing and facing the Qibla.

The Chant: Each name is usually preceded by "Allahumma salle ala..." (O Allah, send blessings upon...) and followed by "wa'alehi ajmaeen" (and upon all of them).

Purpose: This act of mourning and remembrance connects the prophets' struggles to the ultimate sacrifice of Imam Husain. Resources for English Translations

Namaz and Dua Guides: Comprehensive prayer books like A Complete Book of Namaz and Dua provide English transliterations and meanings for various supplications.

Spiritual Insights: Platforms like Misbah.info offer deep dives into the wisdom behind these recitations.

Amal Details: For specific dates and times for these prayers, Fatemi Dawat provides calendars and PDF instructions.


Historical Background

  • Origin and evolution of the Dawoodi Bohra community
  • Role of key figures like Daud Burhan al-Din

3. How to Find the Official PDF

If you need an official document or PDF for study, it is unlikely to be titled simply "Names of Prophets." Instead, you should look for Syllabus books or Majlis Guides from the official Dawat website.

Search Strategy:

  1. Al-Dawat Website: Visit the official website of Al-Dawat al-Hadiyah (the administrative office of the Dawoodi Bohra Dai).
  2. Taleem Section: Look for the "Taleem" (Education) section.
  3. Classes (Faizeen/Tilawat): The names are usually found within the curriculum for Class 1 to Class 4.
  4. File Names to look for:
    • Tawil al-Quran
    • Majlis al-Husna (These books often start with the remembrance of Prophets).
    • Hadees al-Nabi (Sayings of the Prophet).