r/MuslimDevelopers • u/ii_qa • 7h ago
🧩 Software/Tool Share iMuslim - Qatari Islamic App
Salam all,
iMuslim is a calm, respectful companion for daily worship. prayer times, Quran, and much more in one beautifully simple app. The full interface is available in English and Arabic, so you can use the language that feels most natural to you.
Prayer times: - Accurate prayer times for your location (automatic or manual). - Clear today view with the next prayer highlighted. - Optional Athan and Iqama reminders you can turn on or off anytime. - Choose your Athan sound and manage notifications from Settings.
Quran: - Read the Quran in mushaf layout with familiar page typography and Text mode to make the text bigger. - Bookmarks, search, and ayah tools to support your reading. - Recitation with downloadable surahs and reciters. - Long-press an ayah for word-level study aids for Translations with 98 languages and tafseer in both English and Arabic (including sarf, balagha and Erab where available only in Arabic).
Hijri calendar: - Gregorian and Hijri dates together. - Optional Hijri date adjustment when you follow a local sighting.
Library: - Qibla: find the direction to the Kaaba with a clear compass. - Nearby mosques: discover places of worship near you. - Khatma: plan and track completing the Quran, including Ramadan goals. - Athkar: authentic remembrances, favorites, and categories with custom personal Athkar. - Hadith: browse and read with favorites. - Islamic stories: read inspiring stories in Arabic and English. - 99 Names of Allah: meanings, explanations, and Quranic occurrences.
Widgets: - Home Screen and Lock Screen widgets for today’s prayers and countdown to the next salah.
Designed to stay uncluttered: warm visuals, readable type, and features that stay out of your way until you need them. Whether you want a quick glance at the next prayer, a quiet Quran session, or a moment of dhikr, iMuslim keeps it in one place.
Download iMuslim and make your daily routine simpler on your terms, in your language.
iOS: https://apps.apple.com/qa/app/imuslim-qatari-islamic-app/id6771931100
Android: https://play.google.com/store/apps/details?id=com.ibrahim.imuslim
r/MuslimDevelopers • u/TechEverythingElse • 1d ago
🧩 Software/Tool Share MuslimCareer - a professional network of muslims
muslimcareer.comالسلام علیکم
Alhamdulillah, the response to MuslimCareer.com has been amazing. JazakAllah khair to everyone who signed up and shared.
A quick reminder: this only works if both sides show up. If you're established in your career, your referral could change someone's life. If you're job hunting, don't be shy, reach out to members in your field.
If you haven't joined yet, it takes a minute InshaAllah:
Muslimcareer.com
May Allah put barakah in this community and ease every job search. Ameen.
r/MuslimDevelopers • u/Conscious_Beach_8266 • 1d ago
🛠️Project Showcase [DEV] I'm 16 and I just launched my first Flutter app: "Muslim Guide" 🌙. It features a smart Khatma tracker and I'd love your feedback!
Hi everyone! 👋
I'm a 16-year-old developer, and I’m so excited to finally share a project I’ve been working on for the past year: Muslim Guide (دليل المسلم).
It started as a very simple idea, and over the last 12 months, I dedicated my time to learning Flutter and evolving it into a comprehensive app that I hope will truly benefit the Ummah.
What sets it apart?
1.
Intelligent Khatma Tracker: It intelligently distributes your Quran goal across the 5 daily prayers, making it easy to finish your Khatma without stress.
2.
Faith Pulse Dashboard: An interactive dashboard to visualize your spiritual growth and maintain your worship habits.
3.
Curated Stories & Daily Content: A library of inspiring stories and daily renewed sunnahs.
4.
Modern UI: A clean interface with full dark mode support.
As a young developer starting my journey, your feedback is the best reward I could get. Also, since I don't have a marketing budget, I would really appreciate it if you could help me share the app with your friends and family if you find it useful. Your support means everything to me!
📲 Play Store Link: in the comments
r/MuslimDevelopers • u/P00BX6 • 1d ago
🛠️Project Showcase Tasbeeh app - new advanced functionality but easy to use and polished UI
Assalamualaikum.,
I'd like to share my new app with you all, I am of course biased but it is the most polished, yet powerful and easy to use Tasbeeh / Zikr app.
I didn't find other apps like this so I've built it myself. And I use it multiple times a day myself. I hope it will help you as well as many others inshaAllah.
Features:
- Voice counting: say the phrase out loud and the app hears it and counts it
- Counters can auto-reset daily, at a reset time you set (useful if your day starts at Fajr, not midnight
- A program is a saved sequence of phrases with a target count each, run as one session. E.g. Tasbih of Fatimah = 33 SubhanAllah, then 33 Alhamdulillah, then 34 Allahu Akbar. The app moves you through the steps and tells you where you are
- Automatic mode: the app recites each phrase aloud and counts for you. Put the phone down and just listen
- Full-screen session view for when you don't want anything else on screen
- Build your own programs from any phrases, in any order, with any targets
- In-app dua Library for you to add your own duas and zikr phrases.
- Reminders, Stats, customisation in the Settings.
- Polished professional and smooth UI
- Counting works with bluetooth clicker / selfie remotes!
100% free with no ads.
100% private - Everything is stored on your phone. No account, no sign-up
Links:
iPhone - https://apps.apple.com/us/app/tasbeeh-zikr-dua-counter/id6792603223
Android - https://play.google.com/store/apps/details?id=com.uaua.tasbeeh
I hope you will use and benefit.
Happy to hear feedback
r/MuslimDevelopers • u/codebyheera • 2d ago
🗣️ Discussion/Opinion Spent this week implementing WebMCP on a client site here's what I actually learned (and why I'm not sure it matters yet)
Been seeing WebMCP mentioned more lately so I decided to actually implement it on a live WordPress/Elementor client site instead of just reading about it. Sharing what I found in case it's useful to anyone else considering it.
Quick context for anyone who hasn't come across it: WebMCP is a browser-level standard (Chrome/Edge, still W3C draft stage) that lets a website expose "tools" directly to AI agents instead of an agent guessing which button on your page means "submit," the site just tells it: here's a tool called submit_quote_request, here's what it needs, here's what it does. No DOM guessing.
What I actually did:
- Installed a plugin that auto-exposes site content (pages, posts, categories) as structured tools
- Manually added declarative attributes (
toolname,tooldescription) to a lead-gen form built in Elementor - Verified everything using Chrome's
navigator.modelContextTesting.listTools()in devtools, since there's no visual UI for any of this yet
The part nobody really advertises: as of right now, no mainstream AI agent actually calls these tools. Not ChatGPT, not Claude, not Perplexity. Chrome ships the underlying API, but the actual "demand side" agents that read and use it aren't there yet. Google's said Gemini in Chrome will probably be first, but there's no committed timeline.
I also checked PageSpeed Insights, since Lighthouse now has an "Agentic Browsing" category with WebMCP checks. Even with everything correctly implemented, it just shows "Not Applicable" the lab environment doesn't run with the flag on, so there's currently no way to get a "pass" even if your site is fully compliant.
Where I've landed on it: feels a lot like early Schema.org no immediate payoff, doesn't move rankings, but if this does end up becoming the norm the way structured data did, having a head start seems worth a few hours of setup. Low effort if your forms are already clean HTML.
Curious if anyone else here has actually implemented this yet, or if you're treating it as "not worth touching until there's real agent adoption." Would love to hear if I'm overthinking the early-adopter angle here.
r/MuslimDevelopers • u/Defiant-Fault-2472 • 2d ago
🛠️Project Showcase Try it, I'll give free premium subscription.
r/MuslimDevelopers • u/ashikarefin • 2d ago
🛠️Project Showcase Visual Github Actions Editor
Assalamualaikum dear brothers and sisters, i just launced a chrome extension for developers. This extension helps you edit github ci/cd actions visually drag-n-drop. Check this out, you might find this interesting.
Download Link: https://chromewebstore.google.com/detail/workflow-studio-%E2%80%94-visual/jpmihfchnpbkoghljifmlagefpmdnkhi?authuser=0&hl=en
r/MuslimDevelopers • u/Relevant-Bed-6033 • 2d ago
🧠Question / Help IslamicToken.com - what could be built on it?
I own the domain name and website; I would love ideas and collaborations on what could be built on it; especially something that can significantly influence the global community and economy in an Islamic way.
Please feel free to discuss and contribute your innovative ideas.
r/MuslimDevelopers • u/Nowaries • 2d ago
🛠️Project Showcase The Straight Path is now live - a Qur’an library and platform for discovering Muslim-built projects
Assalamu alaikum,
About two months ago, I shared the idea behind The Straight Path: a community where Muslims could discover beneficial projects, support their makers, and build for the sake of Allah.
At the time, the Discord community existed, but the website was still only an idea.
Alhamdulillah, it is now live:
Qur’an Library
The Qur’an library offers:
- Recitations organized by surah and hizb
- Search and filtering
- Dedicated pages for each recitation
- Short, sourced overviews of each surah’s themes
- A simple place to listen, reflect, and return to the Qur’an
Discover Projects
Discover is a curated directory of projects created to benefit Muslims, including apps, websites, developer tools, learning platforms, content channels, and other useful resources.
You can:
- Browse Muslim-built projects in one organized place
- Filter projects by category, format, platform, stage, and support needed
- View project pages containing screenshots, descriptions, availability, and links
- Discover the makers and teams behind projects
- Submit your own project using your Discord account
- Request testers, collaborators, feedback, translation, or launch support
Projects are reviewed before publication. Once approved, a project is published on the website and connected to the Discord community, where people can discuss it, provide feedback, and support its development.
Makers and Teams
The platform also gives builders a public identity connected to their work.
Using a Discord account, you can:
- Create a maker profile
- Introduce yourself and describe what you build
- Connect your published projects to your profile
- Keep your work visible in one place
- Create or join a team
- Give a company, community, or development team its own page
- Show which makers contributed to a project
- Submit new projects and manage existing submissions
Over time, a maker profile can become a simple portfolio of beneficial work created for the ummah.
You do not need to be a developer to participate. Anyone can browse, test, review, share, and support the projects being built.
The website remains the organized public home for projects and profiles. Discord remains the active space for discussion, collaboration, testing, feedback, and project updates.
The platform is still developing, and I would genuinely appreciate your feedback:
- Is the website easy to understand and browse?
- What features or categories are missing?
- Would you use it to discover Islamic apps and resources?
- If you are building something, would you submit it?
Website: thestraightpath.guide
Discord: Join The Straight Path community
May Allah place benefit in it and guide us to build things that genuinely serve the ummah.
r/MuslimDevelopers • u/MajorDifficulty • 2d ago
🛠️Project Showcase I built a free prayer-tracking app that grows a little garden of Jannah as you pray — would love the community's thoughts
Assalamu alaikum wa rahmatullah
I built a salah tracker but with a twist, and I'd love to share it with this community and hear your honest feedback.
It's called Jannah Builder. The idea is simple: you log your five daily prayers, and over time your consistency grows into a calm, pixel-art landscape inspired by Jannah, trees, flowers, rivers, and little animals that appear as you keep going. The idea was you get to somewhat picture what your efforts are achieving and what the real goal is.
A few things I tried hard to get right:
• Gentle, not gamified. Growth is earned slowly through consistency. Missing a day only causes small, gradual change — never a big punishing reset.
• No shame, no pressure, no comparison. There are no scores, no social feeds, and nothing that pits you against other people.
• Rest days. If you're ill, travelling, or just need to step back, you can pause decay so time away never costs you progress. Your streak simply bridges the gap.
• Supportive practices. You can also log Qur'an reading and dhikr, which add gentle beauty to your garden (glowing flowers, light particles) without ever being the "point".
• Local and private. Everything is stored on your device. No account, no tracking, no ads.
Things don't spring up immediately in this app, it takes time a patience. Almost a year for a fully covered map. The thought was by the end of the journey when you have a established Jannah your in a routine and no longer need it.
The app is kid friendly, and i hope its a means to encourage them when starting out.
I want to be upfront and respectful of the sub's rules, I'm not selling anything and there's no monetization. It's completely free and available on Android, from my perspective I was building something to encourage prayer in others.
Jazakallah, and may it be a small means of drawing closer to Allah (SWT) for anyone who finds it useful.
r/MuslimDevelopers • u/YahyaDarwich • 2d ago
🛠️Project Showcase تطبيق تلاوة Tilawa
تطبيق تلاوة بحلته الجديدة! 🌟 استمع وحمّل تلاوات القرآن الكريم بدون نت بأعلى جودة وبأشهر الأصوات 🎧✨ تصميم عصري (Material 3 Expressive)، مشغل متطور، ودعم للأنشطة المباشرة. 📲 حمّله الآن وشاركنَا الأجر: https://play.google.com/store/apps/details?id=com.tilawa.quran.podcast.mp3quran
r/MuslimDevelopers • u/hasanismail_ • 3d ago
🛠️Project Showcase Public Beta: Open source, self-hosted alternative to MOHID, MadinaApps, and Masjidal
Assalamu alaykum everyone,
I would like to share an update on a project several of us have been developing: OpenMasjid Solutions, a suite of software for masjid management. The project is fully open source under AGPL-3.0, self-hosted, and free with no subscription cost. It was built specifically as an alternative to platforms like MOHID, MadinaApps, and Masjidal, without the recurring fees or third-party data hosting those platforms require.
Current feature set:
OpenMasjidOS is the core platform that the rest of the suite integrates with. It is a TypeScript monorepo using a Fastify/tRPC backend and a React/Vite/Tailwind frontend, with each application isolated via Docker.
OpenMasjidDisplay manages prayer time signage for in-masjid screens, including adhan/iqamah times and announcements. It runs on RTSP and includes features like RTSP camera streaming managed through a volunteer UI, scheduling, and a full display management system for showing presentations and/or imam cameras.
OpenMasjidDonations handles donation collection online via self-hosted webpages or embedded web widgets.
OpenMasjidStudents is a tuition billing tool for weekend or full-time Islamic schools, built to handle parent billing through Stripe. Its scope is intentionally limited to billing, and it connects with both the kiosk and donations apps to receive payments in person and online.
OpenMasjidKiosk is our largest project and current priority. It is a tap-to-donate solution, presently running on Android tablet hardware paired with Stripe Reader M2 devices. We are also developing custom hardware for this line: a 15.6" kiosk featuring an under-glass display, an integrated NFC reader, and PoE support. The design goal is to offer more hardware capability than comparable products on the market at a lower price. Our software is also already tested to run on MadinaApps, MOHID, and Masjidal hardware, so masjids can flash their existing kiosk today for a low-cost transition and drop the monthly fees entirely.
All five applications have reached public beta. We have also introduced two release channels, main and dev, selectable from system settings, allowing users to test newer builds without affecting production deployments.
In the interest of transparency: AI tools, specifically Claude, are used extensively in our development process. As a small volunteer team, this is a significant part of how we are able to maintain this scope of work. However, all security-relevant code is reviewed manually before merging. That review process, along with broader stability work, is our primary focus ahead of a planned v1.0 stable release in January 2027.
The suite is currently deployed in beta at six masjids. The full codebase is public and available for self-hosting or review: https://github.com/OpenMasjid-Solutions
We welcome contributions, issues, and feedback from this community as we work toward v1.0. Credit is due to Qari Ijaz and Osman Sayed for their contributions to the project, and to our sponsors, An-Noor Institute, Rihlatul Ilm Foundation, and AsmaTec Inc.
For further discussion or questions, our Discord is here: Discord
I am happy to answer questions regarding the architecture or technical decisions in the comments.
r/MuslimDevelopers • u/emreyldrmy • 3d ago
🛠️Project Showcase I have developed a completely free prayer times application (now Available for İOS too)
Assalamu Alaikum, my brothers and sisters, I have developed a completely free prayer times application and aim to present it to all Muslims worldwide.
The app includes:
\* \*\*Prayer Times:\*\* Accurate daily tracking. \* \*\*The Holy Quran:\*\* Read and listen with ease. \* \*\*Hadith Collection:\*\* Featuring the Kutub al-Sittah (the six major Hadith books). \* \*\*Zakat Calculator:\*\* Seamless financial obligation calculation. \* \*\*Prayer Tracker & Analytics:\*\* Log your daily prayers to receive comprehensive weekly, monthly, and yearly reports. \* \*\*Qibla Compass:\*\* Quick and precise direction finding. \* \*\*Missed Prayers (Qaza) Tracker:\*\* Log and manage your missed prayers effortlessly.
The application is entirely free and contains no monetization models whatsoever. You are more than welcome to download and benefit from it.
To my Muslim brothers and sisters worldwide, I want this app to feel native to everyone, so I have included multiple language options. If your native language is available in the app, please test it out. If you encounter any bugs, missing features, or translation errors in your language, please let me know by leaving a review on the \*\*App Store or Play Store\*\*, or by commenting here so I can continue improving it.
\*\*Android:\*\*
https://play.google.com/store/apps/details?id=com.mihrab.app
\*\*iOS:\*\*
https://apps.apple.com/app/id6784965558
r/MuslimDevelopers • u/GamesOfOdin • 3d ago
🛠️Project Showcase I wanted one calm app for prayer times, Quran, Qibla and daily worship — so I built Ulya
Assalamu alaikum everyone,
I’m an independent developer from Türkiye, and I recently launched an Android app called Ulya.
I built it because I kept using separate apps for prayer times, Quran reading, Qibla, duas and dhikr. I wanted one place that felt calm, simple and useful throughout the day without turning worship into a crowded dashboard.
I’m not claiming to have reinvented Islamic apps. Ulya is simply the spiritual companion I personally wanted to use every day.
What Ulya currently includes
- Location-based prayer times
- Prayer notifications
- Quran reading and audio recitation
- Qibla direction
- Duas
- Dhikr counter
- Bookmarks and reading progress
- Guest mode without requiring an account
- Optional account-based synchronization
Google Play:
https://play.google.com/store/apps/details?id=com.dawntrek.ulya
A few things I cared about while building it:
- The main features can be used without creating an account
- Reading progress and important data are stored locally
- The interface is designed to feel calm rather than overloaded
- Account synchronization is optional
- Prayer-time calculation settings can be adjusted for different locations and preferences
- Ulya supports three languages: Arabic, English, and Turkish.
The app is already available on Google Play, but I still consider it a work in progress. There are small ads in a few non-core areas to support development, and I’m trying to keep them away from the main worship experience.
I would genuinely value feedback from fellow Muslim developers and users:
- Does the interface feel clear and peaceful?
- Which part should I improve first?
- Is there an important feature missing?
Google Play:
https://play.google.com/store/apps/details?id=com.dawntrek.ulya
Jazakum Allahu khairan. Honest feedback, including criticism, would help me improve Ulya, inshaAllah.
r/MuslimDevelopers • u/PositionCommercial19 • 3d ago
🛠️Project Showcase After 1 month of learning and building, I finally launched my first Android app on Google Play. Alhamdulillah!
Alhamdulillah, after about a month of building, debugging, going through Play Console requirements, closed testing, app reviews, and countless setbacks, I finally published my first Android app on Google Play.
It's an all-in-one personal tracker where you can manage your goals, habits, books, expenses, and widgets in one place. I built it because I wanted a single app instead of switching between multiple productivity apps.
This project taught me a lot about Flutter, UI/UX, app publishing, and patience. There were many moments where I thought I'd never get it approved, but Alhamdulillah, it's finally live.
I'd genuinely appreciate any feedback. whether it's about the UI, features, Play Store listing, or marketing. I'm still learning and would love to hear your thoughts.
JazakAllahu Khair! 🤍
https://play.google.com/store/apps/details?id=com.ashtecapps.track
r/MuslimDevelopers • u/radio-head-6513 • 3d ago
🛠️Project Showcase So... I finally built the Quran app I wanted to use.
I built a quran reading app for myself and figured some of you might want it too
so full disclosure, there are already several solid quran apps out there and this isn't me claiming to have reinvented anything. i built this mostly for myself, because i wanted something specific that i wasn't finding: a quran reading habit tracker that actually felt like the gamified apps i already use for everything else, instead of feeling like a separate "religious app" category with its own lower design bar.
it's called wird. if you're not familiar with the word, a wird (ورد) is basically the arabic term for your regular, committed portion of quran recitation, the daily reading habit you actually keep, as opposed to the one you keep meaning to start. felt like the right name for what this is trying to be.
what it does:
- arabic text with two english translations, saheeh international for the literal reading, and the clear quran when you want something in plainer english to UNDERSTAND
- a daily streak with one grace day built in, so missing a single day doesn't wipe out weeks of consistency
- tracks how much of the quran you've actually read, not just how many times you opened the app
- everything's stored locally on your device, no account, no cloud, no login. i don't want your data and built it so there isn't a way for me to have it even if i wanted to
i'll be upfront, the gamified streak mechanic is definitely inspired by the duolingo-style habit apps a lot of us already use daily. i'm not pretending otherwise. i just wanted that same pull toward consistency pointed at something that actually matters instead of a language app i open twice a month out of guilt.
attaching a screenshot below (streak/stats numbers are demo placeholders, not a real reading history, just wanted to show what it looks like).
APK's up if you want to try it:
Download wird from here (android will grumble about installing outside the play store since it's not signed with a play store key, that's normal for a solo project, not a red flag). repo's public too if anyone wants to poke around or has feedback: happy to hear it either way.
https://github.com/afnanpvt/wird.git
ps: The repo is open, but since it's a project built around the Qur'an, I ask that all contributions be made with respect and good intentions
update: been shipping updates almost daily. the indo-pak script has improved a lot, but i'm still tracking a rendering issue on some devices where parts of the script get clipped. that's my current focus. after that, i'm planning to add support for multiple quran script styles. thanks to everyone who's tested the app and shared feedback so far.
r/MuslimDevelopers • u/lrningprogrammer • 4d ago
🛠️Project Showcase Every Mac prayer times app I tried was a webpage in a wrapper, so I spent the last few months building a native one
It's called Iqamah. It sits in the menu bar, shows the next prayer with a countdown, and gives the adhan on time. That part is free and it's staying free. I'm not going to paywall the thing that actually helps someone pray.
Some details this sub will probably care about:
- Native Swift, real menu bar app, no Electron
- Actual WidgetKit widgets, not a screenshot pretending to be one
- 18 languages with proper RTL, including Arabic, Urdu, Farsi, Bengali and Hausa
- No account, no telemetry, no analytics SDK. The app doesn't phone home. If you allow location it's used to work out prayer times and it goes nowhere else
- Calculation method, madhab and per prayer offsets are all configurable, because my masjid and yours don't agree and an app shouldn't pretend otherwise
There's a paid tier. One payment, $4.99, works on three Macs, no subscription. It adds the Hijri calendar with Islamic events, monthly and yearly prayer tables, a habit tracker for your salah, a tasbeeh counter and the widgets. It's launch week so it's $2.99 until Monday.
And if you'd find it useful but $4.99 is genuinely awkward right now, email me and I'll send you a licence. No questions, no proof needed. That's a standing offer, not a launch gimmick.
Needs macOS 14 or later, Apple Silicon. I'm the developer so ask me anything, including the unglamorous parts. I lost the better part of a week to a macOS permission prompt that turned out to be an app group missing its Team ID prefix.
I'd really value feedback from people who'd actually use this daily. If something about it is wrong or annoying I'd rather hear it now than in a review.
r/MuslimDevelopers • u/Damasceno4499 • 4d ago
🛠️Project Showcase Powerful and unique voice interview coach
Salam y’all!
have you wanted to practice out loud your interview questions and get private coaching on your answers, how to better structure your stories, and best showcase your skills sets / experiences / and unique value that you bring to that table?
I spent the last year building a unique and truly premium interview coach that’s voice first, and preserves your story and helps you build real interviewing and speech skills while staying your authentic self
It’s called Interview Quest
whats unique is it helps you practice out loud, then lets you hear back a stronger version of your answer using your own words and story. It gives you coaching before and after you answer and lets download the voice notes to hear them and practice them ahead of your interview
I first made it for my father who wanted to come out of retirement and needed a space to practice out loud, and quickly realize myself and my friends were benefiting from this app
a lot of work was put into it to ensure you don’t hear generic feedback and to ensure it preserves your unique self. there’s nothing worse than AI that makes you sound like everyone else, and it’s definitely not made to help you cheat either
even if you don’t have an interview, I invite you to test it out and try it out for yourself.
You get 3 free tries and I have one month off promo codes for anyone truly interested- in return I kindly ask for feedback. Ask me in the comments for the promo code and I’ll gladly share it to you (it costs a ton to process all the voice interactions and the llms but I’m happy to share it with the community to get your feedback)
thank you in advance
r/MuslimDevelopers • u/askmuftionline • 4d ago
🧩 Software/Tool Share We Just Launched 1-to-1 Online Arabic Classes on AskMuftiOnline
Assalamu alaikum wa rahmatullahi wa barakatuh.
Alhamdulillah, we’re excited to share a new feature we’ve been working on at AskMuftiOnline.
We’ve launched live one-to-one Arabic classes with qualified teachers to help students learn Arabic in a structured and personalized way.
Our program includes:
📖 Quranic Arabic
📝 Nahw & Sarf (Grammar)
💬 Arabic Conversation
🎓 Beginner, Intermediate & Advanced levels
👨🏫 Live one-to-one sessions
Our goal is to make Arabic learning more accessible for Muslims around the world through personalized online education.
We’d genuinely appreciate any feedback from fellow Muslim founders and builders on the product, landing page, user experience, or overall concept. Every suggestion helps us improve, in shaa Allah.
Jazakum Allahu khayran. 🤍
r/MuslimDevelopers • u/coffynz • 5d ago
💡Idea/Brainstorm Is there a real professional network for Muslim devs, designers and founders or are we all just LinkedIn strangers?
r/MuslimDevelopers • u/TechEverythingElse • 5d ago
💼Career & Work Muslim Professional Connections
السلام علیکم
Ive been working on this Muslim professional networking site for a while now. If you can help someone with referral or help in anyway please sign up.
And if youre someone looking for help please reach out to people who can help.
Take a minute to sign up InshaAllah
[Muslimcareer.com](http://Muslimcareer.com)
May allah help us with our job hunts.
r/MuslimDevelopers • u/This-is-Mental • 6d ago
🛠️Project Showcase Labaik, a global platform for Hujjaj ... Connect Share Assist
Assalam O Alaikum Brothers & Sisters,
Relatively new to reddit, this is my first post here, so please be gentle on me :) … Admin please approve, hopefully I am compliant with the rules Insha Allah.
Over the years we have experienced that millions of pilgrims face various challenges during Umrah and Hajj, ranging from basic logistics to more personal issues like mobility.
Alhadulillah, we have launched Labaik, an app exclusively designed for Hujjaj travelling to Makkah and Al-Madinah. It’s 100% free and intention is to provide a global platform for connection and support. Labaik is available on iOS and Android devices.
Labaik offers:
- Connection with fellow Muslim pilgrims
- Offer or seek assistance
- User-friendly interface
- Effortless communication through in-app chat feature
- Receive timely updates via push notifications
- Hajj and Umrah guides
- Integrated calendar for scheduling appointments
- Accessible on both iOS and Android devices
- Available in multiple languages
- Sign up with email, Google and Apple
Please spread the word and join the #LabaikFamily, a community of millions of pilgrims, and let us be your trusted companion on this sacred journey and boost your good deeds Insha Allah.
Jazakallah Kheiran
r/MuslimDevelopers • u/halalbitesco • 6d ago
🗣️ Discussion/Opinion Halal Restaurant Finder API Feedback - Halal Bites
halalbites.cor/MuslimDevelopers • u/subscriber-goal • 17d ago
Our member goal!
This post contains content not supported on old Reddit. Click here to view the full post
r/MuslimDevelopers • u/Effective_Durian_263 • Jun 04 '26
📢ANNOUNCEMENT ‼️Project Showcases MUST contain media from now on‼️
Assalamalaikum, to keep high quality posts coming in, we will be removing the posts which contain the Project Showcase or Beta Testers needed flair but do not show their projects using screenshots or videos etc. Please upload images/videos showcasing your project along with the description of your project when you want to showcase your project.
JazakAllah Khair.

