Fork Any Web3 Project in One Click
Keringit.ai is an OS that simplifies forking, customizing and deploying any web3 project and smart contracts. With just a GitHub URL. you can clone any web3 project and deploy it to your preferred L1/L2 of choice like Ethereum, Arbitrum, Base, Optimisim, Polygon etc with a single click. No complex setup, no coding skills needed. It's web3 made easy.
📚 Read the full documentation here
- Deploying and Running a Node with one click.
- Understanding complex smart contracts by just chatting.
- Easily contribute to any existing project of choice.
- No devs needed in helping you fork protocols across chains.
- Node.js (v14 or higher)
- npm (v6 or higher)
- Ragnar.ai API key
- Clone the repository:
git clone https://github.com/chatxbt/keringit.git
cd keringit-ai- Install dependencies:
npm install- Environment variables:
Keringit.ai uses Next.js. Here's how to run it locally:
- Start the development server: This launches the Next.js app in development mode with hot reloading enabled.
npm run dev-
Access the app: Open your browser and navigate to http://localhost:3000 to see Keringit.ai in action.
-
Build for production (optional): To create an optimized production build, run:
npm run buildThen start the production server with:
npm run startGot ideas to improve Keringit.ai? Fork the repo, tweak it, and send us a pull request. Let's make web3 accessible to everyone.


