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
- Host: GitHub
- URL: https://github.com/memfreeme/pagegen
- Owner: memfreeme
- License: mit
- Created: 2024-11-30T15:51:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T13:04:40.000Z (10 months ago)
- Last Synced: 2025-03-28T03:18:32.099Z (6 months ago)
- Topics: ai, nextjs, page-generator, react, shadcn-ui, tailwind
- Language: TypeScript
- Homepage: https://pagegen.ai
- Size: 306 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. [](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/).