A web application that helps you generate SMTP credentials and connection details for Amazon Simple Email Service (AWS SES).
- Generate SMTP credentials from AWS IAM credentials
- Get ready-to-use SMTP connection details
- Works entirely in your browser - no data sent to external servers
- Node.js
- Bun
Or just use the included devcontainer.
-
Clone the repository:
git clone https://github.com/yourusername/aws-smtp-credentials-generator.git cd aws-smtp-credentials-generator -
Install dependencies:
bun install
-
Start the development server:
bun run dev
-
Open http://localhost:3000 in your browser to see the application.
To create a production build:
bun run buildTo start the production server:
bun run startThe project uses several modern development tools:
- Next.js - React framework for production
- TypeScript - For type safety
- TailwindCSS - For styling
- Biome - For linting and formatting
- shadcn/ui - For beautiful and accessible components
- Knip - For unused exports and dependencies detection
bun run dev- Start development server with Turbopackbun run build- Create production buildbun run start- Start production serverbun run lint- Run Biome linterbun run fmt- Format code with Biomebun run fix- Auto-fix code issuesbun run knip- Run dependency analysis
This project is licensed under the MIT License - see the LICENSE file for details.
