Nebula is an AI-powered coding assistant interface built with Next.js and TypeScript.
- Next.js
- TypeScript
- Tailwind CSS
- React
- Clone the repository:
git clone https://github.com/toadsarecool/nebula.git
cd nebula- Install dependencies:
npm install- Run the development server:
npm run dev- Open http://localhost:3000 in your browser.
Chat: Main chat interface componentChatInput: Handles user input and message sendingMenuSelector: Generic dropdown menu componentMessageRenderer: Renders different types of messagesAgentChatMessage: Displays AI agent responsesAgentActionMessage: Displays executable commandsChatMessage: Displays user messages