Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zidanhafiz/megumisensei
Japanese tools web app with AI feature
https://github.com/zidanhafiz/megumisensei
ai nextjs openai supabase typescript
Last synced: 24 days ago
JSON representation
Japanese tools web app with AI feature
- Host: GitHub
- URL: https://github.com/zidanhafiz/megumisensei
- Owner: zidanhafiz
- Created: 2024-10-25T19:48:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-17T15:05:43.000Z (2 months ago)
- Last Synced: 2024-12-31T10:14:56.730Z (24 days ago)
- Topics: ai, nextjs, openai, supabase, typescript
- Language: TypeScript
- Homepage: https://megumi-sensei.vercel.app
- Size: 436 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Megumi Sensei
Megumi Sensei is an AI Assistant website designed to assist with various tasks, including translating between Japanese and Indonesian.
## Project Overview
This project is built with:
- **Next.js 15**
- **Tailwind CSS**
- **DaisyUI**
- **OpenAI API**## Getting Started
### Clone the Repository
1. Clone this repository:
```bash
git clone https://github.com/zidanhafiz/MegumiSensei.git
```### Set Up Environment Variables
2. Create a `.env.local` file in the root directory and add your OpenAI API key:
```bash
OPENAI_API_KEY=your-openai-api-key
```### Install Dependencies
3. Install the required dependencies using `pnpm`:
```bash
pnpm install
```
Or with `npm`:
```bash
npm install
```### Run the Project Locally
4. Start the development server using `pnpm`:
```bash
pnpm dev
```
Or with `npm`:
```bash
npm run dev
```