π Live Site β miyako-enterprises.com
πΌ PREMIUM DIGITAL SOLUTIONS β A high-performance corporate showcase with seamless contact integration, edge-deployed architecture, and enterprise-grade features for modern businesses.
A high-performance corporate landing page built on Cloudflare Workers edge computing platform. Showcasing software development services with integrated contact functionality, modern design, and enterprise-level performance optimizations.
Live Site β miyako-enterprises.com
| Feature | Details |
|---|---|
| Edge-Rendered | Deployed on Cloudflare Workers for global low-latency access |
| Contact Form | Integrated email system via Resend API with form validation |
| Modern Design | Dark theme with purple-teal gradient, fully responsive layout |
| SEO Optimized | Full meta tags, Open Graph, Twitter Cards, JSON-LD structured data |
| Mobile-First | Fully responsive design optimized for all devices |
| Fast Performance | Single-file deployment with inline CSS, minimal dependencies |
| Section | Purpose |
|---|---|
| Hero | Main value proposition with trust badges (DTI/BIR registered, Philippines-based) |
| Services | Software Sales, Rental, and Custom Development offerings |
| How It Works | 4-step consultation process for clients |
| Tech Stack | Modern technologies (React, Next.js, TypeScript, Python, PostgreSQL, etc.) |
| Pricing | Custom pricing model for all solutions |
| Testimonials | Client success stories and case studies |
| Contact Form | Direct inquiry submission with email integration |
| Footer | Business registration info and detailed contact details |
| Feature | Details |
|---|---|
| HTTPS Enforced | Cloudflare security with verified domain |
| Form Validation | Client and server-side sanitization |
| Email Integration | Resend API for transactional emails |
| JSON-LD Schema | Organization, WebSite, and LocalBusiness structured data |
| Performance | Edge caching, inline CSS, optimized SVG assets |
| SEO Ready | Comprehensive meta tags and Open Graph support |
| Layer | Technology |
|---|---|
| Platform | Cloudflare Workers (Edge Computing) |
| Language | JavaScript (Vanilla, no frameworks) |
| Styling | CSS3 (Gradients, Animations) |
| Resend API (Transactional emails) | |
| Fonts | Google Fonts (Inter typeface) |
| Icons | SVG Feather-style icons |
| Deployment | Wrangler CLI + Cloudflare Workers |
| Configuration | wrangler.toml |
- Edge-first deployment β Single-file Worker with inline assets for maximum performance
- Zero-framework architecture β Vanilla JavaScript for minimal dependencies and fast load times
- Serverless design β No server maintenance, automatic scaling, global CDN distribution
- Resend API integration β Reliable transactional email with branded templates
- Lazy-loaded assets β SVG icons and fonts optimized for performance
- SEO-first HTML β Structured data and meta tags baked into the HTML
- Form security β Validation and sanitization on both client and server
- 1158 lines of code β Compact, maintainable, production-ready
| Metric | Count |
|---|---|
| Single Worker File | 1,158 lines |
| Page Sections | 8+ |
| Email Templates | 1 (HTML branded) |
| API Routes | 2 |
| SVG Icons | 15+ |
| Deployment Size | 54.53 KiB (12.96 KiB gzipped) |
Miyako-Enterprises/
βββ src/
β βββ index.js # Main Worker file (1158 lines)
β # - HTML template
β # - Contact form handler
β # - Request router
β # - Favicon SVG
βββ wrangler.toml # Worker configuration
βββ package.json # npm scripts and dependencies
βββ documents/
β βββ certificate-of-employment.html
β βββ COMMISSION-AGREEMENT.md
βββ README.md # Development documentation
βββ github.md # This file
- Node.js 16+
- npm or yarn
- Cloudflare account
# Install dependencies
npm install
# Start local development server
npm run dev
# Preview deployment
npm run preview
# Deploy to production
npm run deploy| Endpoint | Method | Description |
|---|---|---|
/ |
GET | Main landing page HTML |
/contact |
POST | Contact form submission handler |
/favicon.svg |
GET | SVG favicon (gradient M logo) |
/favicon.ico |
GET | Redirects to SVG favicon |
- User submits form on website
- Worker validates and processes form data
- Resend API sends formatted email
- Email arrives at
danielchiu26@gmail.com - Success/error response returned to user
- From: noreply@client.miyako-enterprises.com
- To: danielchiu26@gmail.com
- Domain: client.miyako-enterprises.com (verified)
- Subject: "New Contact Form Submission - [Name]"
- β HTTPS enforced via Cloudflare
- β Verified email domain (client.miyako-enterprises.com)
- β No sensitive data stored in Worker
- β API keys stored as encrypted Cloudflare secrets
- β Form validation and sanitization
- β CORS headers configured
- Date: March 11, 2026
- Version ID: ac5d4930-e764-4d1d-858d-86378ebba054
- File Size: 54.53 KiB total (12.96 KiB gzipped)
- Deploy Time: 5.46 seconds
- Changes: Converted all emojis to SVG icons
- β Chrome/Edge (latest)
- β Firefox (latest)
- β Safari (latest)
- β Mobile browsers (iOS Safari, Chrome Mobile)
Live Site β miyako-enterprises.com
πΌ Enterprise Digital Solutions β Built for performance and scale.
GitHub: @ldsalud
Repo: Miyako Enterprises
Live Site: https://miyako-enterprises.com
Repository: Public
A serverless corporate website built with Cloudflare Workers