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
- Host: GitHub
- URL: https://github.com/bforbilly24/luroai-nextjs-frontend-app
- Owner: bforbilly24
- License: mit
- Created: 2025-07-21T11:15:43.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-07-21T11:20:07.000Z (3 months ago)
- Last Synced: 2025-07-21T13:15:26.246Z (3 months ago)
- Topics: magicui, nextjs, prisma, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 7.83 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🔗 Luro - AI Powered Content Creation Platform(Landing Page)
## 🌟 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.