FakeAI
Generate high-quality, fake ChatGPT snapshots, customize conversation and Export it as png!
framer-motionhtml-to-imagenextjs15react19shadcn-uitailwindcss-v4typescript
2
Stars0
Forks2
WatchersUpdated Sep 9, 2025
README
TypeScript
FakeAI
Generate Fake AI Snapshots :) — A fun, creative side project.
Demo
https://fakaigenerator.netlify.app/
Features
- Snapshot-style UI to display fake AI-generated content (e.g., text/image simulations)
- Built with Next.js (via )
create-next-app
- Developed using TypeScript, CSS modules, and modern component patterns -Click to generate snapshot -Download image in .png format -Customize prompts
Tech Stack
- Framework: Next.js
- Language: TypeScript
- Styling: CSS / Tailwind CSS (whichever applies)
- Bundler/Transpiler: Netlify optimized via using the Geist font :contentReference[oaicite:1]{index=1}
next/font
Installation & Setup
- Clone the repo
bash
git clone https://github.com/Navidreza80/FakeAI.git cd FakeAI npm install # or yarn install / pnpm install npm run dev # or yarn dev / pnpm dev / bun dev
Open http://localhost:3000 to view
Command | Description |
---|---|
| Start local development server |
| Create optimized production build |
| Start server in production mode |
Configuration
Ensure your system has Node.js (v14+) and npm/yarn installed
This project includes eslint.config.mjs, tsconfig.json, postcss.config.mjs for code quality and configuration
Contributing
Contributions are welcome! To help:
Fork the repo
Create a feature branch: git checkout -b my-feature
Make your changes & commit: git commit -m "Add XYZ feature"
Push to your branch & open a Pull Request