https://github.com/penxio/penx
A structure note-taking App for creators.
https://github.com/penxio/penx
note-taking penx
Last synced: 10 months ago
JSON representation
A structure note-taking App for creators.
- Host: GitHub
- URL: https://github.com/penxio/penx
- Owner: penxio
- Created: 2023-09-22T14:54:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-14T09:31:58.000Z (10 months ago)
- Last Synced: 2025-05-14T10:49:25.869Z (10 months ago)
- Topics: note-taking, penx
- Language: TypeScript
- Homepage: https://penx.io
- Size: 17.7 MB
- Stars: 1,136
- Watchers: 9
- Forks: 75
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PenX
PenX
A structure note-taking App for creators.
[Discord](https://discord.gg/nyVpH9njDu) | [Website](https://www.penx.io/) | [Issues](https://github.com/penxio/penx/issues)
## Introduction
PenX is an elegant note-taking app designed for creators to effortlessly capture, organize, and manage their ideas, tasks, and inspiration all in one place.
## Features
- Local-first
- Privacy-first
- Open source
- Cross platform
- Realtime sync
- Creator friendly
## Primary tech stack
- Next.js
- TypeScript
- tRPC
- Prisma
- Slate.js
- IndexedDB
## Development
## web
After clone the repo, in the root dir:
```bash
# Install the dependencies
pnpm install
pnpm run build:packages
# copy .env.local.example to .env.local copy
copy apps/web/.env.local.example apps/web/.env.local
# start web service
pnpm dev
```
## ⚖️ License
