Analytics
how to get analytics for your blog and sites
Read our privacy policy on storing user analytics.
For pico+ users we provide the ability to view user analytics. This feature is opt-in so you need to first enable analytics:
1ssh pico.sh
2# -> Settings
3# -> Enable analtics [OK]
Notes #
- We do not delete your data when toggling analytics, it's non-destructive
- We keep analytics for up to 1-year
What metrics are captured? #
- Unique visitors
- Top Referrers
- Top URLs
Viewer #
We provide analytics through our TUI:
1ssh pico.sh
2# -> Analytics
Overview #
Type stats
in the input box to get a list of all your sites -- including your
blog -- and their total unique visitor count.
Pages #
site {user}-{project}.pgs.sh
1Top URLs
2╭──────────────────────────┬──────────────────────────────────────────────────┬────────────────────╮
3│Project │URL │Count │
4├──────────────────────────┼──────────────────────────────────────────────────┼────────────────────┤
5│neovimcraft │/ │142 │
6│neovimcraft │/plugin/siduck76/NvChad/ │15 │
7│neovimcraft │/plugin/tadmccorkle/markdown.nvim/ │14 │
8│neovimcraft │/plugin/NvChad/nvim-colorizer.lua/ │13 │
9│starfx-prod │/ │13 │
10│neovimcraft │/plugin/folke/noice.nvim/ │12 │
11│neovimcraft │/plugin/catppuccin/nvim/ │9 │
12│neovimcraft │/plugin/hrsh7th/nvim-cmp/index.html │9 │
13╰──────────────────────────┴──────────────────────────────────────────────────┴────────────────────╯
14Top Referers
15╭──────────────────────────────────────────────────────┬───────────────────────────────────────────╮
16│URL │Count │
17├──────────────────────────────────────────────────────┼───────────────────────────────────────────┤
18│www.google.com │185 │
19│neovimcraft.com │82 │
20│duckduckgo.com │44 │
21│yandex.ru │15 │
22│search.brave.com │14 │
23│bower.sh │14 │
24│github.com │12 │
25│www.bing.com │9 │
26│lobste.rs │6 │
27│starfx.bower.sh │6 │
28╰──────────────────────────────────────────────────────┴───────────────────────────────────────────╯
29Unique Visitors this Month
30╭─────────────────────────────────────────┬────────────────────────────────────╮
31│Date │Unique Visitors │
32├─────────────────────────────────────────┼────────────────────────────────────┤
33│2024-09-01T00:00:00Z │64 │
34│2024-09-02T00:00:00Z │6 │
35╰─────────────────────────────────────────┴────────────────────────────────────╯
Blog #
site {user}.prose.sh
1Top URLs
2╭──────────────────────────────────────────────────────────┬───────────────────╮
3│URL │Count │
4├──────────────────────────────────────────────────────────┼───────────────────┤
5│/why-structured-concurrency │31 │
6│/ │23 │
7│/what-is-the-smol-web │9 │
8│/zig-devlog-ep1 │7 │
9│/what-is-starfx │7 │
10│/typescript-terrible-for-library-developers │6 │
11│/front-end-complexity │6 │
12│/consciousness-is-wet │5 │
13│/homelab │5 │
14│/neovimcraft-configs-search │5 │
15╰──────────────────────────────────────────────────────────┴───────────────────╯
16Top Referers
17╭──────────────────────────────────────────────┬───────────────────────────────╮
18│URL │Count │
19├──────────────────────────────────────────────┼───────────────────────────────┤
20│bower.sh │11 │
21│erock.io │3 │
22│neovimcraft.com │2 │
23│www.google.com │2 │
24│github.com │2 │
25│kagi.com │2 │
26│www.linkedin.com │1 │
27│metager.de │1 │
28│www.codeproject.com │1 │
29│www.google.co.uk │1 │
30╰──────────────────────────────────────────────┴───────────────────────────────╯
31Unique Visitors this Month
32╭─────────────────────────────────────────┬────────────────────────────────────╮
33│Date │Unique Visitors │
34├─────────────────────────────────────────┼────────────────────────────────────┤
35│2024-09-01T00:00:00Z │64 │
36│2024-09-02T00:00:00Z │6 │
37╰─────────────────────────────────────────┴────────────────────────────────────╯
Blog post #
post why-structured-concurrency
1Top URLs
2╭──────────────────────────────────────────────────┬───────────────────────────╮
3│URL │Count │
4├──────────────────────────────────────────────────┼───────────────────────────┤
5│/why-structured-concurrency │31 │
6╰──────────────────────────────────────────────────┴───────────────────────────╯
7Top Referers
8╭─────────────────────────────────────────────┬────────────────────────────────╮
9│URL │Count │
10├─────────────────────────────────────────────┼────────────────────────────────┤
11│kagi.com │2 │
12│erock.io │1 │
13│github.com │1 │
14│bower.sh │1 │
15│www.google.co.uk │1 │
16│www.inoreader.com │1 │
17│www.linkedin.com │1 │
18╰─────────────────────────────────────────────┴────────────────────────────────╯
19Unique Visitors this Month
20╭─────────────────────────────────────────┬────────────────────────────────────╮
21│Date │Unique Visitors │
22├─────────────────────────────────────────┼────────────────────────────────────┤
23│2024-09-01T00:00:00Z │28 │
24│2024-09-02T00:00:00Z │4 │
25╰─────────────────────────────────────────┴────────────────────────────────────╯
<< PREV
API Tokens
NEXT >>
Logs