523A
F152
27F3
5DE0
06CE
4F77
145C
C33E
A460
E059
E3A7
0E96
8328
188B
3818
D334
9F5C
B9A4
964F
17CB
6294
E029
C7BE
8E09
375E
F084
5524
E6F4
4A1B
6216
F926
E3CA
D43E
17BA
0768
1C88
C0B1
9211
417F
39C7
F4FD
40BB
249F
B587
B929
9A9C
CFED
914B
019D
C868
666E
FEDF
BF5D
7295
AC04
929F
7D00
2400
01CC
A3AC
6562
864E
13E7
EF73
2A0D
784C
3D73
3F12
8903
3202
A7A8
3244
613D
7D6A
2BB6
E93C
32BE
CC3D
E78F
78EA
AC36
EF27
32EC
D3AF
A61E
CC9C
2B53
93EC
FA53
77A5
3673
C43D
4423
F54F
7C10
7AF1
3035
54B5
5DF1
B803
98E2
9291
4AFB
00A1
FBFC
D83A
FF9F
C9D2
5797
D0B9
D1BE
9E9D
A4A7
465B
55F4
50AB
47C3
0E07
7CF7
0078
A936
90C0
3DB7
BD03
D30C
C255
3FB5
D2B4
84FD
54FA
6ED1
63B7
4141
3BE3
F9B0
BB33
5B37
A4FB
FDD8
4998
CE60
3E6C
330C
93C4
62EA
B645
A59F
2A00
EE1B
F362
> Pricing

Pricing

Two plans: Community and Pro. Everything is self-hosted.

> Plans
> Community
Community
Personal / single-user
Price
$0
/year
User seats1
Tunnel tierStandard tunnel
Devices1
Self-hostedYes
Start free >
> 1 user · Standard tunnel · 1 device
> Pro
Popular
Pro
For teams and power users
Price
$29.9
/year
User seats2
Tunnel tierHigh-speed tunnel
Devices2
Self-hostedYes
Add seats$19.9 /seat/year
Upgrade to Pro >
> Includes 2 seats · High-speed tunnel · 2 devices · Add seats anytime
> Comparison

Feature comparison

FeatureCommunityPro
User seats12
Tunnel tierStandard tunnelHigh-speed tunnel
Devices12
Self-hostedYesYes
Add seatsNo$19.9 /seat/year
> FAQ

Frequently Asked Questions

Any privacy concerns?

No. Everything runs in your self-hosted environment, so your code and data stay on your own infrastructure.

Will Git worktrees interfere with my existing workflow?

No. Each task runs on its own branch in an isolated worktree directory. We only write changes inside that worktree, so your main working directory stays untouched; review the Diff and merge when you're ready.

What is a seat?

A seat equals one CoolVibe user that can log into your self-hosted server. Community supports 1 user. Pro includes 2 seats and you can add more (Dashboard → License).

How are tunnels counted?

Tunnels are counted per device (one tunnel per device). Both plans can create tunnels: Community focuses on reachability and does not provide a speed SLA; Pro includes the high-speed tier with higher bandwidth limits and more consistent throughput (it falls back after expiry).

How do I access it from my phone?

If your phone is not on the same LAN, enable public access via the tunnel: first authorize your CoolVibe account in the client, then create a public tunnel to get a public URL and open it in your phone browser. Community focuses on reachability; Pro provides higher bandwidth and more consistent speed.

How do I enable LAN access?

Run coolvibe expose (sets HOST=0.0.0.0 and restarts), or edit the config shown by coolvibe config to set HOST to 0.0.0.0 and restart the service. Then visit http://<server-ip>:<PORT> from another device on the same LAN.

Does the tunnel impact privacy?

No. The tunnel gateway is a relay (like a reverse proxy): it only reads the minimum request headers for routing/auth/rate-limiting, forwards payloads as a byte stream, and does not store your request content or touch your local repo/database files.

Do I have to use the tunnel?

No. You can access your self-hosted instance over LAN, or put it behind your own reverse proxy (Nginx/Caddy, etc.). The tunnel is only for getting a reachable domain when you don't have a public IP.