An open API service indexing awesome lists of open source software.

https://github.com/nathanbrodin/mail

Mail - Redefining Your Inbox Experience
https://github.com/nathanbrodin/mail

mail nextjs

Last synced: 7 months ago
JSON representation

Mail - Redefining Your Inbox Experience

Awesome Lists containing this project

README

          

# Mail

**Redefining Your Inbox Experience**

---

![Discover Screenshot](.github/images/discover-screenshot.png)

Elevate your email experience with a fresh perspective. Redefine how you manage messages, effortlessly prioritizing and responding with intuitive simplicity.

Available on [mail.brodin.dev](https://mail.brodin.dev)

## Tech Stack

- ### Frontend

- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)

- ### UI

- [Tailwind CSS](https://tailwindcss.com/)
- [shadcn/ui](https://ui.shadcn.com/)
- [tailwindui](https://tailwindui.com/)

- ### Deployment and Hosting

- [Vercel](https://vercel.com/)

- ### Package Manager

- [pnpm](https://pnpm.io/)

- ### Error Tracking

- [Sentry](https://sentry.io/)

- ### Analytics
- [PostHog](https://posthog.com/)

## Installation

Clone the repository:

```bash
git clone https://github.com/NathanBrodin/Mail.git
```

Once you have cloned the repository, install the dependencies:

```bash
pnpm install
```

#### Setting up the environment variables

Check the `.env.example` file for the required environment variables.

Create a new file called `.env.local` and add the required environment variables.

## Running the application

To run the application, use the following command:

```bash
pnpm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## Contributing

Contributions are always welcome!

See [CONTRIBUTING.md](/CONTRIBUTING.md) for ways to get started.