Giter Site home page Giter Site logo

jayjang0209 / zenmelody Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 3.22 MB

SaaS AI Platform enhancing meditation practices and promoting inner peace

Home Page: https://zen-melody.vercel.app

CSS 3.66% TypeScript 94.98% JavaScript 0.22% Dockerfile 0.86% Makefile 0.27%
docker github-actions mysql nextjs openai stripe typescript

zenmelody's Introduction

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.

zenmelody's People

Contributors

jayjang0209 avatar

Watchers

 avatar

Forkers

wanghaisheng

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.