Skip to content

feat(payments): add Mollie as a payment provider option in builder - #1123

Open
namdamdoi68-oss wants to merge 1 commit into
AmanVarshney01:mainfrom
namdamdoi68-oss:feat/mollie-payment-provider
Open

feat(payments): add Mollie as a payment provider option in builder#1123
namdamdoi68-oss wants to merge 1 commit into
AmanVarshney01:mainfrom
namdamdoi68-oss:feat/mollie-payment-provider

Conversation

@namdamdoi68-oss

@namdamdoi68-oss namdamdoi68-oss commented Jul 24, 2026

Copy link
Copy Markdown

Add Mollie as a payment provider option in the stack builder, CLI prompt, and template generator for European payment support.

Closes #1077

Summary by CodeRabbit

  • New Features
    • Added Mollie as a selectable payments provider.
    • Added Mollie payment setup and API client configuration for generated projects.
    • Added Mollie branding, labels, icons, and light-theme support.
  • Updates
    • Refined available template, agent, and Neon setup options.
    • Updated configuration validation to recognize Mollie and the revised options.

@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown

@namdamdoi68-oss is attempting to deploy a commit to the Better T Stack Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

Changes

Adds Mollie as a validated payment provider with CLI, web, dependency, and generated client support. Updates Fumadocs, agent, and Neon setup schemas.

Mollie payment provider

Layer / File(s) Summary
Payment selection and configuration
packages/types/src/schemas.ts, apps/cli/src/prompts/payments.ts, apps/cli/src/utils/display-config.ts, apps/web/src/lib/constant.ts
Adds "mollie" to payment validation, CLI choices, display labels, and web payment options.
Mollie icon rendering
apps/web/src/app/(home)/new/_components/tech-icon.tsx, apps/web/src/components/ui/tech-badge.tsx
Uses light-theme Mollie SVG variants.
Generated Mollie client setup
packages/template-generator/src/processors/payments-deps.ts, packages/template-generator/templates/payments/mollie/server/base/src/lib/payments.ts.hbs
Adds @mollie/api-client and generates environment-backed client exports or a Cloudflare/Svelte self-hosted factory.

Configuration schema updates

Layer / File(s) Summary
Configuration schema values
packages/types/src/schemas.ts
Removes the astro, grok-build, and legacy Neon setup values, updates MCP targets, and replaces the Skills agent option set.

Possibly related issues

Possibly related PRs

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 25.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the primary change: adding Mollie as a payment provider in the builder.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Fix failing CI checks

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2


ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: da485c1f-6b87-4531-8d33-44c0fe05f8b5

📥 Commits

Reviewing files that changed from the base of the PR and between a30a6e0 and c4ba482.

📒 Files selected for processing (8)
  • apps/cli/src/prompts/payments.ts
  • apps/cli/src/utils/display-config.ts
  • apps/web/src/app/(home)/new/_components/tech-icon.tsx
  • apps/web/src/components/ui/tech-badge.tsx
  • apps/web/src/lib/constant.ts
  • packages/template-generator/src/processors/payments-deps.ts
  • packages/template-generator/templates/payments/mollie/server/base/src/lib/payments.ts.hbs
  • packages/types/src/schemas.ts

Comment thread packages/template-generator/src/processors/payments-deps.ts
@namdamdoi68-oss
namdamdoi68-oss force-pushed the feat/mollie-payment-provider branch 2 times, most recently from ea277b5 to f8bd468 Compare July 24, 2026 02:49
@namdamdoi68-oss
namdamdoi68-oss force-pushed the feat/mollie-payment-provider branch from f8bd468 to 5a8dff3 Compare July 31, 2026 07:15
Add Mollie as a payment provider option in the stack builder, CLI prompt, and template generator for European payment support.

Closes AmanVarshney01#1077

Signed-off-by: namdamdoi68-oss <namdamdoi68@gmail.com>
@namdamdoi68-oss
namdamdoi68-oss force-pushed the feat/mollie-payment-provider branch from 5a8dff3 to b4aa3f6 Compare July 31, 2026 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement: add Mollie as a payment provider option in the builder (next to Polar.sh)

1 participant