https://github.com/moinulmoin/ai-nextpress
https://github.com/moinulmoin/ai-nextpress
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moinulmoin/ai-nextpress
- Owner: moinulmoin
- Created: 2025-02-03T16:06:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-04T16:58:59.000Z (11 months ago)
- Last Synced: 2025-06-30T01:46:35.352Z (6 months ago)
- Language: TypeScript
- Homepage: https://ai-nextpress.vercel.app
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```