https://github.com/rowyio/meditation-app-starter
AI powered Meditation App - Start kit built with Next.js, Replicate, Vercel and BuildShip
https://github.com/rowyio/meditation-app-starter
Last synced: 4 months ago
JSON representation
AI powered Meditation App - Start kit built with Next.js, Replicate, Vercel and BuildShip
- Host: GitHub
- URL: https://github.com/rowyio/meditation-app-starter
- Owner: rowyio
- Created: 2023-10-17T04:15:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T13:56:07.000Z (over 1 year ago)
- Last Synced: 2024-08-13T07:16:52.845Z (8 months ago)
- Language: TypeScript
- Homepage: https://meditate-gpt.vercel.app/
- Size: 9 MB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rowyio/meditation-app-starter - AI powered Meditation App - Start kit built with Next.js, Replicate, Vercel and BuildShip (TypeScript)
README
# meditation-app-starter
AI powered Meditation App - Start kit built with Next.js, Vercel and BuildShip
Generate a meditation session complete with a relaxing background, featuring gentle music, and guided breathing exercises to help you achieve a state of deep relaxation and mindfulness.
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.