Skip to content

Dunkelhaiser/Pomei

Repository files navigation


Logo

Pomei

Simple note-taking app.

Live View · Report Bug · Request Feature

Table of Contents
  1. About The Project

About The Project

Built With

  • Vite
  • React
  • TypeScript
  • Tailwind
  • ShadCN
  • ReactQuery
  • TanstackRouter
  • PNPM
  • Node.js
  • Fastify
  • Drizzle
  • PostgreSQL

Hosted on

  • Cloudflare
  • Render

To run the project, clone repo run "pnpm i" and "pnpm run dev", or access it at https://pomei.pages.dev.

Due to the project being hosted on Render free tier, there may be 50 seconds of server inactivity on the first visit. If any server error occurs on the first visit, please try again after 50 seconds

About

Pomei is a note-taking app, that can be used locally or with a personal account. In the local version, you can create, view, edit and delete your notes. Notes are saved in local storage. Notes are written in the rich text editor with support of font formatting, headings, and lists. Notes can be searched for by title or content and be sorted by title, creation or editing date. When you have an account you gain access to folders, where notes can be stored. Each folder can have its name and color and also can be searched for or sorted. Now, notes also can have tags by which they can be searched for. Notes can be moved to the archive. Additionally, instead of permanently deleting notes, you can move them to the bin, where they will be stored for 30 days, and then automatically deleted.

Screenshots