FeaturesTemplatesShowcaseTownie
AI
BlogDocsPricing
Log inSign up
Itssongoku

Itssongoku

SON-GOKU

Store
Public
Like
1
SON-GOKU
Home
Code
5
backend
1
frontend
5
shared
1
README.md
new-file-8888.tsx
Branches
1
Pull requests
Remixes
2
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
6/21/2025
Viewing readonly version of main branch: v151
View latest version
README.md

Credit Card Generator, BIN Extrap, AI Tools Hub & Premium Marketplace

A comprehensive platform featuring a sleek credit card generator with 3D graphics, BIN collection management, a curated directory of 50+ AI tools, and a premium marketplace for high-quality digital products and services.

Features

🎯 Credit Card Generator

  • Luhn Algorithm: Generates valid test credit card numbers
  • Two Generation Modes: Random generation and custom BIN support
  • Quantity Selection: Generate 1 to 10,000 cards at once
  • Import Functionality: Import BINs from files or paste directly
  • 3D Graphics: Interactive 3D credit card with animations
  • Icy Black UI: Modern glassmorphism design with blur effects
  • Multiple Card Types: Visa, Mastercard, American Express, Discover
  • Real-time Generation: Instant card number generation
  • Smart Validation: Real-time validation of all inputs
  • Auto-Detection: Automatically detects card type from BIN
  • Copy to Clipboard: Easy copying of generated data

🏦 BIN Extrap Collection

  • BIN Storage: Store and organize Bank Identification Numbers with full card data
  • Smart Detection: Automatically detects card type from BIN
  • Rich Metadata: Add bank name, country, expiry date, CVV, and notes for each BIN
  • Advanced Search: Find BINs by number, bank, country, notes, or any field
  • Multi-Filter System: Filter by card type and country simultaneously
  • Sorting Options: Sort by date added, BIN number, bank name, or card type
  • Grid/List Views: Switch between detailed card view and compact list view
  • Export/Import: Backup and restore your BIN collection as JSON
  • Local Storage: Secure browser-based storage with automatic saving
  • Copy Functions: Copy BIN only or full card data with one click
  • Generate Integration: Quick access to card generator with selected BIN
  • Featured BINs: Pre-loaded collection with premium BIN examples
  • Statistics Dashboard: Track collection size, diversity, and filtered results

🛍️ Premium Marketplace

  • High-Quality Products: Curated selection of premium digital tools and services
  • Professional Logos: Each product features professional branding and presentation
  • Detailed Descriptions: Comprehensive product information with features and specifications
  • Smart Search & Filter: Find products by name, category, or tags
  • Advanced Sorting: Sort by price, rating, reviews, or name
  • Rating System: Customer reviews and ratings for informed decisions
  • Stock Management: Real-time inventory status and availability
  • Secure Contact: Direct communication with verified seller @YoursGOKU
  • Category Organization: Products organized by Digital Tools, Analytics, Security, etc.
  • Professional Presentation: Clean, modern interface with hover effects
  • Mobile Responsive: Optimized for all devices and screen sizes
  • Quality Guarantee: All products backed by seller reputation and support

📱 Connect with Creator

  • Telegram Group: Join community discussions and get help from other users
  • Telegram Channel: Get exclusive content, updates, and early access to tools
  • Creator Profile: Direct contact with @YoursGOKU for feedback and suggestions
  • Community Support: Chat with other users and share experiences

🤖 AI Tools Directory

  • 50+ Curated AI Tools: Handpicked collection of the best AI services
  • Smart Search: Find tools by name or description
  • Category Filtering: Organized by Education, Writing, Images, Audio, Video, Development, etc.
  • Direct Access: One-click access to all AI tools
  • Regular Updates: Continuously updated with new AI tools
  • Responsive Design: Beautiful cards with hover effects and animations

Export Formats

📋 List Format (NEW!)

  • Clean Output: Simple format CCNUMBER|MM|YY|CVV without additional labels
  • Direct Copy: Perfect for direct use in applications or scripts
  • Compact: One card per line for easy processing
  • Example Output:
    5480091603392918|10|29|523
    5480091603399681|10|29|208
    5480091603399061|10|29|585
    

📊 Other Export Formats

  • CSV: Structured data with headers for spreadsheet applications
  • JSON: Machine-readable format for API integration
  • Text: Human-readable format with detailed card information

Generation Modes

🎲 Random Generation Mode

  • Quick generation with automatic card type selection
  • Generates valid card numbers using Luhn algorithm
  • Random expiry dates and CVV codes

🔧 Custom BIN Mode

  • Input custom Bank Identification Number
  • Use 'x' for random digits (e.g., 424242xxxxxx)
  • Auto-detects card type from BIN
  • Real-time validation

📊 Quantity Options

  • Generate 1 to 10,000 cards at once
  • Bulk generation with consistent settings
  • Progress tracking for large batches

📥 Import Functionality

  • Import BINs from text files or paste directly
  • Support for 'x' placeholders in BIN patterns
  • Batch processing of multiple BINs
  • Automatic validation and error handling

Interface Features

🎛️ Control Options

  • BIN Input: Enter custom BIN with 'x' for random digits
  • Month/Year Dropdowns: Select specific expiry dates or use random
  • CVV Field: Specify CVV or leave empty for random generation
  • Quantity Input: Set number of cards to generate (1-10,000)
  • Include Checkboxes: Toggle DATE and CVV inclusion
  • Import Section: Bulk import BINs from files or text

🎨 User Experience

  • Clean, intuitive interface inspired by modern design
  • Real-time validation and feedback
  • Glassmorphism design with icy blue theme
  • Responsive layout for all devices
  • Progress indicators for bulk operations

Tech Stack

  • React 18.2.0 with TypeScript
  • Three.js for 3D graphics
  • TailwindCSS for styling
  • Glassmorphism/blur effects

Structure

├── frontend/
│   ├── index.html          # Main HTML template
│   ├── index.tsx           # React entry point
│   ├── components/
│   │   ├── App.tsx         # Main application with navigation
│   │   ├── CardGenerator.tsx # Card generation with all modes
│   │   ├── Card3D.tsx      # 3D card component
│   │   ├── BulkResults.tsx # Bulk generation results
│   │   ├── BinLookup.tsx   # BIN lookup functionality
│   │   ├── BINExtrap.tsx    # BIN collection management
│   │   ├── TelegramLinks.tsx # Telegram channel and creator links
│   │   ├── AIToolsList.tsx # AI tools directory component
│   │   └── Marketplace.tsx # Premium marketplace component
│   └── style.css           # Custom styles
├── shared/
│   └── utils.ts            # Luhn algorithm, validation, bulk parsing
└── backend/
    └── index.ts            # Static file server with API endpoints

Usage

Navigation

  • Card Generator Tab: Access the credit card generation features
  • BIN Extrap Tab: Manage your BIN collection
  • AI Tools Tab: Browse the curated directory of AI tools
  • Marketplace Tab: Explore premium digital products and services

Credit Card Generator

Random Generation

  1. Select card type from available options
  2. Set quantity (1-10,000 cards)
  3. Choose to include/exclude DATE and CVV
  4. Click generate

Custom BIN Generation

  1. Enter custom BIN in the BIN field
  2. Use 'x' for random digits (e.g., 424242xxxxxx)
  3. Select specific month/year or use random
  4. Set custom CVV or leave empty for random
  5. Set quantity and generate

Import BINs

  1. Click "Show Import" in the Import BINs section
  2. Import from File: Click "Import File" and select a .txt or .csv file
  3. Paste Directly: Paste BINs in the text area (one per line)
  4. BINs can contain 'x' for random digits
  5. Click "Generate X Cards from Import"
  6. Cards will be generated using imported BIN patterns

Bulk Generation Export

  1. After generating multiple cards, choose your preferred export format:
    • LIST: Clean format CCNUMBER|MM|YY|CVV (perfect for direct use)
    • CSV: Structured data with headers for spreadsheets
    • JSON: Machine-readable format for API integration
    • TEXT: Human-readable format with detailed information
  2. Use "Copy All" to copy to clipboard or "Export" to download as file
  3. Preview shows sample output for the selected format

BIN Extrap Collection

  1. Click the "BIN Extrap" tab in the navigation
  2. Browse Featured BINs: Start with pre-loaded premium BIN examples
  3. Add Custom BINs: Include bank name, country, expiry date, CVV, and notes
  4. Search & Filter: Use advanced search and dual filtering (card type + country)
  5. Sort Collection: Sort by date, BIN number, bank name, or card type
  6. Switch Views: Toggle between detailed grid view and compact list view
  7. Copy Data: Copy BIN only or full card information
  8. Generate Cards: Quick access to card generator with selected BIN
  9. Export/Import: Backup your collection or import saved collections
  10. Reset Collection: Restore to original featured BINs if needed

Premium Marketplace

  1. Click the "Marketplace" tab in the navigation
  2. Browse Products: Explore curated selection of premium digital products
  3. Search & Filter: Use search bar and category filters to find specific products
  4. Sort Options: Sort by price, rating, reviews, or name for better browsing
  5. Product Details: View comprehensive information, features, and specifications
  6. Check Ratings: See customer reviews and ratings for informed decisions
  7. Contact Seller: Click "Contact Seller" to connect with @YoursGOKU on Telegram
  8. Stock Status: Check real-time availability and inventory status
  9. Category Browse: Filter by Digital Tools, Analytics, Security, and more
  10. Professional Support: Get help and custom solutions directly from the seller

Connect with Creator

  1. Join Telegram Group: Click the group card to join community discussions
  2. Join Telegram Channel: Click the channel card for exclusive content and updates
  3. Contact Creator: Click the profile card to message @YoursGOKU directly
  4. Get Support: Ask questions and get help from the community
  5. Share Feedback: Suggest new features or report issues

AI Tools Directory

  1. Click the "AI Tools" tab in the navigation
  2. Browse 50+ curated AI tools organized by category
  3. Use the search bar to find specific tools
  4. Filter by category (Education, Writing, Images, Audio, Video, Development, etc.)
  5. Click any tool card to visit the AI service directly

Bulk Generation Export

  1. After generating multiple cards, choose your preferred export format:
    • LIST: Clean format CCNUMBER|MM|YY|CVV (perfect for direct use)
    • CSV: Structured data with headers for spreadsheets
    • JSON: Machine-readable format for API integration
    • TEXT: Human-readable format with detailed information
  2. Use "Copy All" to copy to clipboard or "Export" to download as file
  3. Preview shows sample output for the selected format

AI Tools Categories

  • Education & Learning: Study assistants, research tools, scientific platforms
  • Content Creation & Writing: Copywriting, document creation, content generation
  • Image & Visual AI: Photo editing, AI art generation, image enhancement
  • Audio & Voice: Text-to-speech, music generation, audio processing
  • Video & Animation: Video editing, avatar creation, animation tools
  • Development & Design: Web development, UI/UX design, coding assistants
  • Productivity & Assistants: AI chatbots, workflow automation, smart assistants
  • Specialized Tools: Business intelligence, email automation, scientific illustration

Format String Rules

BIN Input

  • Digits: 6-15 digits for card prefix
  • Random Placeholders: Use 'x' for random digits
  • Examples: 424242, 555555xxxxxx, 378282xxxxxxx

Month/Year Selection

  • Month: 01-12 or "Random" for random month
  • Year: Current year + 9 years or "Random" for random year

CVV Input

  • Specific CVV: 3-4 digits depending on card type
  • Random: Leave empty for automatic random generation

Import Format

  • One BIN per line: Each line should contain one BIN pattern
  • Support for 'x': Use 'x' for random digit positions
  • File formats: .txt and .csv files supported

API Endpoints

  • POST /api/generate - Generate card (random/custom/bulk)
  • POST /api/validate - Validate card number using Luhn
  • POST /api/validate-bin - Validate BIN format
  • GET /api/health - Health check endpoint
  • POST /api/bin-lookup - BIN lookup service
  • GET /api/marketplace/products - Get all marketplace products
  • GET /api/marketplace/products/:id - Get specific product details
  • POST /api/marketplace/contact - Contact seller about a product

Note

This platform provides test data only for development/educational purposes, a curated collection of AI tools for productivity, and a premium marketplace for high-quality digital products. The credit card generator supports Luhn algorithm validation across all modes. Not for fraudulent use. All marketplace transactions are handled securely through direct seller contact.

FeaturesVersion controlCode intelligenceCLI
Use cases
TeamsAI agentsSlackGTM
ExploreDocsShowcaseTemplatesNewestTrendingAPI examplesNPM packages
PricingNewsletterBlogAboutCareersBrandhi@val.townStatus
X (Twitter)
Discord community
GitHub discussions
YouTube channel
Bluesky
Terms of usePrivacy policyAbuse contact
© 2025 Val Town, Inc.