Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 621f37e

Browse files
committed
feat: initial commit
0 parents  commit 621f37e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+10376
-0
lines changed

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "next/core-web-vitals"
3+
}

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# next.js
12+
/.next/
13+
/out/
14+
15+
# production
16+
/build
17+
18+
# misc
19+
.DS_Store
20+
*.pem
21+
22+
# debug
23+
npm-debug.log*
24+
yarn-debug.log*
25+
yarn-error.log*
26+
27+
# local env files
28+
.env*.local
29+
30+
# vercel
31+
.vercel
32+
33+
# typescript
34+
*.tsbuildinfo
35+
next-env.d.ts

LICENSE.md

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
# Tailwind UI License
2+
3+
## Personal License
4+
5+
Tailwind Labs Inc. grants you an on-going, non-exclusive license to use the Components and Templates.
6+
7+
The license grants permission to **one individual** (the Licensee) to access and use the Components and Templates.
8+
9+
You **can**:
10+
11+
- Use the Components and Templates to create unlimited End Products.
12+
- Modify the Components and Templates to create derivative components and templates. Those components and templates are subject to this license.
13+
- Use the Components and Templates to create unlimited End Products for unlimited Clients.
14+
- Use the Components and Templates to create End Products where the End Product is sold to End Users.
15+
- Use the Components and Templates to create End Products that are open source and freely available to End Users.
16+
17+
You **cannot**:
18+
19+
- Use the Components and Templates to create End Products that are designed to allow an End User to build their own End Products using the Components and Templates or derivatives of the Components and Templates.
20+
- Re-distribute the Components and Templates or derivatives of the Components and Templates separately from an End Product, neither in code or as design assets.
21+
- Share your access to the Components and Templates with any other individuals.
22+
- Use the Components and Templates to produce anything that may be deemed by Tailwind Labs Inc, in their sole and absolute discretion, to be competitive or in conflict with the business of Tailwind Labs Inc.
23+
24+
### Example usage
25+
26+
Examples of usage **allowed** by the license:
27+
28+
- Creating a personal website by yourself.
29+
- Creating a website or web application for a client that will be owned by that client.
30+
- Creating a commercial SaaS application (like an invoicing app for example) where end users have to pay a fee to use the application.
31+
- Creating a commercial self-hosted web application that is sold to end users for a one-time fee.
32+
- Creating a web application where the primary purpose is clearly not to simply re-distribute the components (like a conference organization app that uses the components for its UI for example) that is free and open source, where the source code is publicly available.
33+
34+
Examples of usage **not allowed** by the license:
35+
36+
- Creating a repository of your favorite Tailwind UI components or templates (or derivatives based on Tailwind UI components or templates) and publishing it publicly.
37+
- Creating a React or Vue version of Tailwind UI and making it available either for sale or for free.
38+
- Create a Figma or Sketch UI kit based on the Tailwind UI component designs.
39+
- Creating a "website builder" project where end users can build their own websites using components or templates included with or derived from Tailwind UI.
40+
- Creating a theme, template, or project starter kit using the components or templates and making it available either for sale or for free.
41+
- Creating an admin panel tool (like [Laravel Nova](https://nova.laravel.com/) or [ActiveAdmin](https://activeadmin.info/)) that is made available either for sale or for free.
42+
43+
In simple terms, use Tailwind UI for anything you like as long as it doesn't compete with Tailwind UI.
44+
45+
### Personal License Definitions
46+
47+
Licensee is the individual who has purchased a Personal License.
48+
49+
Components and Templates are the source code and design assets made available to the Licensee after purchasing a Tailwind UI license.
50+
51+
End Product is any artifact produced that incorporates the Components or Templates or derivatives of the Components or Templates.
52+
53+
End User is a user of an End Product.
54+
55+
Client is an individual or entity receiving custom professional services directly from the Licensee, produced specifically for that individual or entity. Customers of software-as-a-service products are not considered clients for the purpose of this document.
56+
57+
## Team License
58+
59+
Tailwind Labs Inc. grants you an on-going, non-exclusive license to use the Components and Templates.
60+
61+
The license grants permission for **up to 25 Employees and Contractors of the Licensee** to access and use the Components and Templates.
62+
63+
You **can**:
64+
65+
- Use the Components and Templates to create unlimited End Products.
66+
- Modify the Components and Templates to create derivative components and templates. Those components and templates are subject to this license.
67+
- Use the Components and Templates to create unlimited End Products for unlimited Clients.
68+
- Use the Components and Templates to create End Products where the End Product is sold to End Users.
69+
- Use the Components and Templates to create End Products that are open source and freely available to End Users.
70+
71+
You **cannot**:
72+
73+
- Use the Components or Templates to create End Products that are designed to allow an End User to build their own End Products using the Components or Templates or derivatives of the Components or Templates.
74+
- Re-distribute the Components or Templates or derivatives of the Components or Templates separately from an End Product.
75+
- Use the Components or Templates to create End Products that are the property of any individual or entity other than the Licensee or Clients of the Licensee.
76+
- Use the Components or Templates to produce anything that may be deemed by Tailwind Labs Inc, in their sole and absolute discretion, to be competitive or in conflict with the business of Tailwind Labs Inc.
77+
78+
### Example usage
79+
80+
Examples of usage **allowed** by the license:
81+
82+
- Creating a website for your company.
83+
- Creating a website or web application for a client that will be owned by that client.
84+
- Creating a commercial SaaS application (like an invoicing app for example) where end users have to pay a fee to use the application.
85+
- Creating a commercial self-hosted web application that is sold to end users for a one-time fee.
86+
- Creating a web application where the primary purpose is clearly not to simply re-distribute the components or templates (like a conference organization app that uses the components or a template for its UI for example) that is free and open source, where the source code is publicly available.
87+
88+
Examples of use **not allowed** by the license:
89+
90+
- Creating a repository of your favorite Tailwind UI components or template (or derivatives based on Tailwind UI components or templates) and publishing it publicly.
91+
- Creating a React or Vue version of Tailwind UI and making it available either for sale or for free.
92+
- Creating a "website builder" project where end users can build their own websites using components or templates included with or derived from Tailwind UI.
93+
- Creating a theme or template using the components or templates and making it available either for sale or for free.
94+
- Creating an admin panel tool (like [Laravel Nova](https://nova.laravel.com/) or [ActiveAdmin](https://activeadmin.info/)) that is made available either for sale or for free.
95+
- Creating any End Product that is not the sole property of either your company or a client of your company. For example your employees/contractors can't use your company Tailwind UI license to build their own websites or side projects.
96+
97+
### Team License Definitions
98+
99+
Licensee is the business entity who has purchased a Team License.
100+
101+
Components and Templates are the source code and design assets made available to the Licensee after purchasing a Tailwind UI license.
102+
103+
End Product is any artifact produced that incorporates the Components or Templates or derivatives of the Components or Templates.
104+
105+
End User is a user of an End Product.
106+
107+
Employee is a full-time or part-time employee of the Licensee.
108+
109+
Contractor is an individual or business entity contracted to perform services for the Licensee.
110+
111+
Client is an individual or entity receiving custom professional services directly from the Licensee, produced specifically for that individual or entity. Customers of software-as-a-service products are not considered clients for the purpose of this document.
112+
113+
## Enforcement
114+
115+
If you are found to be in violation of the license, access to your Tailwind UI account will be terminated, and a refund may be issued at our discretion. When license violation is blatant and malicious (such as intentionally redistributing the Components or Templates through private warez channels), no refund will be issued.
116+
117+
The copyright of the Components and Templates is owned by Tailwind Labs Inc. You are granted only the permissions described in this license; all other rights are reserved. Tailwind Labs Inc. reserves the right to pursue legal remedies for any unauthorized use of the Components or Templates outside the scope of this license.
118+
119+
## Liability
120+
121+
Tailwind Labs Inc.’s liability to you for costs, damages, or other losses arising from your use of the Components or Templates — including third-party claims against you — is limited to a refund of your license fee. Tailwind Labs Inc. may not be held liable for any consequential damages related to your use of the Components or Templates.
122+
123+
This Agreement is governed by the laws of the Province of Ontario and the applicable laws of Canada. Legal proceedings related to this Agreement may only be brought in the courts of Ontario. You agree to service of process at the e-mail address on your original order.
124+
125+
## Questions?
126+
127+
Unsure which license you need, or unsure if your use case is covered by our licenses?
128+
129+
Email us at [[email protected]](mailto:[email protected]) with your questions.

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Salient
2+
3+
Salient is a [Tailwind UI](https://tailwindui.com) site template built using [Tailwind CSS](https://tailwindcss.com) and [Next.js](https://nextjs.org).
4+
5+
## Getting started
6+
7+
To get started with this template, first install the npm dependencies:
8+
9+
```bash
10+
npm install
11+
```
12+
13+
Next, run the development server:
14+
15+
```bash
16+
npm run dev
17+
```
18+
19+
Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.
20+
21+
## Customizing
22+
23+
You can start editing this template by modifying the files in the `/src` folder. The site will auto-update as you edit these files.
24+
25+
## License
26+
27+
This site template is a commercial product and is licensed under the [Tailwind UI license](https://tailwindui.com/license).
28+
29+
## Learn more
30+
31+
To learn more about the technologies used in this site template, see the following resources:
32+
33+
- [Tailwind CSS](https://tailwindcss.com/docs) - the official Tailwind CSS documentation
34+
- [Next.js](https://nextjs.org/docs) - the official Next.js documentation
35+
- [Headless UI](https://headlessui.dev) - the official Headless UI documentation

jsconfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"compilerOptions": {
3+
"paths": {
4+
"@/*": ["./src/*"]
5+
}
6+
}
7+
}

next.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/** @type {import('next').NextConfig} */
2+
const nextConfig = {}
3+
4+
module.exports = nextConfig

0 commit comments

Comments
 (0)