An AI-powered Smart Contract Auditor that instantly reviews Solidity code and detects security vulnerabilities using natural language explanations.
Try it now β solidity-insight-ai.lovable.app
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.
- Frontend: Next.js + Tailwind CSS
- Backend: OpenAI GPT-4o (via API)
- Database: Supabase
- Language: TypeScript
- Hosting: Lovable + Vercel
- Dev Style: Vibe coded π§π§π»
- Clone the repo
git clone https://github.com/devnova777/solidity-insight-ai cd solidity-insight-ai - Install dependencies
npm install
- Run the dev server
npm run dev
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
