A SvelteKit application for AI-powered journaling with enhanced insights generation and contradiction detection.
š View Live Demo
# Clone the repository
git clone https://github.com/thirteenaladdins/lightnote-sveltekit.git
cd lightnote-sveltekit
# Install dependencies
npm install
# Start development server
npm run dev
The app will be available at http://localhost:5173
Open the browser console and use these test functions:
// Test the improved insights system with a conflict example
testConflictInsights()
// Test with a specific entry ID
testImprovedInsights("entry-id")
// Compare with original system
testAIInsights("entry-id")
To create a production build:
npm run build
This app is automatically deployed to GitHub Pages on every push to the master
branch.
MIT