This project is a Next.js application that integrates with the E2B code interpreter to provide a terminal interface with AI assistance.
- Terminal interface with command execution
- AI chat assistant
- Light and dark theme support
- Responsive design for mobile and desktop
- Node.js and npm installed
- E2B API key
-
Clone the repository:
git clone https://github.com/BurhanCantCode/LinuxFtE2B.git
-
Navigate to the project directory:
cd LinuxFtE2B
-
Install dependencies:
npm install
-
Set up environment variables:
- Create a
.env.local
file in the root directory - Add your E2B API key:
NEXT_PUBLIC_E2B_API_KEY=your_api_key_here
- Create a
To start the development server, run:
npm run dev
To create an optimized production build, run:
npm run build
This project is ready to be deployed on Vercel. Ensure all environment variables are set in the Vercel dashboard.
This project is licensed under the MIT License.