Create a secure, printable backup card for your 12 or 24-word cryptocurrency wallet seed phrase. Use this offline-first, browser-based utility tool. No storage.
AI Generation Prompt
Technical Specification: Secure Crypto Seed Phrase Backup Tool
Overview
A clean, professional, and privacy-focused web application designed to help cryptocurrency users record and organize their BIP-39 seed phrases. The tool focuses on providing a structured, print-friendly layout to ensure physical backups are legible and correctly ordered.
Core Features
- Responsive Input Grid: Dynamically generate input fields based on whether the user selects a 12-word or 24-word seed phrase.
- Checksum/Validation Logic: Real-time feedback if the seed word count doesn't match the selection, and basic validation to prevent common formatting errors.
- Print-Optimized View: A clean, CSS-based print layout that hides UI controls and focuses solely on a clear, grid-based layout suitable for paper backups.
- Security Checklist: A non-intrusive sidebar or bottom section providing industry-standard best practices for physical seed phrase storage (e.g., "Never store digitally," "Use metal plates").
- Offline Capability: Designed to work without any network requests. The logic is self-contained.
UI/UX Design
- Theme: Vibrant, clean light-mode aesthetic. Use of soft greys, crisp whites, and a primary "Trust" blue (e.g., #2563eb) for buttons.
- Typography: Sans-serif, high-legibility fonts (Inter or system UI).
- Layout:
- Header: Simple, descriptive H1 title and a clear "Security First" disclaimer.
- Main Area: A toggle for 12/24 words, followed by the numbered grid of inputs.
- Actions: "Clear" and "Print" buttons.
- Footer (Visual only): No functional footer. Just a brief text line about the tool running locally.
Technical Constraints & Directives
- No Persistent Storage: Absolutely zero use of
localStorage,sessionStorage, orIndexedDB. All inputs are volatile memory only. - Single File: All CSS and JS must be embedded within the single HTML file using
<style>and<script>blocks. - Sandbox Compatibility: Do not use
alert(),prompt(), orconfirm(). All interactions must occur via standard HTML5 elements (modals/tooltips). - Accessibility: Ensure high contrast ratios for text. All inputs must be screen-reader friendly with proper labels.
- Performance: No external heavy frameworks. Pure vanilla JavaScript for DOM manipulation.
Color Palette
- Background: #ffffff
- Surface/Card: #f8fafc
- Text Primary: #1e293b
- Text Secondary: #64748b
- Primary Accent: #2563eb
- Success/Border: #e2e8f0
Animations
- Smooth Transitions: Use CSS
transitionon input field focus and button hover states (e.g., 0.2s ease-in-out). - Fade-in: Gentle fade-in for the generation of the input grid when switching between 12 and 24-word modes.
Spread the word
Files being used
Frequently Asked Questions
Everything you need to know about using this application.
Is this seed phrase backup tool secure?
Yes. This tool functions entirely within your web browser using client-side JavaScript. No information you enter is ever transmitted to a server, tracked, or stored. For maximum security, we recommend disconnecting your internet before using this tool.
Does this tool store my seed phrase?
No. This application does not use cookies, local storage, session storage, or any database. As soon as you refresh or close your browser tab, all information is permanently erased from memory.
Can I use this to generate a new wallet?
No. This utility is strictly for documenting and visualizing an existing seed phrase for backup purposes. It does not generate private keys or mnemonic phrases.



