31139ae07796a2ee67e5a4cd9ff2726b8aefe75c
NoteNextra
Static note sharing site with minimum care
This site is powered by
Deployment
Deploying to Vercel
Warning: This project is not suitable for free Vercel plan. There is insufficient memory for the build process.
Deploying to Cloudflare Pages
Deploying as separated docker services
Considering the memory usage for this project, it is better to deploy it as separated docker services.
docker-compose up -d -f docker/docker-compose.yaml
Snippets
Update dependencies
npx npm-check-updates -u
MCP access to notes
This repository includes a minimal MCP server that exposes the existing content/ notes as a knowledge base for AI tools over stdio.
npm install
npm run mcp:notes
The server exposes:
list_notesread_notesearch_notes
Description
Languages
HTML
99.4%
JavaScript
0.4%