picoder15/workportal — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a self hosted personal workspace app called WorkPortal. I want it to feel like a private Notion style knowledge base that I can run on my own computer or local network, with no cloud account.

It should let me create pages and subpages, write rich text notes, add headings, lists, formatting, images, tags, templates, and internal links between notes. I want autosave, page locking so I don’t accidentally edit things, version history so I can restore older changes, and import or export for backups.

Please include a dashboard with stats and recent activity, a calendar that shows when pages were created, backlinks for each page, and a graph view where I can see connected notes and click around between them. It should support light and dark mode and keyboard shortcuts.

Use a simple local backend with a JSON file for storage, and make it work across devices on the same network by syncing changes automatically. Also include an easy start script so I can run, stop, restart, check status, and view logs from the command line.

Want more depth? Deep Reverse