View the web app here.
Synapsis is a web app designed to enhance note-taking and study efficiency through advanced AI features. This README provides an overview of the project, installation instructions, and usage guidelines.
Synapsis aims to revolutionize how users interact with their study materials by offering intelligent note organization, context-aware insights, and seamless integration with various educational tools. Built with cutting-edge technology, Synapsis is designed to make learning more efficient and effective.
To get started with Synapsis, follow these steps:
Make sure to add these in an .env file:
DATABASE_URL="" # Postgres database URL
GOOGLE_AI_API_KEY="" # Google Gemini API key
OPENAI_API_KEY="" # OpenAI API key
INNGEST="" # Inngest API key
git clone https://github.com/Posandu/synapsis.git
cd synapsis
bun install
bun run dev
http://localhost:5173
to see the app in action.We welcome contributions to Synapsis! If you'd like to help improve the app, please follow these guidelines:
This project is licensed under the MIT License. See the LICENSE file for more details.