Skip to content

A simple website for saving and organizing the things you want to read

License

Notifications You must be signed in to change notification settings

fplonka/lucentsave

Repository files navigation

Lucentsave

Lucentsave is a simple website for saving and organizing the things you want to read. It's a lot like Pocket or Instapaper, except faster, cleaner, and completely free.

Features:

  • Full body search in saved pages
  • Highlighting page text
  • Browser extensions for Firefox and Chrome

Try now at lucentsave.com.

output_test

Features Coming Soon

  • Saving and viewing PDF files

Building

This project was built with SvelteKit, Go and Postgres.

To clone the repo, run:

git clone https://github.com/fplonka/lucentsave.git

To run the backend:

cd server/
go run .

To run the frontend:

npm install
npm run dev

Or to run a production server:

npm run build && npm run start

Before the project can be run, you will want to create a .env file in the projet root directory where you specify where the application is running. If running with npm run dev, you would create a .env file with the following content:

PUBLIC_BACKEND_API_URL=http://localhost:8080/api/
PUBLIC_APPLICATION_URL=http://localhost:5173

About

A simple website for saving and organizing the things you want to read

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published