You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Christopher Maujean c01c28bf7d preview branch gets pages push 2 months ago
.claude/commands cleanup 2 months ago
data added groups 2 months ago
public Remove Card wrappers and implement full-width layout with Group Info page 2 months ago
scripts update install script 2 months ago
src initial gitlab.ci config for tests and pages 2 months ago
.gitignore initial setup 2 months ago
.gitlab-ci.yml preview branch gets pages push 2 months ago
CLAUDE.md wallet integration 2 months ago
README.md update 2 months ago
bun.lock NG & LDO Integration 2 months ago
butterfly-simple-test.html Implement AI assistant enhancements and invitation system improvements 2 months ago
butterfly-wing-test.html Implement AI assistant enhancements and invitation system improvements 2 months ago
eslint.config.js initial setup 2 months ago
index.html Implement mobile-first account page redesign and navigation updates 2 months ago
jest.config.js initial gitlab.ci config for tests and pages 2 months ago
package.json initial gitlab.ci config for tests and pages 2 months ago
tsconfig.app.json Big diff, everything uses the import aliases now 2 months ago
tsconfig.json initial setup 2 months ago
tsconfig.node.json initial setup 2 months ago
vite.config.ts initial gitlab.ci config for tests and pages 2 months ago

README.md

Personal Network Manager

A modern web application for building and managing your professional network. Import contacts from LinkedIn, organize connections, and grow your network with QR code invitations.

Features

  • LinkedIn Integration - Import your professional connections
  • Contact Management - Organize and track your network
  • QR Code Invitations - Share your network invitation via QR codes
  • Professional Dashboard - Clean, modern interface with Material-UI
  • Responsive Design - Works seamlessly on desktop and mobile
  • Onboarding Flow - Guided setup for new users

Initial Setup

# install node + bun
./scripts/setup.sh
source ~/.zshrc

🚀 Quick Start

# install dependencies
bun install

# run locally
bun dev

📱 Live Demo

Visit: https://nao-pnm-ui.pages.dev/

🤖 Claude Commands

This project includes helpful Claude commands for development:

# start claude in yolo mode
claude --dangerously-skip-permissions

# pull main changes
/sync-main

# sync branch changes with github
/sync-branch

# create or swap to a branch for development
/swap-branch [new or existing branch name]

# ask claude or team for help if needed

🔧 Available Scripts

  • bun run dev - Start development server
  • bun run build - Build for production
  • bun run preview - Preview production build
  • bun run lint - Run ESLint