Support — how help actually works here

There is no support team. There is one engineer.

Telegram or email, answered by the person who wrote the code.

No ticket portal, no support tiers, no on-call rota — and no SLA. That is a real limitation, and it is part of why Vigil costs $149 once instead of a monthly bill: there is no support organisation in the price, because there is no support organisation.

Before you write in

Most answers are already published.

The documentation on this site is the same file that ships in the repository, unedited — published so the operational cost is readable before you pay. If the answer is in there, you will get it faster by reading than by waiting for a reply.

The deployment guide ends with a troubleshooting list written as symptom, cause, fix. Two examples of what is already in it: browser sign-in rejected while curl works is an APP_URL that does not match the origin users type; a monitor against an internal host failing instantly is the SSRF guard refusing private and loopback addresses by design.

The troubleshooting list in the deployment guide
Where to look firstWhat it covers
InstallQuick start — Docker or bare metal, Postgres 18+, roughly ten minutes
ProductionDeployment — environment, logs, backups and restore, and the troubleshooting list
SecuritySecurity policy — how to report privately, and the hardening checklist
UpdatesUpgrade guide — the merge workflow after you have customised your copy
ReleasesThe changelog — every version, with the bugs named
EverythingThe docs index, public and readable before purchase
Which situation you are in

Three cases, and what each one gets.

The channel is the same human either way. What differs is what you can reasonably expect back.

Before you buy
Pre-sales questions

Ask whether it fits your stack, what the licence permits, whether running your own Postgres 18 is a problem — before you spend anything. Message @s8kur or s8kur3@gmail.com. If the answer is that Vigil is wrong for you, that is the answer you get; the comparison pages already recommend other tools where they win.

With a licence
Commercial edition

Support covers deploying and running Vigil as shipped — install, configuration, migrations, Docker and the documented features. It does not cover your own modifications, your third-party infrastructure, or custom features you build on top; the documentation is written to make those self-serviceable. Use the support channel on your purchase receipt, or the two addresses above. Vulnerabilities go privately — see the security policy, never a public issue.

Vigil Core
Free edition · AGPL-3.0

Issues and pull requests go to the public repository, github.com/artaspervyj-dotcom/vigil-core, not to a private inbox — so the next person with the same problem finds the answer. The honest expectation: community support is best-effort. Issues are read and triaged, bug reports with a reproduction get attention first, and "how do I…" questions are answered when time allows — often by improving the docs. Security reports are the exception: private, not an issue.

Response time

No SLA. Not a small one, not an implied one.

One person, one timezone, reading both channels herself. There is no queue to jump and no rota behind her, so a message sent while she is asleep waits until she is not, and a weekend can push it further. Nobody here will quote you a number, because there is no second engineer to make a number true.

A vendor that guarantees a one-hour response employs people to sit in that rota, and the subscription pays their salaries. Vigil is $149 once. If a guaranteed response window is something you have to meet for your own customers, buy the hosted vendor — that is what they are good at.

Ask Maria something — before you spend a cent
Telegram @s8kur — the fastest route, and a person, not a bot in front of a person
Email s8kur3@gmail.com — better for long reports, config and pasted logs
Nothing routes through a ticket portal, a chatbot or a support tier — there are none
Security issues go privately to the same channels, never to a public issue tracker
Card payments and receipts are handled by Whop as merchant of record
Writing a bug report

Six lines that save a round trip.

With one engineer, every clarifying question costs you a full cycle of waiting. A report that carries these six things can be acted on the moment it is read, instead of starting a conversation.

Find your version in the changelog
01Your Vigil version — the changelog names every release; CHANGELOG.md in your checkout says which one you are on
02Which process is affected — the app or the worker. They fail in different ways and are debugged differently
03Your PostgreSQL version — 18 or newer is required, because the schema uses native uuidv7()
04The relevant log lines — both processes emit structured JSON on stdout; set LOG_LEVEL=debug temporarily for check-level detail
05Steps to reproduce, and whether it happens every time or once in a while
06What you expected to happen, and what happened instead — stated separately
Support FAQ

The questions worth asking before you rely on this.

There is no promised window, and inventing one would be the easiest lie on this page. One person in one timezone reads Telegram and email herself — no queue, no rota, no first-line triage. A message can be answered within the hour or sit until the next morning; a weekend pushes it further. If a guaranteed response time is a requirement you have to meet, a hosted vendor with an actual support organisation is the honest recommendation, and the comparison pages say the same.

No. There is no phone line, no call-back and no voice support at any price — the two channels are @s8kur on Telegram and s8kur3@gmail.com. One thing worth separating: Vigil can page you by voice and SMS through your own Twilio account as part of escalation. That is the product calling you about an incident, not a support desk you can call back.

Yes, and it is included in the licence — the white-glove setup described on the agencies page. Buy Vigil, send the URLs you want watched and access to any $5 VPS, and Maria deploys it, configures the monitors and brands the status pages — usually within 48 hours. No extra fee, no subscription attached to it. Prefer to do it yourself? It is docker compose up and about ten minutes, and the quick start is public.

The fair question to ask a one-person company, so here is the whole answer. Vigil Core is published under the AGPL-3.0 and cannot be withdrawn — the code that is out stays out, and anyone, including you, can fork it and keep it alive. The commercial licence is perpetual for every version you have already received: the licence text grants a perpetual right and says versions you have obtained remain licensed forever, so nothing lapses when updates stop. And there is no licence server — nothing calls home, nothing checks a key, nothing expires — so no switch exists that could turn your install off, whoever owns it. What you would genuinely lose is future updates and someone to email. The running system stays yours, on your server, against your Postgres.

Ask first. That is what the channel is for.