Programming

Launching New Services (Checklist)

Started by newdevs · Jul 2, 2026

#10896
Hello. I’m about to launch a few new HS—in fact, I’m all set and ready to go.

I have my own architecture, security approach, and priorities, as well as my own perspective on many things.

That said, the launch is the most critical phase—even more so than the design stage—so I want to double-check everything.

What three pieces of advice would you give? I’m looking for insights on the most common or fatal mistakes, the biggest bottlenecks or vulnerabilities in Onion services, or perhaps just some proven strategies you’d be willing to share. Thanks.
#10897
↳ Replying to @newdevs
One advice—don't use AI for stuff that can put you in jail.
#10900
↳ Replying to @newdevs
sanitize the headers

double check firewall rules before making it to production

try to test all user inputs
#10901
↳ Replying to @newdevs
Word of advice: use the YAGNI approach when programming the website. The less unnecessary functionality you have the better.

HTML and a little Reactive CSS goes a long way ;)