Confidential Copilot is a privacy-preserving AI assistant platform. It leverages secure technologies to provide intelligent assistance while protecting user data and communications.
- Privacy-first: Built with privacy and security as core principles.
- AI-powered assistance: Integrates with modern AI frameworks for natural language understanding and task automation.
- Extensible: Modular design allows for additional extensions, such as the email assistant.
- Modern stack: Uses Next.js, React, and a suite of powerful libraries for rapid development.
/extensions/email-assistant-extension— A secure email assistant with privacy-preserving features.- Main application in the project root (
cc_copilot), built with Next.js and React.
- Node.js (v18 or newer recommended)
- npm or yarn
npm install
# or
yarn installTo start the main app in development mode:
npm run devFor the email assistant extension:
cd extensions/email-assistant-extension
npm install
npm run startTo build the main app:
npm run buildTo build the email assistant extension:
cd extensions/email-assistant-extension
npm run builddev— Start Next.js app in development modebuild— Build for productionstart— Run the production buildlint— Lint codebase
- Next.js
- React
- Supabase
- LangChain
- Radix UI
- and others (see
package.json)
- React
- Webpack
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project may not yet have a license specified. Please add one to clarify usage.
- Organization: Four-Score
Generated with Copilot. Please edit for accuracy and to add project-specific details!