CLI AI Coding Agent for developers
Work with superCli directly in your codebase. Build, debug, and ship from your terminal, IDE, Slack, or the web. Describe what you need, and superCli handles the rest.
- Multi-platform Support: Work from terminal, IDE, Slack, or web interface
- AI-Powered: Intelligent code generation and assistance
- Direct Codebase Integration: Seamlessly work within your existing projects
- Build, Debug & Ship: Complete development workflow support
- Natural Language Interface: Describe what you need in plain English
curl -fsSL https://supercode.ai/install | bashnpm install -g supercodebun install -g supercodebrew install supercodeparu -S supercode- Node.js 18+ or Bun
- PostgreSQL database
- Git
-
Clone the repository
git clone git@github.com:yashdev9274/supercli.git cd supercli -
Install dependencies
bun install
-
Set up environment variables
cp .env.example .env # Edit .env with your configuration -
Set up the database
bunx prisma migrate dev bunx prisma generate
-
Run the development server
bun run dev
-
Open your browser Navigate to http://localhost:3000 to see the application.
- Framework: Next.js 16.1.1
- Language: TypeScript
- Database: PostgreSQL with Prisma
- Vector Database: Pinecone
- Authentication: Better Auth
- UI Components: Radix UI + Tailwind CSS
- State Management: TanStack Query
- Styling: Tailwind CSS v4
supercli/
├── app/ # Next.js app directory
│ ├── (auth)/ # Authentication routes
│ ├── api/ # API routes
│ ├── dashboard/ # Dashboard pages
│ └── layout.tsx # Root layout
├── components/ # React components
│ ├── dashboard/ # Dashboard components
│ ├── homepage/ # Homepage components
│ ├── providers/ # Context providers
│ └── ui/ # UI component library
├── lib/ # Utility libraries
├── modules/ # Feature modules
├── prisma/ # Database schema and migrations
└── public/ # Static assets
bun dev- Start development serverbun build- Build for production (includes Prisma generate)bun start- Start production serverbun lint- Run ESLint
Right now this project is private and proprietary.
Made with ❤️ by the Supercode team