تطبيق يهدف للاتساق مع الإسلام لله ربّ العالمين، خطوة بخطوة، وبيُسر وسهولة بإذن الله. تطبيق بترميز واحد لكل المنصات، مصنوع بتقنيات حديثة، ومصمم بواجهة جذابة؛ ولا حول ولا قوة إلا بالله...
لتجربة التطبيق الآن من أي متصفح:
https://muttasiq.com
يتم الاختبار الآن من قبل متطوعين...
يتم الاختبار الآن من قبل متطوعين...
(الصور قريبًا إن شاء الله)
لاقتراح أي فكرة أو مناقشة أي خاصيّة حالية للتطبيق، يُرجى طرحها -لا في قسم المشكلات التقنية- بل في قسم النقاشات، جزاكم الله خيرا، والسلام.
وهناك قسم متكامل لاستعراض المهمات التقنية قيد العمل، للمختصين، والذي يمكن من خلاله قياس حوية المشروع بشكل عام.
ترميز واحد لتصدير تطبيق لجميع المنصاتحافظة محليّة لإنجازات وإعدادات المستخدماختبارات برمجية لتطبيق الويب (المتصفح)- اختبارات برمجية لتطبيقات المنصات (المحليّة)
قسم لاستعراض المهام والمتغيّرات بين النسخ- قسم لاستعراض وشرح الخواص الحالية في التطبيق
- محرك للغة العربية، بحثًا وتحليلًا
- إخفاء الحركات
- القراءة بالعربية صوتيًّا
- دعم اللغات الأجنبية بشكل مفتوح المصدر
أذكار الصباح والمساءإمكانية تعديل الأذكار وترتيبها
- تذكير بأذكار الصباح والمساء
- أذكار يوم الجمعة
- الصلوات وتذكيراتها
- قضاء الصلوات أيّام ضلال المرء
- سُنّة الاستهام
- صِلة
- صحيح الأدعية، مُقسَّمَة بأنواع الاحتياجات
- القرآن الكريم
- الوِرد اليومي من القرآن الكريم
- سنن اليوم والليلة
- اصطياد كل السنن بآثارها، ولو مرّة في العمر
- علم الحديث: إسناد ورواة ومتون
- إمكانية جرد الآثار باتساق
كما تعلم، بارك الله فيك، فجعل التطبيق متاحًا على المخدّمات، ومتوفّرًا في كافّة المنصات (بأنواع أجهزتها المختلفة) وبيُسر وسهولة، يحتاج إلى طاقة ومال وفيرين! وتطوير كل هذه الإمكانيات يأخذ تخطيطا بوقت كثير وبذل جهد كبير، وعلى حساب أيّ عمل أو صنعة أخرى... فلا تنسانا من الدعاء.
وكذلك تستطيع دعم تطوير وصيانة المشروع هذا عن طريق الاشتراك (بمبلغ شهري)، أو عن طريق التبرّع لمرّة واحدة، وذلك في المنصات التالية:
| جيتهاب | Github |
|
| باتريون | Patreon |
|
| باي مي كوفي | BuyMeCoffee |
|
وإن كنت مطوّرًا أو مصمّمًا، وتودّ دعم هذا المشروع، فقم بِتَفَقُّد القسم المخصص في الأسفل.
والله المستعان.
- قناة الرقية الشرعية (لأبي عمر، يوسف)
- هيثم عسولي
The web app is built using one of the most standard and well-documented web technology stacks, known as the TALL stack. Get a grip over the general concepts in the docs as soon as possible - after considering the tip below:
- https://tailwindcss.com/docs
- https://alpinejs.dev/docs
- https://livewire.laravel.com/docs
- https://laravel.com/docs
- https://filamentphp.com/docs
- https://pestphp.com/docs
The native apps, are built using NativePHP. And with their new mobile builder, all platforms are covered. It relies on a wide ecosystem of technologies — without requiring YOU to directly interact with them.
Tip
You can also start learning about ALL of these technologies by using Laravel Boost, which does almost everything for you if you give the AI agent well-engineered commands — including writing feature tests. I set it up in this project for Anthropic Claude and Codex CLI, but it can work with pretty much anything else.
- Focus on the main missions detailed in discussions and assigned in the project view. So unless it's a bug fix, do not work on any new feature without having an issue and being assigned to.
- Use and maintain the bash scripts found in [./.scripts] directory, providing utilities to run and watch all available platform applications, etc.
- Since any change to the
mainbranch is going to directly update the web app, PRs are NOT going to be directed tomainbranch, please, but rather todevbranch instead. - Use the
composer greencommand before you do the PR in the first place. It will do the standard code formatting, linting, and testing altogether. Please trace what it does in composer.json.- The process runs PestPHP browser tests in
--compactmode only (not--parallel) due to current bugs in the Playwright and PestPHP integration, including direct mobile emulation support—this may make tests slower locally, though they work reliably (this limitation does not apply to CI, I think, since it’s ephemeral).
- The process runs PestPHP browser tests in
- We have
muttasiq-patchesNativePHP plugin that overrides the original NativePHP engine a bit. Make sure you account for what it does in mind, where (the PR you're going to do there) its modifications do not conflict with one another when patching the same file and correctly patch the files they're targetting from the NativePHP version specified incomposer.jsonover here.- Keep in mind that there is a Bash switching script for when you have the package locally and test its changes locally before the PR. Check it out.
- We recommend Ubuntu (LTS) for stable and upgradable development environment.
- Setting up your development environment could be easier using this lara-stacker CLI Bash scripts, which utilizes Docker to setup the main services, and leaving you to only care about few tools that are essential for PHP development.
- We recommend using
git cloneinto lara-stacker's apps-root directory and then using lara-stacker's "rewire" command on this project. - Running
composer setupcommand at the beginning, as for any Laravel of course.
- We recommend using
- We strongly advocate for using VSCodium, especially for those who are new to the development world.
- Check out all of our VSC configurations set in this TALL-STANDARDS wikipedia, which also contains a decent bit of tips for dealing with the tall-stack and some other related tools and technologies. (The project isn't complete)
- And whatever we advised to do for quick learning about this stack, please make sure you read the development section up top.
If you're a designer, or perhaps you don't know much about coding, feel free to post in discussions any contributions to how you think visuals can be improved; supported by photos and videos, of course.
Note
There is light and dark themed splash screen feature, but I'm not currently utilizing it because of the current poor brand anyway...
The assets used for the app so far can be found in this online Penpot draft (request needed), which you preview quickly from here or edit it freely using this [design.penpot] file.
- https://heropatterns.com
- https://blade-ui-kit.com/blade-icons
- https://laravel-package-ocean.com
- https://filamentphp.com/plugins
- https://nativephp.com/plugins
This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
You may redistribute and/or modify this program under the terms of the AGPL v3.
See the full license text in LICENSE.
Copyright (C) 2026 Muttasiq Contributors.
- Main: GoodM4ven (أبو عبد الله الحاسوبي)
- Support: M4MD24 (أبو عثمان الهواري)
- Telegram Supporters: @yahya_0beid (يحيى العبيدي), @Al_Fawzawi (أبو عوف الفوزوي), @Selamah_Aldimashqq (سلمة الدمشقي), @hamedAbuAbdlah (أبو عبد الله حامد), @AbdelfettahSi (أبو خديجة عبد الفتاح), @almuhanad1 (المهند النهمي), @TheHidden9 (عبد الله).
احذر
ذوات
الأرواح
- Morning athkar background
- Night athkar background (modified via ChatGPT)
- ChatGPT and Codex CLI
- Anthropic Claude
- Laravel entire ecosystem
- TALL-Stack
- FilamentPHP
- NativePHP
- Bifrost
- VSCodium (the project was removed and then recovered, file by file, using tons of versions for each file from the no-telemetry cache)

