Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,27 +109,13 @@ We have started working on creating documentation for peppermint which covers de

Give a ⭐️ if this project helped you!

## Screenshots

<p align="center">
<img src="./static/homepage.png" alt="Logo" width="350px" >
<img src="./static/create_a_ticket.png" alt="Logo" width="350px" >
<img src="./static/tickets.png" alt="Logo" width="350px" >
<img src="./static/detail.png" alt="Logo" width="350px" >
</p>

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=Peppermint-Lab/peppermint&type=Date)](https://star-history.com/#Peppermint-Lab/peppermint&Date)

## Activity
![Alt](https://repobeats.axiom.co/api/embed/9b568eb9e41b60f60fe155836b1ef0fb2a7b93b9.svg "Repobeats analytics image")

## Author

👤 **Jack Andrews**

- Website: [peppermint.sh](https://peppermint.sh/)
- Twitter: [@andrewsjack18 ](https://twitter.com/andrewsjack18)
- Github: [@potts99](https://github.com/potts99)
- LinkedIn: [@jack-andrews-146852131](https://linkedin.com/in/jack-andrews-146852131)
2 changes: 1 addition & 1 deletion apps/client/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Home() {
}

async function getUnassginedTickets() {
await fetch(`/api/v1/data/tickets/open`, {
await fetch(`/api/v1/data/tickets/unassigned`, {
method: "GET",
headers: {
Authorization: `Bearer ${token}`,
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/seo.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ const seoConfig = {
title: {
template: "Peppermint",
default:
"Peppermint - An open source zendesk alternative with a focus on simplicity and speed",
"Peppermint - Revolutionizing Customer Support for Rapid Resolutions. Your Premier Zendesk Alternative.",
},
description:
"Peppermint is an open source zendesk alternative with a focus on simplicity and speed",
"Experience Peppermint's revolutionary approach to customer support, ensuring swift resolutions. Discover your ultimate alternative to Zendesk.",
themeColor: "#F6E458",
openGraph: {
images: "/og-image.png",
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const config = {
banner: {
key: 'release',
text: (
<a href="https://github.com/Peppermint-Lab/peppermint" target="_blank">
🎉 Peppermint 0.4 is released. Read more →
<a href="https://github.com/Peppermint-Lab/peppermint/releases" target="_blank">
🎉 Peppermint 0.4.5 is here! Check it out now! 🚀
</a>
)
},
Expand Down Expand Up @@ -67,4 +67,4 @@ const config = {
}
}

export default config
export default config
55 changes: 32 additions & 23 deletions apps/site/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,21 +119,21 @@ const features = [
{
name: "Notifications",
description:
"Hook up peppermint to third party services using webhooks and various third party providers alongside emails.",
"Connect Peppermint to third-party services using webhooks and various providers, including email integration.",
href: "#",
icon: BellAlertIcon,
},
{
name: "Email Fetching",
description:
"Set up mailbox's to allow your customers to email you directly and have it automatically create a ticket",
"Configure mailboxes to facilitate direct customer emails, automatically converting them into tickets for efficient management.",
href: "#",
icon: InboxIcon,
},
{
name: "Single Sign On",
description:
"Enable single sign on for all your users to allow for shared authentication via multiple providers.",
"Implement single sign-on (SSO) for all users to enable shared authentication across multiple providers.",
href: "#",
icon: LockClosedIcon,
},
Expand All @@ -143,25 +143,25 @@ const features2 = [
{
name: "Location",
description:
"Peppermint can be hosted anywhere and all of its core features available without the need to access the internet.",
"Peppermint is designed to be hosted in any environment, offering all of its core features without requiring an internet connection.",
icon: GlobeEuropeAfricaIcon,
},
{
name: "Data Ownership",
description:
"Peppermint never transfers any customer app data to its servers. All data is stored locally on your server.",
"Peppermint ensures customer app data remains private by never transferring it to external servers. All data is securely stored locally on your server.",
icon: LockClosedIcon,
},
{
name: "Lightweight",
description:
"Peppermint is built to be lightweight and fast, allowing it to run on low end hardware and low usage. Reduce cost by hosting on a low end VPS or even a raspberry pi.",
"Peppermint is designed to be lightweight and fast, making it suitable for running on low-end hardware with minimal resource usage. This allows for cost-effective hosting on a low-end VPS or even a Raspberry Pi.",
icon: LightBulbIcon,
},
{
name: "Customer First",
description:
"Peppermint is developed with the customer in mind. Allowing us to offer the best features possible by listening to what our customers need.",
"Peppermint is customer-centric, enabling us to provide the best features by actively listening to and addressing our customer's needs.",
icon: UserIcon,
},
];
Expand Down Expand Up @@ -208,7 +208,7 @@ export default function Home() {
<span className="rounded-full bg-indigo-500/10 px-3 py-1 text-sm font-semibold leading-6 text-indigo-400 ring-1 ring-inset ring-indigo-500/20">
What's new -
<span className="ml-1 inline-flex items-center space-x-2 text-sm font-medium leading-6 ">
<span>v0.4.3 shipped</span>
<span>Version 0.4.5 is live! 🚀</span>
<ChevronRightIcon
className="h-5 w-5 text-gray-500"
aria-hidden="true"
Expand All @@ -218,15 +218,16 @@ export default function Home() {
</a>
</div>
</div>

<div className="">
<span className="text-2xl font-bold tracking-tight text-gray-900 ">
Control your support
Elevate Your Customer Support
</span>
<div className="mt-4 flex flex-col ">
<div className="">
<p className="text-base text-gray-800">
Peppermint is a solution to the ever growing cost of todays
corprate world.
Peppermint offers a refreshing approach to customer support in
a cost-conscious world.
</p>
</div>
<div className="my-6 space-x-4 flex flex-row">
Expand All @@ -248,6 +249,14 @@ export default function Home() {
</div>
</div>
</div>

<div>
<img
className="h-full w-full rounded-md shadow-lg my-4"
src="/dashboard.jpeg"
alt="landing page screenshot of dashboard"
/>
</div>
</div>

<div className="max-w-xl mx-auto mt-4">
Expand Down Expand Up @@ -317,18 +326,18 @@ export default function Home() {
<div className="mt-6 flex flex-col gap-x-8 gap-y-20 lg:flex-row">
<div className="lg:w-full lg:max-w-2xl lg:flex-auto">
<p className="text-base text-gray-600">
Peppermint sets out to bridge the gap between features and cost.
Peppermint seeks to offer a robust and comprehensive array of
tools, functionalities, and user experiences without burdening
users with exorbitant expenses.
Peppermint aims to bridge the gap between rich features and
affordability. We strive to provide a wide range of tools,
functionalities, and user experiences without imposing excessive
costs on our users.
</p>
<p className="mt-4 max-w-xl text-base text-gray-700">
The project's ethos lies in empowering users by providing a
platform that doesn't compromise on quality and usability while
maintaining a reasonable cost structure. This approach fosters
inclusivity, allowing individuals and organizations with varying
budgetary constraints to benefit from a feature-rich software
solution without sacrificing performance or breaking the bank.
The project's core values focus on empowering users through a
platform that prioritizes quality and usability without
compromising affordability. This inclusive approach enables
individuals and organizations with diverse budgetary constraints
to access a feature-rich software solution without compromising
performance or affordability.
</p>
</div>
</div>
Expand Down Expand Up @@ -419,7 +428,7 @@ export default function Home() {
Video Reviews
</h2>
<p className="text-base leading-8 text-gray-800">
Some excellent videos that shows an overview of peppermint and its
Check out these great videos showcasing peppermint and its
features.
</p>
</div>
Expand Down Expand Up @@ -474,7 +483,7 @@ export default function Home() {
<div className="mx-auto max-w-7xl px-6 pb-8 pt-16 sm:pt-24 lg:px-8 lg:pt-32">
<div className="mt-16 border-t border-gray-900/10 pt-8 sm:mt-20 lg:mt-24">
<p className="text-xs leading-5 text-gray-500">
&copy; 2023 Peppermint Labs Ltd. All rights reserved.
&copy; 2024 Peppermint Labs Ltd. All rights reserved.
</p>
</div>
</div>
Expand Down
Binary file added apps/site/public/dashboard.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.