NAVID

FakeAI

Generate high-quality, fake ChatGPT snapshots, customize conversation and Export it as png!

framer-motionhtml-to-imagenextjs15react19shadcn-uitailwindcss-v4typescript
2
Stars
0
Forks
2
Watchers
Updated Sep 9, 2025

README

TypeScript

FakeAI

Stars Repo Size TypeScript

Generate Fake AI Snapshots :) — A fun, creative side project.

image chat-snapshot (3)

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
    next/font
    using the Geist font :contentReference[oaicite:1]{index=1}

Installation & Setup

  1. 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

CommandDescription
npm run dev
Start local development server
npm run build
Create optimized production build
npm start
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

Project data fetched from GitHub API