-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1e587e
commit b7e279f
Showing
12 changed files
with
177 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
github: https://github.com/notKamui/Nightrunner | ||
--- | ||
# Nightrunner | ||
|
||
Minimal starter template containing internationalization with i18n and styling using UnoCSS. | ||
|
||
## Features | ||
+ localization | ||
+ dark and light theme | ||
|
||
## Stack | ||
|
||
| Use | Name | | ||
| :--- | :---- | | ||
| framework | nuxt ⛰️ | | ||
| component library | UnoCSS 1️⃣ | | ||
| state management | pinia 🍍 | | ||
|
||
## Getting Started | ||
|
||
:linkButton{icon="ph:github-logo"}[github] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
github: https://github.com/sfxcode/nuxt3-primevue-starter | ||
--- | ||
|
||
# Prime Vue | ||
|
||
Styling based starter including prime vue components. | ||
|
||
## Features | ||
|
||
## Stack | ||
|
||
| use | name | | ||
| --- | ---- | | ||
| | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,46 @@ | ||
--- | ||
price: 299 | ||
tags: | ||
- SAAS | ||
--- | ||
|
||
# Supastarter | ||
|
||
Saas starter kit. | ||
Extensive paid SaaS boilerplate with many key features. | ||
|
||
## Features | ||
|
||
+ 🔐 Authentication | ||
+ 💸 Payments | ||
+ 🏢 Multi Tenancy | ||
+ 💻 Super Admin | ||
+ 🦹 User Impersonation | ||
+ 📋 SaaS onboarding flow | ||
+ 🤖 AI | ||
+ 🗺️ Internationalization | ||
+ 🖥️ SaaS landing page | ||
+ 📰 SaaS Blog | ||
+ 📚 SaaS Documentation | ||
+ 📃 SaaS Legal Pages | ||
+ 📊 Analytics | ||
+ 📧 Newsletter signup | ||
+ 🖌️ Customizable UI | ||
+ 🌙 Dark mode | ||
+ 📧 Custom Emails | ||
|
||
## Stack | ||
|
||
| Use | Name | | ||
|:--- |:---- | | ||
| Authentication | Lucia Auth | | ||
| Payments | Lemonsqueezy / Stripe | | ||
| LLM Integration | OpenAI | | ||
| Styling | tailwindcss, radixUI | | ||
| Database | MySQL, SQLite, Postgres, mongoDB | | ||
| Database Client | Prisma | | ||
| API | trpc | | ||
| Mailing | Vue Email | | ||
|
||
|
||
## Getting Started | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<script setup lang="ts"> | ||
const props = defineProps(['link']); | ||
const result = await fetch(props.link); | ||
</script> | ||
|
||
<template> | ||
<div class="border rounded hover:bg-gray-400"> | ||
<div> | ||
<p>Million Song Dataset</p> | ||
<p>Predict which songs a user will listen to</p> | ||
</div> | ||
|
||
{{ result.text() }} | ||
|
||
<div> | ||
<img src="" alt=""> | ||
<span></span> | ||
</div> | ||
</div> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.