An open API service indexing awesome lists of open source software.

https://github.com/bforbilly24/luroai-nextjs-frontend-app

Landing Page Template
https://github.com/bforbilly24/luroai-nextjs-frontend-app

magicui nextjs prisma shadcn-ui tailwindcss

Last synced: 2 months ago
JSON representation

Landing Page Template

Awesome Lists containing this project

README

          

Luro Logo

# 🔗 Luro - AI Powered Content Creation Platform(Landing Page)

Luro Thumbnail

## 🌟 Introduction
Luro is an innovative social media marketing platform designed to help you streamline your social media management effortlessly. Built with Next.js, Tailwind CSS, Shadcn UI, Magic UI, Aceternity UI, Prisma, MongoDB, Clerk, React Hook Form, and TypeScript, Luro provides powerful analytics and user-friendly features to enhance your social media marketing experience.

## 🚀 Features

- Real-time performance tracking across platforms
- Engagement rate calculations and trends
- Audience growth and demographic insights
- Custom report generation
- ROI tracking and analysis

## 💻 Tech Stack

* Next.js
* Tailwind CSS
* Shadcn UI
* Magic UI
* Aceternity UI
* Prisma
* MongoDB
* Clerk
* Recharts
* Framer Motion

## 🛠️ Installation
To run Luro locally, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/bforbilly24/luroai-nextjs-frontend-app.git
```
2. Install dependencies:
```bash
pnpm install
```
3. Set up environment variables in a `.env` file:
```
# app
NEXT_PUBLIC_APP_NAME=
NEXT_PUBLIC_APP_DOMAIN=

# database
DATABASE_URL=

# auth
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
NEXT_PUBLIC_CLERK_SIGN_IN_URL="/signin"
NEXT_PUBLIC_CLERK_SIGN_UP_URL="/signup"
NEXT_PUBLIC_CLERK_SIGN_IN_FALLBACK_URL="/"
NEXT_PUBLIC_CLERK_SIGN_UP_FALLBACK_URL="/"
```

4. Run the development server:
```bash
pnpm run dev
```

## 📜 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.