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

https://github.com/moinulmoin/ai-nextpress


https://github.com/moinulmoin/ai-nextpress

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# AI NextPress

AI-powered content generation built with Next.js, Vercel AI SDK, Payload CMS.

## Tech Stack

- **Framework**: Next.js
- **AI**: Open AI
- **State**: SWR
- **Styling**: Tailwind CSS + shadcn/ui
- **CMS**: Payload
- **Database**: PostgreSQL

## Getting Started

Make sure you have the following tools installed:
- Node.js
- pnpm

1. Clone repo
```bash
git clone https://github.com/your-username/ai-nextpress.git

2. Install dependencies
```bash
pnpm install
```
3. Copy .env.example to .env with your environment variables
```bash
cp .env.example .env
```
4. Start the app
```bash
pnpm run dev
```