A Next.js application that calculates Return on Investment (ROI) for workflow automation, featuring email report delivery.
- 📊 Interactive ROI calculation based on workforce metrics
- 📧 Automated email report delivery
- 🎨 Modern, responsive design with Tailwind CSS
- 📱 Mobile-friendly interface
- Node.js 18+
- npm, yarn, or pnpm
- Clone the repository
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install-
Set up email configuration (see EMAIL_SETUP.md for detailed instructions)
-
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
The application includes email functionality to send ROI reports. To enable this feature:
- Copy
.env.localand configure your email credentials - Follow the setup instructions in EMAIL_SETUP.md
- Test the functionality by filling out the calculator and providing an email address
- Framework: Next.js 15.4.1 with App Router
- Styling: Tailwind CSS 4
- Email: Nodemailer
- Language: TypeScript
- Icons: Lucide React
- Fill in the workforce metrics (employees, hours, hourly cost)
- Optionally add error impact data
- Enter your email address
- Click "Calculate ROI" to see results and receive an email report
- Use "Email me the full report" button to resend the report
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.