Home Features Docs Feedback Marketing Privacy

Documentation

Build, automate, and operate Prenct.

Everything you need to understand features, permissions, automation, and release flow.

Quick Start

  1. Install and open Prenct.
  2. Grant only the permissions required for the features you use.
  3. Set global shortcuts and workspace defaults in Settings.
  4. Use Favorites to keep your daily tools one click away.

Permissions Model

  • Microphone and Speech Recognition for voice workflows
  • Reminders permission for two-way task sync
  • User-selected files permission for Drop Zone imports
  • Network server entitlement for optional localhost API

API Reference

When API is enabled, endpoints are available on localhost.

curl http://localhost:7654/health
curl http://localhost:7654/api/notes
curl -X POST http://localhost:7654/api/tasks \
  -H "Content-Type: application/json" \
  -d '{"title":"Ship update"}'

Keyboard First

  • Cmd + Shift + T toggle Prenct
  • Cmd + N create note
  • Cmd + , open settings
  • Cmd + Return send in AI chat