Vibe/Builders

Nine questions · about four minutes

What are you actually building?

Each answer changes the list at the end. Nothing is sent anywhere — the answers stay in this tab until you choose to share the link.

0 of 9 answered

What are you building?

Question 01

It sets the baseline, and decides whether errors need catching.

Do people sign in?

Question 02

Sign-in drags in a database, rate limiting and a whole class of rules you cannot skip.

Does money change hands?

Question 03

Payments decide whether you need a processor, and whether a free hosting tier is still allowed.

What has to be remembered between visits?

Question 04

This is the difference between a site you can rebuild from a folder and one with something to lose.

Does it send email?

Question 05

Sending mail that reliably arrives needs DNS records, not just an API key.

Do people upload files?

Question 06

Uploads are the most common way a small site becomes an expensive one.

Where will it live?

Question 07

Decides whether DNS is something you set up now or a migration you do later.

How will you know whether it worked?

Question 08

Measurement is the item most often skipped and most often regretted.

Who is doing the building?

Question 09

Decides whether a model key belongs on your list at all.

9 still to answer

The manifest needs all nine. Every one of them changes the list.

If a question does not apply, the first option is usually the answer — “no” is a real answer here and keeps things off your list rather than adding them just in case. Not sure what a service does? The catalogue describes every one of them, or the questions page covers what happens to your answers.