You can skip the payments and billing process completely by just removing the payments and billing components from your site. Since the user will be on a free plan by default.
Remove the following env vars from your .env
file
PAYMENT_PROVIDER
STRIPE_SECRET_KEY
STRIPE_PUBLIC_KEY
STRIPE_WEBHOOK_SECRET
LEMONSQUEEZY_API_KEY
LEMONSQUEEZY_STORE_ID
LEMONSQUEEZY_WEBHOOK_SECRET
pages/dashboard/index/settings/index/billing.vue
server/api/payment
server/api/admin/billing
server/services/payment
subscriptions
table.pnpm db:migrate
pnpm db:deploy
pnpm remove stripe @lemonsqueezy/lemonsqueezy.js
components/App/UserDropdown.vue
pages/dashboard/index/settings/index.vue