https://github.com/rezadrian01/Simakin
An AI-powered Qur’an recitation companion that listens to users’ recitations, transcribes them, and provides feedback after processing. Built with Remix, Prisma, MySQL, and Gemini API.
https://github.com/rezadrian01/Simakin
ai fullstack gemini islamic-app memorize mysql prisma quran react-router recitation remix speech-analysis
Last synced: about 19 hours ago
JSON representation
An AI-powered Qur’an recitation companion that listens to users’ recitations, transcribes them, and provides feedback after processing. Built with Remix, Prisma, MySQL, and Gemini API.
- Host: GitHub
- URL: https://github.com/rezadrian01/Simakin
- Owner: rezadrian01
- License: mit
- Created: 2025-10-23T07:49:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-05-12T04:01:10.000Z (about 1 month ago)
- Last Synced: 2026-05-12T05:38:42.544Z (about 1 month ago)
- Topics: ai, fullstack, gemini, islamic-app, memorize, mysql, prisma, quran, react-router, recitation, remix, speech-analysis
- Language: TypeScript
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-islamic-open-source-apps - Simakin - 3 AI language model to generate text based on input prompts 👍 Uses OpenAI GPT-3 AI language model, Generates text based on input prompts (Islamic Resources and Community (52 projects) / TypeScript)
README
# Welcome to React Router!
A modern, production-ready template for building full-stack React applications using React Router.
[](https://stackblitz.com/github/remix-run/react-router-templates/tree/main/default)
## Features
- 🚀 Server-side rendering
- ⚡️ Hot Module Replacement (HMR)
- 📦 Asset bundling and optimization
- 🔄 Data loading and mutations
- 🔒 TypeScript by default
- 🎉 TailwindCSS for styling
- 📖 [React Router docs](https://reactrouter.com/)
## Getting Started
### Installation
Install the dependencies:
```bash
npm install
```
### Development
Start the development server with HMR:
```bash
npm run dev
```
Your application will be available at `http://localhost:5173`.
## Building for Production
Create a production build:
```bash
npm run build
```
## Deployment
### Docker Deployment
To build and run using Docker:
```bash
docker build -t my-app .
# Run the container
docker run -p 3000:3000 my-app
```
The containerized application can be deployed to any platform that supports Docker, including:
- AWS ECS
- Google Cloud Run
- Azure Container Apps
- Digital Ocean App Platform
- Fly.io
- Railway
### DIY Deployment
If you're familiar with deploying Node applications, the built-in app server is production-ready.
Make sure to deploy the output of `npm run build`
```
├── package.json
├── package-lock.json (or pnpm-lock.yaml, or bun.lockb)
├── build/
│ ├── client/ # Static assets
│ └── server/ # Server-side code
```
## Styling
This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer.
---
Built with ❤️ using React Router.