• Townie
    AI
  • Blog
  • Docs
  • Pricing
  • We’re hiring!
Log inSign up
abdullah678

abdullah678

Txtmoji

Public
Like
Txtmoji
Home
Code
1
README.md
Branches
1
Pull requests
Remixes
History
Environment variables
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Sign up now
Code
/
README.md
Code
/
README.md
Search
5/28/2025
Viewing readonly version of main branch: v1
View latest version
README.md

Txtmoji - Emoji Encryption Website

Hide your text messages with emojis! ✨

Features

  • πŸ” Text-to-Emoji Encryption: Convert plain text into emoji sequences using password-based encryption
  • πŸ”“ Emoji-to-Text Decryption: Decode emoji sequences back to original text with the correct password
  • πŸ“± Mobile Responsive: Works perfectly on all devices
  • 🎨 Beautiful UI: Modern design with pastel purple theme and floating cards
  • πŸŒ™ Dark Mode: Toggle between light and dark themes
  • πŸ“‹ Copy to Clipboard: Easy copying with success animations
  • πŸ”’ Privacy First: No messages or passwords are stored

How It Works

  1. Enter your text message and a password
  2. Click "πŸ” Encrypt" to convert it to emojis
  3. Share the emoji sequence with someone
  4. They can decrypt it using the same password

Tech Stack

  • Frontend: React with TypeScript
  • Backend: Hono API framework
  • Styling: TailwindCSS
  • Encryption: Custom emoji mapping with password salting

Project Structure

β”œβ”€β”€ backend/
β”‚   β”œβ”€β”€ index.ts           # Main API server
β”‚   └── encryption.ts      # Encryption/decryption logic
β”œβ”€β”€ frontend/
β”‚   β”œβ”€β”€ index.html         # Main HTML template
β”‚   β”œβ”€β”€ index.tsx          # React app entry point
β”‚   β”œβ”€β”€ components/        # React components
β”‚   └── style.css          # Custom styles
└── shared/
    └── types.ts           # Shared TypeScript types

API Endpoints

  • POST /api/encrypt - Encrypt text to emojis
  • POST /api/decrypt - Decrypt emojis to text
  • GET / - Serve the main application
  • GET /about - About page

Privacy

  • No messages or passwords are stored on the server
  • All encryption/decryption happens server-side but data is not persisted
  • Use strong passwords for better security
FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
DocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareers
We’re hiring!
Brandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
Β© 2025 Val Town, Inc.