michidk / AWS-SMTP-Credentials-Generator

Generate SMTP credentials and connection details for AWS SES

Home Page:https://aws-smtp-credentials.vercel.app

Repository from Github https://github.commichidk/AWS-SMTP-Credentials-GeneratorRepository from Github https://github.commichidk/AWS-SMTP-Credentials-Generator

AWS SMTP Credentials Generator

License: MIT

A web application that helps you generate SMTP credentials and connection details for Amazon Simple Email Service (AWS SES).

AWS SMTP Credentials Generator Screenshot

Features

  • 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

Getting Started

Prerequisites

  • Node.js
  • Bun

Or just use the included devcontainer.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/aws-smtp-credentials-generator.git
    cd aws-smtp-credentials-generator
  2. Install dependencies:

    bun install
  3. Start the development server:

    bun run dev
  4. Open http://localhost:3000 in your browser to see the application.

Building for Production

To create a production build:

bun run build

To start the production server:

bun run start

Development

The 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

Available Scripts

  • bun run dev - Start development server with Turbopack
  • bun run build - Create production build
  • bun run start - Start production server
  • bun run lint - Run Biome linter
  • bun run fmt - Format code with Biome
  • bun run fix - Auto-fix code issues
  • bun run knip - Run dependency analysis

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Generate SMTP credentials and connection details for AWS SES

https://aws-smtp-credentials.vercel.app


Languages

Language:TypeScript 88.7%Language:CSS 11.1%Language:JavaScript 0.2%