supanuxt-saas
Simple boilerplate for SAAS. Nuxt3, Supabase, OAuth, Prisma, TRPC, Pinia, Stripe, Tailwind, OpenAI
File Explorer
Download Latest Version (.zip)- settings.json
- tailwind.css
- avatar.svg
- landing_config_environment.jpeg
- landing_db_schema_management.jpeg
- landing_state_management.jpeg
- landing_stripe_integration.jpeg
- landing_style_system.jpeg
- landing_user_management.jpeg
- saas_landing_main.jpeg
- supanuxt_logo_100.png
- supanuxt_logo_200.png
- supanuxt_logo_400.png
- supanuxt_logo_800.png
- technical_architecture.png
- UserAccount.vue
- UserAccountSignout.client.vue
- UserAccountSwitch.client.vue
- AppFooter.vue
- AppHeader.vue
- modal.type.ts
- Modal.vue
- Notifications.client.vue
- account.service.ts
- auth.service.ts
- errors.ts
- notes.service.ts
- openai.client.ts
- service.types.ts
- util.service.ts
- auth.ts
- [join_password].vue
- [note_id].vue
- account.vue
- cancel.vue
- confirm.vue
- contact.vue
- dashboard.vue
- deletemyaccount.vue
- fail.vue
- forgotpassword.vue
- index.vue
- pricing.vue
- privacy.vue
- resetpassword.vue
- signin.vue
- signup.vue
- success.vue
- terms.vue
- 1_4_2-service-refactor-to-namespaces.patch
- 1_4_2-service-refactor-to-namespaces_authcontextremoved.patch
- cookieconsent.client.ts
- trpcClient.ts
- account-access-enum.ts
- prisma.client.ts
- schema.prisma
- seed.ts
- android-chrome-192x192.png
- android-chrome-512x512.png
- apple-touch-icon.png
- favicon-16x16.png
- favicon-32x32.png
- favicon.ico
- site.webmanifest
- [trpc].ts
- note.ts
- authContext.ts
- create-checkout-session.post.ts
- webhook.post.ts
- account.router.ts
- app.router.ts
- auth.router.ts
- notes.router.ts
- context.ts
- trpc.ts
- defineProtectedEventHandler.ts
- account.store.ts
- notes.store.ts
- notify.store.ts
- account.store.spec.ts
- notify.store.spec.ts
- TEST.md
- .env_example
- .gitignore
- .prettierignore
- .prettierrc.json
- app.vue
- CHANGELOG.md
- LICENSE
- nuxt.config.ts
- package-lock.json
- package.json
- README.md
- tailwind.config.js
- tsconfig.json
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/JavascriptMick/supanuxt-saas
Downloads the entire project code from GitHub to your computer.
cd supanuxt-saas
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Homebrew A package manager for macOS/Linux.
brew install stripe/stripe-cli/stripe
Installs the pre-built package via Homebrew β no source build required.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install @prisma/client --save-dev
Downloads and installs the libraries listed in package.json.
yarn install
Downloads and installs the libraries listed in package.json.
npm install
Downloads and installs the libraries listed in package.json.
pnpm install --shamefully-hoist
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
