Skip to content

ranjith-karunakaran/noteblocks

Repository files navigation

Noteblocks

Noteblocks is a self-hosted notes app built with Next.js.

Data Storage (SQLite)

  • Notes are stored in a local SQLite database at notes/notes.db (created automatically on first run).
  • The app initializes the schema on startup and seeds a few starter notes when the database is first created.
  • Note metadata and settings are also stored in SQLite (notes, tags, note_tags, and config tables).
  • To back up your data, copy the notes/ directory.

Installation

  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open http://localhost:3000 in your browser.

Run in Production

  1. Build the app:
npm run build
  1. Start the production server:
npm run start
  1. Open http://localhost:3000 in your browser.

About

Simple clutterfree notes with tags

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors