Back to Docs

Pix3lMaps

Pix3lMaps is a privacy-focused mind-mapping tool for content creators. Design mind maps with templates, custom nodes, and flexible layouts — then export as PNG or JSON. All data is stored locally in IndexedDB: nothing is sent to any server.

Repository: github.com/Pix3ltools-lab/pix3lmaps

Tech Stack

Features

Running Locally

git clone https://github.com/Pix3ltools-lab/pix3lmaps.git
cd pix3lmaps

npm install
npm run dev    # http://localhost:3000

Deployment

Vercel

  1. Push to GitHub
  2. Import the repository in Vercel
  3. Set Framework Preset to Next.js
  4. No environment variables needed
  5. Deploy
npm run build    # production build
npm run start    # start production server

npm Scripts

npm run dev    # Development server
npm run build  # Production build
npm run start  # Start production server
npm run lint   # ESLint