Skip to content
Merged
Show file tree
Hide file tree
Changes from 152 commits
Commits
Show all changes
159 commits
Select commit Hold shift + click to select a range
728bcd0
refactor: create explicit type for processor IDs
Genyus Jul 26, 2025
61f5e73
refactor: move revenue calculation to processors
Genyus Jul 26, 2025
d3f3ed6
docs: improve comments
Genyus Jul 26, 2025
51d05ca
fix: update imports after previous refactoring
Genyus Jul 28, 2025
f07fa91
refactor: convert processor IDs to enum values
Genyus Jul 28, 2025
2b42cc6
feat: add validation of server env vars
Genyus Jul 28, 2025
a0276a3
feat: add initial Polar integration
Genyus Jul 28, 2025
0ebd0a3
feat: implement total revenue calculation
Genyus Jul 28, 2025
e84670d
feat: implement customer portal URL retrieval
Genyus Jul 28, 2025
54292a7
feat: implement checkout session creation
Genyus Jul 28, 2025
156823c
feat: implement webhook handling
Genyus Jul 28, 2025
2841121
feat: add dynamic payment processor selection
Genyus Jul 29, 2025
825eb66
fix: implement webhook handling
Genyus Jul 31, 2025
6ad783b
chore: rename file for consistency
Genyus Jul 31, 2025
a97b79f
Merge branch 'main' into polar
Genyus Jul 31, 2025
eb68932
fix: address typing errors
Genyus Aug 6, 2025
fca11f9
fix: resolve type assignment error
Genyus Aug 7, 2025
c71f29a
refactor: streamline payment processor integration
Genyus Aug 17, 2025
732b9ed
style: remove redundant JSDoc comments
Genyus Aug 17, 2025
2410e01
refactor: simplify error handling
Genyus Aug 21, 2025
f65cc67
refactor: fix customer portal implementation
Genyus Aug 21, 2025
df213c9
chore: update webhook response status codes
Genyus Aug 21, 2025
5f71cac
refactor: remove iteration for single customer lookup
Genyus Aug 21, 2025
882df67
refactor: simplify webhook error handling
Genyus Aug 21, 2025
7d0eb4e
refactor: rename polar client
Genyus Aug 21, 2025
3639c0d
refactor: refactor client configuration
Genyus Aug 21, 2025
2f5748c
refactor: remove standalone client config file
Genyus Aug 21, 2025
e5a63de
style: remove extraneous JSDoc comments
Genyus Aug 21, 2025
fda6a57
refactor: remove standalone type declarations file
Genyus Aug 21, 2025
add2038
docs: remove unnecessary README
Genyus Aug 21, 2025
254aae4
refactor: remodel webhook to align with current integrations
Genyus Aug 21, 2025
780d24c
fix: resolves issues found in testing
Genyus Aug 22, 2025
568c38b
chore: mention Polar as an available payment platform
Genyus Aug 22, 2025
721fd6f
chore: remove env validation
Genyus Aug 22, 2025
31ad46c
chore: remove redundant guard
Genyus Aug 22, 2025
f5892aa
chore: remove unsupported event type
Genyus Aug 22, 2025
32c8934
fix: update order completion handler
Genyus Aug 22, 2025
2b3195c
fix: throw error when credits can't be parsed from order
Genyus Aug 22, 2025
2a64914
revert: revert deletion of validation.ts
Genyus Aug 22, 2025
9658034
Merge pull request #1 from wasp-lang/main
Genyus Aug 22, 2025
9b3a26e
Merge pull request #2 from wasp-lang/main
Genyus Aug 22, 2025
033bdfe
chore: rename file for consistency
Genyus Aug 22, 2025
dbcfa08
style: reorder imports
Genyus Aug 22, 2025
e81b2db
fix: correct webhook event support
Genyus Aug 23, 2025
20e95f8
refactor: simplify webhook handlers
Genyus Aug 23, 2025
f31f176
style: restore missing line break
Genyus Aug 23, 2025
3003595
chore: add gitignore rules
Genyus Aug 26, 2025
6cce3fe
refactor: restore centralised payment stats
Genyus Aug 27, 2025
ce97f73
revert: restore original payment processor files
Genyus Aug 27, 2025
27b8ea7
revert: restore paymentProcessor comments
Genyus Aug 27, 2025
6471324
refactor: improve switch condition checking
Genyus Aug 27, 2025
1b72606
refactor: remove unused code
Genyus Aug 28, 2025
b0eaf88
refactor: rename function
Genyus Aug 28, 2025
3defeb9
refactor: simplify user updating
Genyus Aug 28, 2025
2741ea2
refactor: simplify webhook handling
Genyus Aug 28, 2025
543fa92
fix: remove default portal URL
Genyus Aug 28, 2025
ee65871
fix: improve type-safety
Genyus Aug 28, 2025
31a3b0b
fix: restore available processors
Genyus Aug 28, 2025
42cbf32
docs: remove JSDoc comment
Genyus Aug 28, 2025
adde113
refactor: remove redundant file
Genyus Aug 28, 2025
29ec825
refactor: streamline session management
Genyus Aug 29, 2025
ee820b3
refactor: rename method parameters
Genyus Sep 4, 2025
4b1ce80
refactor: refactor webhook handling
Genyus Sep 4, 2025
cbf0e62
refactor: refactor user update function
Genyus Sep 5, 2025
064abc1
refactor: refactor Polar client logic
Genyus Sep 5, 2025
5a46b2f
refactor: consolidate type declarations
Genyus Sep 5, 2025
ac66c28
Merge pull request #3 from wasp-lang/main
Genyus Sep 11, 2025
745516e
fix: update for Wasp 0.18.0
Genyus Sep 11, 2025
9a09fed
revert: undo client logic refactoring
Genyus Sep 13, 2025
33ab2a3
refactor: implement changes from review feedback
Genyus Sep 14, 2025
37ce885
refactor: relocate function
Genyus Sep 14, 2025
a9f51e3
refactor: remove redundant gate
Genyus Sep 14, 2025
17042bf
refactor: simplify webhook handling
Genyus Sep 14, 2025
9ce5cfc
refactor: further simplify webhook handling
Genyus Sep 15, 2025
8c9e8e5
refactor: implement additional webhook improvements
Genyus Sep 15, 2025
c110026
refactor: sort imports
Genyus Sep 15, 2025
4b343ff
refactor: refactor checkoutUtils.ts
Genyus Sep 15, 2025
d5d97af
docs: add Polar configuration to integration guide
Genyus Sep 15, 2025
99bda63
chore: remove superfluous .gitignore entries
Genyus Sep 15, 2025
22e1c6d
docs: add tip to Polar section
Genyus Sep 15, 2025
d8b9732
Merge pull request #4 from wasp-lang/main
Genyus Sep 15, 2025
a1671c8
Merge branch 'main' into polar
Genyus Sep 15, 2025
c2886ae
refactor: sort imports
Genyus Sep 16, 2025
9287ec3
docs: apply suggestions from code review
Genyus Sep 16, 2025
4c69038
docs: apply additional code review suggestions
Genyus Sep 16, 2025
11a7093
fix: prevent data integrity edge case
Genyus Sep 16, 2025
8c2254a
refactor: clean up webhook handling
Genyus Sep 16, 2025
456ef49
revert: revert .gitignore to original state
Genyus Sep 16, 2025
cae2372
docs: add illustrative images to integration guide
Genyus Sep 16, 2025
3593df3
docs: apply code review suggestions
Genyus Sep 17, 2025
18f3479
docs: remove redundant images
Genyus Sep 17, 2025
d2f2dd0
refactor: remove obsolete export
Genyus Sep 17, 2025
dbd67b3
style: apply Prettier formatting across template
Genyus Sep 17, 2025
6d85122
docs: add Polar references to guides
Genyus Sep 17, 2025
5384775
Merge pull request #5 from wasp-lang/main
Genyus Sep 23, 2025
f4b965c
Merge branch 'polar' of github.com:Genyus/open-saas into polar
Genyus Sep 25, 2025
45a9194
style: apply new Prettier formatting across template/src
Genyus Sep 25, 2025
fa246d4
Merge branch 'main' into polar
Genyus Sep 25, 2025
5527860
docs: fix typo
Genyus Sep 25, 2025
e6c11fe
fix: apply refinements
Genyus Oct 6, 2025
70d3220
refactor: rename and reorder arguments
Genyus Oct 9, 2025
893288d
fix: remove obsolete images
Genyus Oct 13, 2025
a4fff20
ci: update diffs
Genyus Oct 13, 2025
d183139
Merge remote-tracking branch 'origin/main' into polar
FranjoMindek Nov 7, 2025
bbbf9a2
start polishing
FranjoMindek Nov 7, 2025
9287cd9
Merge branch 'main' into polar
FranjoMindek Nov 13, 2025
671dcf0
improve polar, brush off some stuff to stripe
FranjoMindek Nov 13, 2025
8114346
changes to diffs
FranjoMindek Nov 13, 2025
9bd7278
remove polar filess + lemon deps
FranjoMindek Nov 13, 2025
2c0fbd0
Merge branch 'main' into polar
FranjoMindek Nov 14, 2025
cf10272
webhook changes
FranjoMindek Nov 14, 2025
b8ca44a
simplify + fix query
FranjoMindek Nov 14, 2025
9ea1170
test reset stipe stuff
FranjoMindek Nov 14, 2025
b1fcd54
Merge branch 'main' into polar
FranjoMindek Nov 14, 2025
80ffbe1
revert user
FranjoMindek Nov 14, 2025
a285d07
diff
FranjoMindek Nov 14, 2025
ce7c90a
abstract
FranjoMindek Nov 14, 2025
2cebfbe
Update opensaas-sh/blog/src/content/docs/guides/deploying.mdx
FranjoMindek Nov 19, 2025
c7dce03
Update opensaas-sh/blog/src/content/docs/guides/payments-integration.mdx
FranjoMindek Nov 19, 2025
53422eb
Update opensaas-sh/blog/src/content/docs/guides/payments-integration.mdx
FranjoMindek Nov 19, 2025
bd73779
Update opensaas-sh/blog/src/content/docs/guides/payments-integration.mdx
FranjoMindek Nov 19, 2025
921ce6b
Update opensaas-sh/blog/src/content/docs/guides/payments-integration.mdx
FranjoMindek Nov 19, 2025
f2a312e
Update opensaas-sh/blog/src/content/docs/start/guided-tour.md
FranjoMindek Nov 19, 2025
d44fb78
Update opensaas-sh/blog/src/content/docs/guides/payments-integration.mdx
FranjoMindek Nov 19, 2025
47afe8f
Update opensaas-sh/blog/src/content/docs/start/guided-tour.md
FranjoMindek Nov 19, 2025
7c17fe4
update capital letters / indentation / and dots
FranjoMindek Nov 19, 2025
4d63d42
plan id
FranjoMindek Nov 19, 2025
e5a5ac1
ensurePolarCustomer jsdocs
FranjoMindek Nov 19, 2025
549d3ea
temp changes save
FranjoMindek Nov 19, 2025
423df84
inline + naming + order
FranjoMindek Nov 19, 2025
ab3b106
Merge branch 'main' into polar
FranjoMindek Nov 19, 2025
c42acd6
consistency
FranjoMindek Nov 19, 2025
ade9221
polish docs
FranjoMindek Nov 19, 2025
a084bc5
add tabs remove polar express
FranjoMindek Nov 19, 2025
865a8a9
remove polar express diff
FranjoMindek Nov 19, 2025
ddd4e32
wording
FranjoMindek Nov 19, 2025
9e65156
typo
FranjoMindek Nov 19, 2025
ae0efc6
Merge branch 'main' into polar
FranjoMindek Nov 20, 2025
4a3d7e9
Update opensaas-sh/blog/src/content/docs/guides/Payment Integrations/…
FranjoMindek Nov 20, 2025
956c86c
Update opensaas-sh/blog/src/content/docs/guides/Payment Integrations/…
FranjoMindek Nov 20, 2025
ed20c9f
Update opensaas-sh/blog/src/content/docs/guides/deploying.mdx
FranjoMindek Nov 20, 2025
904e8e5
Update opensaas-sh/blog/src/content/docs/guides/Payment Integrations/…
FranjoMindek Nov 20, 2025
fa50424
Update opensaas-sh/blog/src/content/docs/guides/Payment Integrations/…
FranjoMindek Nov 20, 2025
caf9825
Update opensaas-sh/blog/src/content/docs/guides/Payment Integrations/…
FranjoMindek Nov 20, 2025
b6ada50
manual mode + fixes
FranjoMindek Nov 20, 2025
0be93eb
fixes
FranjoMindek Nov 20, 2025
6c417d9
fix deployment
FranjoMindek Nov 20, 2025
cf2b918
live -> prod
FranjoMindek Nov 20, 2025
de73cdc
fix links
FranjoMindek Nov 20, 2025
08729cf
deploying reminder
FranjoMindek Nov 20, 2025
f1fbfcb
improvements
FranjoMindek Nov 21, 2025
cadd982
our -> your
FranjoMindek Nov 21, 2025
d52b96b
simplify
FranjoMindek Nov 21, 2025
a92229b
simplify
FranjoMindek Nov 21, 2025
8c9882a
improvements
FranjoMindek Nov 21, 2025
f838e16
update
FranjoMindek Nov 21, 2025
0baaa9c
update note
FranjoMindek Nov 21, 2025
2548e3f
add commas
FranjoMindek Nov 21, 2025
d4479f6
update wasp-app-runner
FranjoMindek Nov 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions opensaas-sh/app_diff/deletions
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ src/payment/lemonSqueezy/paymentDetails.ts
src/payment/lemonSqueezy/paymentProcessor.ts
src/payment/lemonSqueezy/webhook.ts
src/payment/lemonSqueezy/webhookPayload.ts
src/payment/polar/checkoutUtils.ts
src/payment/polar/paymentProcessor.ts
src/payment/polar/polarClient.ts
src/payment/polar/webhook.ts
src/payment/webhook.ts
138 changes: 64 additions & 74 deletions opensaas-sh/app_diff/package-lock.json.diff

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion opensaas-sh/app_diff/package.json.diff
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.523.0",
"@aws-sdk/s3-presigned-post": "^3.750.0",
@@ -40,6 +45,7 @@
@@ -12,8 +17,6 @@
"@google-analytics/data": "4.1.0",
"@headlessui/react": "1.7.13",
"@hookform/resolvers": "^5.1.1",
- "@lemonsqueezy/lemonsqueezy.js": "^3.2.0",
- "@polar-sh/sdk": "^0.34.3",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
@@ -41,6 +44,7 @@
"react-apexcharts": "1.4.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.60.0",
Expand Down
37 changes: 31 additions & 6 deletions opensaas-sh/app_diff/src/analytics/stats.ts.diff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- template/app/src/analytics/stats.ts
+++ opensaas-sh/app/src/analytics/stats.ts
@@ -1,15 +1,13 @@
@@ -1,18 +1,13 @@
-import { listOrders } from "@lemonsqueezy/lemonsqueezy.js";
import Stripe from "stripe";
import { type DailyStats } from "wasp/entities";
Expand All @@ -12,12 +12,15 @@
getSources,
} from "./providers/plausibleAnalyticsUtils";
// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils';
-import { OrderStatus } from "@polar-sh/sdk/models/components/orderstatus.js";
-import { paymentProcessor } from "../payment/paymentProcessor";
-import { SubscriptionStatus } from "../payment/plans";
-import { polarClient } from "../payment/polar/polarClient";
-import { assertUnreachable } from "../shared/utils";

export type DailyStatsProps = {
dailyStats?: DailyStats;
@@ -52,19 +50,7 @@
@@ -55,20 +50,7 @@
paidUserDelta -= yesterdaysStats.paidUserCount;
}

Expand All @@ -29,16 +32,17 @@
- case "lemonsqueezy":
- totalRevenue = await fetchTotalLemonSqueezyRevenue();
- break;
- case "polar":
- totalRevenue = await fetchTotalPolarRevenue();
- break;
- default:
- throw new Error(
- `Unsupported payment processor: ${paymentProcessor.id}`,
- );
- assertUnreachable(paymentProcessor.id);
- }
+ let totalRevenue = await fetchTotalStripeRevenue();

const { totalViews, prevDayViewsChangePercent } = await getDailyPageViews();

@@ -177,38 +163,3 @@
@@ -181,59 +163,3 @@
// Revenue is in cents so we convert to dollars (or your main currency unit)
return totalRevenue / 100;
}
Expand Down Expand Up @@ -77,3 +81,24 @@
- throw error;
- }
-}
-
-async function fetchTotalPolarRevenue(): Promise<number> {
- let totalRevenue = 0;
-
- const result = await polarClient.orders.list({
- limit: 100,
- });
-
- for await (const page of result) {
- const orders = page.result.items || [];
-
- for (const order of orders) {
- if (order.status === OrderStatus.Paid && order.totalAmount > 0) {
- totalRevenue += order.totalAmount;
- }
- }
- }
-
- // Revenue is in cents so we convert to dollars
- return totalRevenue / 100;
-}
22 changes: 1 addition & 21 deletions opensaas-sh/app_diff/src/payment/PricingPage.tsx.diff
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,7 @@
} from "./plans";

const bestDealPaymentPlanId: PaymentPlanId = PaymentPlanId.Pro;
+const PaymentsDocsURL = "https://docs.opensaas.sh/guides/payments-integration/";
+const PaymentsDocsURL = "https://docs.opensaas.sh/guides/payment-integrations/";

interface PaymentPlanCard {
name: string;
@@ -125,9 +126,16 @@
</h2>
</div>
<p className="text-muted-foreground mx-auto mt-6 max-w-2xl text-center text-lg leading-8">
- Choose between Stripe and LemonSqueezy as your payment provider. Just
- add your Product IDs! Try it out below with test credit card number{" "}
- <br />
+ Choose between{" "}
+ <a href={PaymentsDocsURL} target="_blank" rel="noopener noreferrer">
+ Stripe
+ </a>{" "}
+ and{" "}
+ <a href={PaymentsDocsURL} target="_blank" rel="noopener noreferrer">
+ LemonSqueezy
+ </a>{" "}
+ as your payment provider. Just add your Product IDs! Try it out below
+ with test credit card number <br />
<span className="bg-muted text-muted-foreground rounded-md px-2 py-1 font-mono text-sm">
4242 4242 4242 4242 4242
</span>
3 changes: 2 additions & 1 deletion opensaas-sh/app_diff/src/payment/paymentProcessor.ts.diff
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- template/app/src/payment/paymentProcessor.ts
+++ opensaas-sh/app/src/payment/paymentProcessor.ts
@@ -29,9 +29,4 @@
@@ -29,10 +29,4 @@
webhookMiddlewareConfigFn: MiddlewareConfigFn;
}

Expand All @@ -10,3 +10,4 @@
- */
export const paymentProcessor: PaymentProcessor = stripePaymentProcessor;
-// export const paymentProcessor: PaymentProcessor = lemonSqueezyPaymentProcessor;
-// export const paymentProcessor: PaymentProcessor = polarPaymentProcessor;
23 changes: 22 additions & 1 deletion opensaas-sh/blog/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,28 @@ export default defineConfig({
},
{
label: "Guides",
autogenerate: { directory: "/guides/" },
items: [
{ label: 'Analytics', link: "/guides/analytics/" },
{ label: 'Authentication', link: "/guides/authentication/" },
{ label: 'Authorization', link: "/guides/authorization/" },
{ label: 'Cookie Consent Modal', link: "/guides/cookie-consent/" },
{
label: "Payment Integrations",
items: [
{ label: "Overview", link: "/guides/payment-integrations/" },
{ label: "Stripe", link: "/guides/payment-integrations/stripe/" },
{ label: "Lemon Squeezy", link: "/guides/payment-integrations/lemon-squeezy/" },
{ label: "Polar", link: "/guides/payment-integrations/polar/" },
]
},
{ label: 'Deploying', link: "/guides/deploying/" },
{ label: 'SEO', link: "/guides/seo/" },
{ label: 'Email Sending', link: "/guides/email-sending/" },
{ label: 'File Uploading', link: "/guides/file-uploading/" },
{ label: 'Tests', link: "/guides/tests/" },
{ label: 'How (Not) to Update Your Open SaaS App', link: "/guides/updating-opensaas/" },
{ label: 'Vibe Coding with Open SaaS', link: "/guides/vibe-coding/" },
]
},
{
label: "General",
Expand Down
Binary file added opensaas-sh/blog/src/assets/polar/user-table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ tags:
- indiehackers
authors: milica
---
import VideoPlayer from '../../../components/VideoPlayer.astro';
import { Image } from 'astro:assets';
import landing from '../../../assets/turboreel/landing.webp';
import studioInterface from '../../../assets/turboreel/studio-interface.mp4';
import opensaas from '../../../assets/turboreel/opensaas.mp4';
import reddit100Users from '../../../assets/turboreel/reddit-100-users.webp'
import reddit200Upvotes from '../../../assets/turboreel/reddit-200-upvotes.webp'
import reddit100Users from '../../../assets/turboreel/reddit-100-users.webp';
import reddit200Upvotes from '../../../assets/turboreel/reddit-200-upvotes.webp';
import studioInterface from '../../../assets/turboreel/studio-interface.mp4';
import VideoPlayer from '../../../components/VideoPlayer.astro';

Peter is the creator of [**TurboReel**](https://turboreelgpt.tech/), an open-source platform with a paid SaaS layer, that transforms how creators generate short-form video content. With just a prompt, users can produce polished TikToks and YouTube Shorts in moments.

Expand Down Expand Up @@ -116,7 +116,7 @@ app myApp {

### Out-of-the-box Stripe integration

Another significant advantage for Peter was how Open SaaS handled third-party integrations. Setting up services like [**Stripe for payments**](https://docs.opensaas.sh/guides/payments-integration/) often requires a lot of effort, but Wasp's Open SaaS streamlined the process - you just need to add your API key and you're good to go.
Another significant advantage for Peter was how Open SaaS handled third-party integrations. Setting up services like [**Stripe for payments**](https://docs.opensaas.sh/guides/payment-integrations/) often requires a lot of effort, but Wasp's Open SaaS streamlined the process - you just need to add your API key and you're good to go.

> *"Payments are usually a huge headache, but Open SaaS made it so smooth. I didn't have to spend weeks integrating Stripe—it just worked. That gave me more time to focus on TurboReel's core functionality.*"

Expand Down
8 changes: 4 additions & 4 deletions opensaas-sh/blog/src/content/docs/general/admin-dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ banner:
content: |
Have an Open SaaS app in production? <a href="https://e44cy1h4s0q.typeform.com/to/EPJCwsMi">We'll send you some swag! 👕</a>
---
import { Image } from 'astro:assets';
import dbStudio from '@assets/stripe/db-studio.png';
import adminDashboard from '@assets/admin/admin-dashboard.png';
import dbStudio from '@assets/stripe/db-studio.png';
import { Image } from 'astro:assets';

This is a reference on how the Admin dashboard, available at `/admin`, is set up.

Expand Down Expand Up @@ -55,7 +55,7 @@ If you're finding this template and its guides useful, consider giving us [a sta
### Analytics Dashboard
The Admin analytics dashboard is a single place for you to view your most important metrics and perform some admin tasks. At the moment, it pulls data from:

- [Payments Processor](/guides/payments-integration/):
- [Payment Processor](/guides/payment-integrations/):
- total revenue
- revenue for each day of the past week
- [Google or Plausible](/guides/analytics/):
Expand Down Expand Up @@ -85,7 +85,7 @@ job dailyStatsJob {
```
For more info on Wasp's recurring background jobs, check out the [Wasp Jobs docs](https://wasp.sh/docs/advanced/jobs).

For a guide on how to integrate these services so that you can view your analytics via the dashboard, check out the [Payments Integration](/guides/payments-integration/) and [Analytics guide](/guides/analytics/) of the docs.
For a guide on how to integrate these services so that you can view your analytics via the dashboard, check out the [Payment Integrations](/guides/payment-integrations/) and [Analytics guide](/guides/analytics/) of the docs.

:::note[Help us improve]
We're always looking to improve the Admin dashboard. If you feel something is missing or could be improved, consider [opening an issue](https://github.com/wasp-lang/open-saas/issues) or [submitting a pull request](https://github.com/wasp-lang/open-saas/pulls)
Expand Down
Loading