HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ravenbitcoin

no profile record

Submissions

I built a Local-first AI productivity suite with OpenCode and encrypted sync

github.com
1 points·by ravenbitcoin·5 เดือนที่ผ่านมา·1 comments

We built an AI coding tool that stores nothing on our servers

shakespeare.diy
7 points·by ravenbitcoin·6 เดือนที่ผ่านมา·4 comments

comments

ravenbitcoin
·4 เดือนที่ผ่านมา·discuss
The future is here.
ravenbitcoin
·5 เดือนที่ผ่านมา·discuss
I've been building Onyx, a local-first AI productivity suite for note-taking and knowledge management.

Architecture:

Local-first: your notes are markdown files on your machine, not in someone else's database

End-to-end encrypted sync via Nostr protocol

AI writing assistance with configurable providers (OpenAI, Anthropic, local models—bring your own keys)

No accounts, no vendor lock-in, works fully offline

Productivity features: Daily notes, templates, YAML frontmatter editor

AI skills you can customize for your workflow

Built-in OpenCode integration for agentic AI assistance

Keyboard-driven (Ctrl+D for daily notes, Ctrl+T for templates, etc.)

Cross-platform: Linux, macOS, Windows

The idea is an AI-augmented second brain that doesn't require trusting a company with your data. Nostr handles sync without central servers, encryption means even relays can't read your content. OpenCode integration brings agentic coding and writing capabilities directly into your notes.

GitHub: https://github.com/derekross/onyx

Curious what others think about the local-first + AI combination. Most AI note apps are cloud-first by design—is local-first AI productivity something people actually want? I know I did! I've been using it every day for the last month.
ravenbitcoin
·6 เดือนที่ผ่านมา·discuss
Every AI coding tool wants your data. We wanted the opposite.

Shakespeare is an AI app builder where: - Code lives in your browser (IndexedDB) - AI requests go directly to providers (no proxy) - Git operations are client-side (isomorphic-git) - Payments are anonymous if you choose (Lightning/Nostr)

There's literally no database. We couldn't see your code if we wanted to.

The tradeoff is you need to configure your own API keys or buy credits. But you get full ownership and privacy in return.

AGPL licensed, self-hostable.

Try it: https://shakespeare.diy

Source: https://gitlab.com/soapbox-pub/shakespeare