devnova777 / solidity-insight-ai

An AI-powered Smart Contract Auditor that instantly reviews Solidity code and detects security vulnerabilities using natural language explanations.

Home Page:https://solidity-ai-insight.lovable.app

Repository from Github https://github.comdevnova777/solidity-insight-aiRepository from Github https://github.comdevnova777/solidity-insight-ai

πŸ” Solidity Insight AI

An AI-powered Smart Contract Auditor that instantly reviews Solidity code and detects security vulnerabilities using natural language explanations.


screenshot

🌐 Live App

Try it now β†’ solidity-insight-ai.lovable.app


πŸ“Œ What It Does

Just paste your Solidity smart contract into the app, and get:

  • βœ… Vulnerability Detection (e.g., reentrancy, unchecked calls)
  • 🧠 Line-by-line security analysis
  • πŸ’‘ Suggested fixes and best practices
  • πŸ“„ Markdown-formatted audit summary (ready to share)

All within a simple, clean interface.


πŸš€ Tech Stack

  • Frontend: Next.js + Tailwind CSS
  • Backend: OpenAI GPT-4o (via API)
  • Database: Supabase
  • Language: TypeScript
  • Hosting: Lovable + Vercel
  • Dev Style: Vibe coded πŸ§ƒπŸŽ§πŸ’»

πŸ§‘β€πŸ’» How to Run Locally

  1. Clone the repo
    git clone https://github.com/devnova777/solidity-insight-ai
    cd solidity-insight-ai
    
  2. Install dependencies
npm install

  1. Run the dev server
npm run dev

Contributing

Pull requests welcome! Here's how to help:

Fork the repo

Create your feature branch (git checkout -b feature/YourFeature)

Commit your changes (git commit -m 'Add some feature')

Push to the branch (git push origin feature/YourFeature)

Open a PR

About

An AI-powered Smart Contract Auditor that instantly reviews Solidity code and detects security vulnerabilities using natural language explanations.

https://solidity-ai-insight.lovable.app


Languages

Language:TypeScript 96.9%Language:CSS 1.3%Language:PLpgSQL 0.9%Language:HTML 0.4%Language:JavaScript 0.4%Language:Nix 0.2%