Create fake Polymarket UI for memes, shitposting, and other shenanigans. This tool lets you generate realistic-looking Polymarket prediction market interfaces for creative purposes.
- Generate realistic Polymarket UI mockups
- Customize market details and prices
- Perfect for creating crypto memes and content
- Built with modern web technologies
- React 18
- TypeScript
- Vite
- Tailwind CSS
- Shadcn/ui Components
- Recharts for data visualization
- Date-fns for date handling
- Cloudflare Workers (for CORS proxy)
- Node.js (v16 or higher)
- npm or yarn
- Wrangler CLI (for Cloudflare Workers)
- Clone the repository:
git clone https://github.com/yourusername/polymarket-faker.git
cd polymarket-faker- Install dependencies:
npm install
npm install -D wrangler concurrentlyor with yarn:
yarn
yarn add -D wrangler concurrently- Run the development server:
npm run devThis will start both:
- Vite dev server for the frontend
- Cloudflare Workers development server for the CORS proxy
Alternatively, you can run them separately:
npm run dev:worker # Terminal 1: Start Cloudflare Workers
npm run dev # Terminal 2: Start Vite dev server- Build the project:
npm run buildnpm run dev- Start both frontend and worker development serversnpm run dev:worker- Start only the Cloudflare Worker servernpm run build- Create production buildnpm run lint- Run ESLintnpm run preview- Preview production build locally
Created by Oz Tamir
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
This tool is for entertainment purposes only. It is not affiliated with Polymarket and should not be used to create misleading or fraudulent content.