Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.48 KB

raycast-intro.md

File metadata and controls

50 lines (38 loc) · 1.48 KB
  • MacOS only :(
  • Extension store has approval process
  • Extensions are open source in a monorepo
  • Extension API uses React
  • Renders native UI w/ AppKit
  • Node as the JS runtime

Some built-in features:

  • Search Menu Items
  • Clipboard history
  • Quicklinks
  • Floating notes
  • Snippets
  • Very smart calculator
  • Whole bunch of AI stuff
  • Emoji picker
  • Window Management

Rad extensions


Raycast Resources


Let's see how to create an extension!