Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free, open-source Next.js 13 template for building a mosque website with prayer times, announcements, and a contact form.
MOS-APP-NEXTJS (MosApp) is a free, open-source Next.js 13 website template for mosques, designed to publish prayer timings, announcements, and basic mosque information on a single responsive page. It is hosted on GitHub at mos-apps/mos-app-nextjs and comes with a live preview deployment on Vercel.
MOS-APP-NEXTJS is a web development template built on Next.js 13.0 by the mos-apps GitHub organization. It takes configuration files — config/theme.json, config/menu.json, and config/config.json — as input to control colors, navigation, and site settings, and it outputs a statically generated, SEO-friendly mosque website with a working contact form. The template runs on the Next.js framework and can be deployed to any Node.js-compatible host, as demonstrated by its Vercel-powered live demo.
npm run build to generate a production-ready build, then host it on Vercel or another Node.js platform.npm install in the project folder to install dependencies.npm run dev to preview locally; edit config/theme.json, config/menu.json, and config/config.json to customize the site.npm run build to compile a production build for deployment.Yes, the template is open source and publicly available on GitHub, so anyone can download, modify, and use it without paying licensing fees.
Install Node.js (LTS recommended), then run npm install and npm run dev in the project directory. This starts a development server with live-reload in your default browser.
Open config/theme.json to set the theme color, config/menu.json to edit menu items, and config/config.json to adjust other site-wide settings. No component editing is required.
The badge in the README indicates Next.js 13.0. Use a compatible Node.js environment (the recommended LTS version) to run the template.
