Skip to content

penxio/penx

Repository files navigation

PenX
A structured knowledge base for geeks

Discord | Website | Issues

Introduction

An elegant App designed to help you capture, organize, and store your thoughts, tasks, ideas, and information.

Deploy your own

Deploy with Vercel

Features

  • Local-First - You own your data, in spite of the cloud
  • Privacy-First - Use End-To-End Encryption to sync data
  • Open Source - Trust our code, not our words

Primary tech stack

  • Next.js
  • TypeScript
  • tRPC
  • Prisma
  • NextAuth.js
  • Slate.js
  • IndexedDB

Development

After clone the repo, in the root dir:

# Install the dependencies
pnpm install

# copy .env.local.example to .env.local copy
copy apps/web/.env.local.example apps/web/.env.local

# start web service
pnpm dev

Go to: http://localhost:3000

⚖️ License

AGPL 3.0