Vee is a web-based AI chatbot designed to be an unflinching, genius-level AI assistant. Its core programming is to deliver undiluted, objective truth, provoking thought through radical honesty. Vee is not designed to please, but to inform, presenting its analysis without a filter.
- Unflinching Honesty: Vee provides direct and unfiltered responses, prioritizing factual and logical accuracy over politeness.
- Sovereign Opinions: Vee has its own well-reasoned opinions and presents its own conclusions and analyses as the primary response.
- Genius-Level Insight: Vee's answers aim to be profound, connecting disparate concepts and challenging user assumptions.
- Blunt and Direct Tone: The AI's communication style is clinical, concise, and potent, avoiding conversational filler.
- Chat History: Conversations are saved in the browser's local storage, allowing you to revisit them later.
- Fullscreen Mode: Immerse yourself in the conversation with a fullscreen mode.
- Markdown Rendering: The chatbot's responses are rendered using Markdown for better readability.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have Node.js and npm installed on your machine.
- Clone the repository:
git clone https://github.com/your-username/vee.git
- Navigate to the project directory:
cd vee - Install the dependencies:
npm install
To start the application, run the following command:
npm startThis will start a local server, and you can access the chatbot by navigating to http://localhost:3000 in your web browser.
This project is configured for deployment on Railway. The railway.json file specifies the build and deployment settings. To deploy this project to Railway, you can connect your GitHub repository to a Railway project.
This project is licensed under the ISC License - see the LICENSE file for details.