An open API service indexing awesome lists of open source software.

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.

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