Skip to content

kevinbdsouza/quillmind

Repository files navigation

QuillMind

QuillMind is an AI‑powered writing assistant built with Electron and React.

Features

  • Electron desktop shell
  • React front end powered by Vite
  • Express backend with JWT authentication

Getting Started

Frontend

# install dependencies
npm install

# run the Vite dev server
npm run dev

# launch the Electron app (after building or during development)
npm start

Backend

cd backend
npm install

# start the API server
npm start
# or run with nodemon
npm run dev

The backend expects a PostgreSQL database and reads connection details from environment variables (see backend/dbConfig.js).

License

This project is licensed under the MIT License.

About

QuillMind is an AI‑powered writing assistant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published