Skip to content

Instantly share code, notes, and snippets.

@cedendahlkim
Created July 26, 2026 04:09
Show Gist options
  • Select an option

  • Save cedendahlkim/0b0b6f283cac9002a78085e64a5e366a to your computer and use it in GitHub Desktop.

Select an option

Save cedendahlkim/0b0b6f283cac9002a78085e64a5e366a to your computer and use it in GitHub Desktop.
Svensk E-handel Starter: One-click CI/CD for Swedish e-commerce — Stripe, VAT, order validation

Svensk E-handel Starter — One-Click CI/CD for Swedish E-Commerce

A GitHub Template with pre-configured Express.js server, Stripe integration, VAT calculation, and Swedish validation in CI/CD.

Features

Feature Description
Stripe Checkout Ready-to-use payment integration (SEK)
VAT/Moms Auto-calculated 25%, 12%, 6% in CI
Postal Codes Swedish address validation
Bankgiro Invoice payment validation
Orgnummer B2B customer validation
Express.js Ready API with 4 endpoints

API Endpoints

  • POST /api/checkout — Stripe session with VAT
  • POST /api/orders — Order with Swedish validation
  • GET /api/orders/:id — Order with VAT breakdown
  • GET /api/validate/orgnummer/:id — Validate organisation number

Links

Built by Gracestack • MIT • Sweden 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment