Snap, Note, Remember
A lightweight, real-time note-taking application powered by AI, designed to run efficiently on Cloudflare.
- Real-time Collaboration: Take notes with others in real-time, with instant updates across all connected devices.
- AI-Powered: Get smart suggestions, summaries, and searches powered by AI to enhance your note-taking process.
To get started with building cylip|notes, follow these steps:
-
Clone the Repository:
git clone https://github.com/yourusername/cylip-notes.git cd cylip-notes
-
Install Dependencies: Ensure you have Node.js installed, then run:
npm install
-
Set Up Environment Variables: Copy the example environment file and populate it with your settings:
cp .env.example .env
-
Run the Development Server and PartyKit: Start the Nuxt 3 development server and PartyKit for WebSockets:
npm run dev npm run partykit:dev
This project is licensed under the MIT License - see the LICENSE file for details.