Skip to content

jayjang0209/ZenMelody

Repository files navigation

ZenMelody

Welcome to ZenMelody, an all-in-one platform designed to enrich your meditation practice and guide you on your journey towards inner peace. ZenMelody combines the power of AI with the wisdom of Zen to offer a comprehensive suite of tools for achieving tranquility and mindfulness.

Features

ZenMelody offers a diverse range of features tailored to enhance your meditation experience:

  • Zen Guide AI: An AI-generated meditation guide that helps you find peace and tranquility through personalized sessions.

Zen Guide AI

  • Zen Music AI: Experience unique, soothing soundscapes tailored to your mood and meditation needs, crafted by AI.

Zen Music AI

  • Zen Quotes: Get inspired with Zen quotes that bring insights into inner peace and tranquility.

Zen Quotes

  • Meditation Video: Access a diverse range of meditation videos that cater to various practices and preferences.

Meditation Video

Built With

ZenMelody is built using cutting-edge technologies to ensure a seamless and enriching user experience:

  • Next.js - A React framework for production
  • TypeScript - A typed superset of JavaScript that compiles to plain JavaScript
  • MySQL - A reliable and scalable database service
  • Primsa - Open-source ORM(Object Relational Mapping)
  • OpenAI - Leveraging AI for personalized meditation experiences
  • Replicate - Leveraging AI for generating meditation music
  • Stripe - Secure payment processing
  • Crisp - Chatbot for real-time user support and engagement
  • Docker - Developing, shipping, and running applications inside lightweight, portable containers
  • GithubActions - CI/CD and automation tool to enable automated testnig
  • Hosted on Vercel - For effortless deployment and scaling

Running the App Using Docker

To run ZenMelody using Docker on your local machine, follow these steps:

Step 1: Clone the ZenMelody repository to your local machine:

git clone https://repository-url-here.git

Step 2: Set Up Environment Variables

Copy the .env.template file to a new file named .env:

cp .env.template .env

Open the .env file in your text editor and update the credentials and other configuration settings to match your local development environment.

Step 3: Build the Docker Image

Build the Docker image for ZenMelody

docker build -t zen-melody .

Step 4: Run the Docker Container

Run the Docker container, specifying the port and the environment file:

docker run -p 3000:3000 --env-file ./.env zen-melody

This command starts the ZenMelody application and binds it to port 3000 on your local machine. The --env-file ./.env option ensures that your Docker container uses the environment variables defined in your .env file.

Step 5: Accessing the App

With the container running, open your web browser and navigate to http://localhost:3000. You should see the ZenMelody application running.

Running the app wihtout using Docker

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

SaaS AI Platform enhancing meditation practices and promoting inner peace

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages