@@ -7,6 +7,10 @@ template.
7
7
8
8
This page links to examples of how to implement some things with the Epic Stack.
9
9
10
+ - [ Epic Stack with Stripe] ( https://github.com/epicweb-dev/epic-stack-with-stripe )
11
+ by [ @epicweb-dev ] ( https://github.com/epicweb-dev ) : An example of the Epic
12
+ Stack with Stripe. Uses Subscriptions, Stripe Links, and focused on
13
+ simplicity.
10
14
- [ Framer Motion] ( https://github.com/kentcdodds/epic-stack-with-framer-motion )
11
15
by [ @kentcdodds ] ( https://github.com/kentcdodds ) : Using client hints to avoid
12
16
content layout shift with ` prefers-reduced-motion ` and framer motion
@@ -35,9 +39,6 @@ This page links to examples of how to implement some things with the Epic Stack.
35
39
- [ Epic Stack + Tailwind CSS Plugin] ( https://github.com/hakimLyon/epic-stack-with-tailwind-css-plugin )
36
40
by [ @hakimLyon ] ( https://github.com/hakimLyon ) : An example of the Epic Stack
37
41
with Tailwind CSS Plugin.
38
- - [ Epic Stack + GitHub Auth] ( https://github.com/kentcdodds/epic-github-auth ) by
39
- [ @kentcdodds ] ( https://github.com/kentcdodds ) : An example of the Epic Stack
40
- with GitHub Auth.
41
42
- [ Epic Stack + MongoDB as the Database] ( https://github.com/hakimLyon/epic-stack-with-prisma-mongodb )
42
43
by [ @hakimLyon ] ( https://github.com/hakimLyon ) : An example of the Epic Stack
43
44
with Prisma using MongoDB as the database.
@@ -66,11 +67,6 @@ This page links to examples of how to implement some things with the Epic Stack.
66
67
example of using [ Nx] ( https://nx.dev ) in an Epic Stack app
67
68
- [ Epic Stack monorepo with pnpm + turbo] ( https://github.com/abetoots/epic-stack-turborepo ) :
68
69
An example of the Epic Stack in a monorepo setup
69
- - [ Epic Stack + passkeys/webauthn] ( https://github.com/rperon/epic-stack-with-passkeys/ )
70
- by [ @rperon ] ( https://github.com/rperon ) : An example of the Epic Stack with
71
- passkeys using
72
- [ remix-auth-webauthn] ( https://github.com/alexanderson1993/remix-auth-webauthn )
73
- and [ remix-auth] ( https://npm.im/remix-auth ) .
74
70
- [ Epic Stack with jsx-email] ( https://github.com/djhi/epic-stack-jsx-email ) : An
75
71
example of the Epic Stack that uses [ jsx-email] ( https://jsx.email/ ) instead of
76
72
[ react-email] ( https://react.email/ )
0 commit comments