Choose Your Experience Level
🤔 What Is Ramadan?
Ramadan is the ninth month of the Islamic calendar, observed by Muslims worldwide as a month of fasting, prayer, reflection, and community. This timer helps you track prayer times, fasting periods, and health metrics throughout the holy month.
🎯
Prayer Times
Accurate Fajr, Dhuhr, Asr, Maghrib, and Isha times
💡
Fasting Tracker
Track Suhoor and Iftar times daily
📊
Health Monitoring
Monitor energy, water intake, and sleep quality
🔧
Quran Progress
Track your Quran reading throughout Ramadan
🌟
Countdown Timer
Live countdown to Ramadan and Eid Al-Fitr
🚀
Community Features
Quick actions for daily Ramadan activities
1446 هـ / 2025 م
رمضان مبارك
الوقت المتبقي لرمضان 2025
000
أيام
00
ساعات
00
دقائق
00
ثواني
السحور
04:30
الإفطار
19:15
ساعات الصيام
14h 45m
اليوم
15 / 30
الخميس، 21 أغسطس 2025
15 رمضان 1446
الفجر
04:45
الظهر
12:30
العصر
15:45
المغرب
19:15
العشاء
20:45
اكتشف المزيد من أدوات WIA Pin Code
أكثر من 143 أداة مجانية لجميع احتياجاتك اليومية
استكشف جميع الأدوات
✨ مساعد Gemini:
مرحباً! يمكنني مساعدتك في:
`;
}
}
// إرسال إلى الذكاء الاصطناعي
function إرسال_إلى_ai() {
const input = document.getElementById('إدخال-ai');
const chat = document.getElementById('محادثة-ai');
if (!input || !chat) return;
const message = input.value.trim();
if (!message) return;
// إضافة رسالة المستخدم
chat.innerHTML += `
مرحباً! يمكنني مساعدتك في:
- كيفية استخدام هذه الأداة
- أسئلة حول النظام
- الدعم الفني
أنت: ${message}
`;
// رد بسيط
setTimeout(() => {
chat.innerHTML += `
✨ مساعد Gemini:
للحصول على مساعدة كاملة من الذكاء الاصطناعي، يرجى تكوين مفتاح Gemini API. يمكنك الحصول على مفتاح مجاني من https://aistudio.google.com/app/apikey
`;
chat.scrollTop = chat.scrollHeight;
}, 500);
input.value = '';
}
// دعم مفتاح Enter
if (document.getElementById('إدخال-ai')) {
document.getElementById('إدخال-ai').addEventListener('keypress', function(e) {
if (e.key === 'Enter') {
إرسال_إلى_ai();
}
});
}
للحصول على مساعدة كاملة من الذكاء الاصطناعي، يرجى تكوين مفتاح Gemini API. يمكنك الحصول على مفتاح مجاني من https://aistudio.google.com/app/apikey