A modern note-taking application powered by Retrieval-Augmented Generation (RAG) and generative AI. This frontend provides an intuitive interface for creating, organizing, and intelligently searching through your notes using advanced AI capabilities.
npm install
# or
pnpm install
# or
yarn install
Start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of the app:
npm run build
You can preview the production build with npm run preview.
This project is under active development. Features and functionality are subject to change as we continue to enhance the AI-powered note-taking experience.
Note: Make sure to configure the backend services for full functionality. Refer to the main project documentation