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
- Host: GitHub
- URL: https://github.com/nathanbrodin/mail
- Owner: NathanBrodin
- License: gpl-3.0
- Created: 2024-02-03T09:30:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T17:03:51.000Z (over 1 year ago)
- Last Synced: 2025-01-15T13:04:54.061Z (9 months ago)
- Topics: mail, nextjs
- Language: TypeScript
- Homepage: https://mail.brodin.dev
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
**Redefining Your Inbox Experience**
---

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.