Skip to content

(frontend) An offline first AI-powered note taking app, supporting realtime synchronization. You can do vector search or talk to LLM about your notes.

Notifications You must be signed in to change notification settings

fakerepic/rn-note

Repository files navigation

rn-note

Notes app built with react native, currently available for both ios and android.

roadmap

  • real-time sync
  • offline first
  • rich text support
  • dark mode
  • attachment support
  • orgnization method
  • full-text search
  • ai-powered search
  • ...

dev scripts

  • install dependencies

    yarn
  • dev with expo go

    yarn start
    yarn start --clear -c # clear cache

    For more details, see instructions in the terminal.

  • build android apk (within dev client) and install

    yarn android
  • build android apk (release ) and install

    yarn android:release
  • generate pocketbase types

    yarn codegen

notice

  • It is recommended to use physical devices for testing, as the app may not work properly in the simulator.
  • Make sure EXPO_PUBLIC_PB_URL is set correctly in .env

About

(frontend) An offline first AI-powered note taking app, supporting realtime synchronization. You can do vector search or talk to LLM about your notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published