logo
0
0
Login

Flare

Challenge all bookmarking apps and websites directories, Aim to Be a best performance monster.

🚧 Code is being prepared and refactored, commits are slow.

Feature

Simple, Fast, Lightweight and super Easy to install and use.

  • Written in Go (Golang) and a little Modern vanilla Javascript only.
  • Doesn't depend any database or any complicated framework.
  • Single executable, no dependencies required, good docker support.
  • You can choose whether to enable various functions according to your needs: offline mode, weather, editor, account, and so on.

ScreenShot

TBD

Documentation

TBD

  • Browse automatically generated program documentation:
    • godoc --http=localhost:8080

Directory

├── build build script ├── cmd user cli/env parser ├── config config for app │   ├── data data for app running │   ├── define define for app launch │   └── model data model for app ├── docker docker ├── embed resource (assets, template) for web ├── internal │   ├── auth user login │   ├── fn fn utils │   ├── logger logger │   ├── misc │   │   ├── deprecated │   │   ├── health │   │   └── redir │   ├── pages │   │   ├── editor │   │   ├── guide │   │   └── home │   ├── resources static resource after minify │   ├── server │   ├── settings │   └── version └── main.go

About

No description, topics, or website provided.
3.93 MiB
0 forks0 stars1 branches0 TagREADMEAGPL-3.0 license
Language
Go46.6%
JavaScript29.4%
SVG8.8%
HTML8.7%
Others6.5%