This repo is the open source ideas board for Ummah.build and Islamic tech. Live at ideas.ummah.build. You can suggest new ideas, propose edits to existing ideas, or add features to ideas.
- Open a new issue and choose "Suggest new idea".
- Fill in the template: title, description, slug, category, and optional emoji, status, URL, and features (requirements).
- Use categories from categories.json: Prayer tools, Islamic Finance, Islamic History, Zakat, Mosque, Social, Game, Prayer coordination, Islamic Education, Transparency, Self Reflection, Marriage, Family, Women, Haram Police, Islamic Onboarding, Muslim Media, Ramadan, Tooling, Food, Islamic Legal Tech, Quran.
- Submit the issue. A maintainer will review and add a new markdown file under src/content/ideas/ (e.g.
src/content/ideas/my-slug.md) with the correct frontmatter.
- Edit the idea’s markdown file: src/content/ideas/ — one file per idea, e.g.
src/content/ideas/praysap.md. - Each file has YAML frontmatter (title, description, slug, status, emoji, url, quality, categories, requirements) and optional body. See src/content/config.ts for the schema.
- Open a PR. The Build and deploy workflow will build the site from markdown and validate frontmatter; idea pages are rendered at build time (no generated HTML to commit).
Alternatively, open an issue "Edit existing idea" and a maintainer will update the markdown file.
If you want a new category or a change to categories.json, open an issue and describe the category (slug, name, short description). Categories are used for filtering and SEO.
- Idea pages are rendered from markdown. Each idea is a file in src/content/ideas/ (e.g.
praysap.md) with YAML frontmatter and optional body. The schema is in src/content/config.ts. - Required frontmatter:
id,title,description,slug,status(one of: ideating, in-progress, production, archived). - Optional:
url,emoji,quality,categories(array),relatedSlugs(array),requirements(array). - ideas.json is generated at build time from these markdown files (used by the board and feeds). Do not commit
public/ideas.json; it is built bynpm run build. - Categories are in public/categories.json (or categories.json at repo root). Used for filtering and SEO.
- Board lives at public/index.html; it loads
ideas.jsonfrom the built site. - Feeds (feed.json, feed.xml) can be regenerated with
node scripts/generate-feed.mjs(reads from builtpublic/ideas.jsonor run afternpm run content:json).
- Fork the repo and create a branch.
- To add or edit an idea: add or edit a markdown file in src/content/ideas/ (e.g.
src/content/ideas/my-idea.md). Use the same frontmatter shape as existing files; slug must be URL-safe (lowercase, hyphens). - To change the board or categories: edit
public/index.htmlorpublic/categories.json. - Run
npm run buildlocally to confirm the site builds (validates markdown frontmatter). - Open a PR. The Build and deploy workflow will run and validate the build; on merge to main, the site deploys to GitHub Pages (if enabled).
Be respectful and constructive. This is a community space for Islamic tech ideas.
Open an issue or reach out via Ummah.build.