Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 1.77 KB

File metadata and controls

79 lines (54 loc) · 1.77 KB

HackerAI Logo

HackerAI

Your AI-Powered Penetration Testing Assistant

License Website

Getting started

Prerequisites

You'll need the following accounts:

Required:

  • OpenRouter - AI model provider
  • OpenAI - Content moderation
  • E2B - Sandbox environment for secure code execution in agent mode
  • Convex - Database and backend
  • WorkOS - Authentication and user management

Optional:

Clone the repo

git clone https://github.com/hackerai-tech/hackerai.git

Navigate to the project directory

cd hackerai

Install dependencies

pnpm install

Run the setup script

pnpm run setup

Start the development server

This runs both Next.js and Convex dev servers:

pnpm run dev

Or run them separately in two terminals:

pnpm run dev:next
pnpm run dev:convex