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

https://github.com/memfreeme/pagegen

The Nextjs, React, Shadcn UI starter for PageGen AI
https://github.com/memfreeme/pagegen

ai nextjs page-generator react shadcn-ui tailwind

Last synced: 3 months ago
JSON representation

The Nextjs, React, Shadcn UI starter for PageGen AI

Awesome Lists containing this project

README

          

This is the code template repository of [PageGen AI](https://pagegen.ai/). You can use this repository to quickly preview and deploy the code generated by [PageGen AI](https://pagegen.ai/).

## Local Development and Preview

1. Clone this repository to your local machine:

```bash
git clone https://github.com/memfreeme/pagegen
```

2. Copy the code generated by [PageGen AI](https://pagegen.ai/) to the `/app/privew/page.tsx` file.

3. run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

4. Open [http://localhost:3000/preview](http://localhost:3000/preview) with your browser to preview the code generated by [PageGen AI](https://pagegen.ai/).

## Deploy on Vercel

1. [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmemfreeme%2Fpagegen&project-name=pagegen&repository-name=pagegen&demo-title=PageGen&demo-description=AI%20Page%20Generator&demo-url=https%3A%2F%2Fpagegen.ai%2F&demo-image=https%3A%2F%2Fimage.memfree.me%2Fpagegen-template.png)

2. Copy the code generated by [PageGen AI](https://pagegen.ai/) to the `/app/privew/page.tsx` file. (You could directly edit the code in your forked repository on GitHub)

3. Git push to deploy the code generated by [PageGen AI](https://pagegen.ai/).