Works

Works

Public website works and technical development assets presented as problem-solving case studies.

We present our work as problem-solving cases, not just a list of URLs.

Each case explains what kind of issue existed before the consultation and what we organized or built. Please use these examples as a reference when considering a request.

382 Co., Ltd.

Small business / Corporate website

382 Co., Ltd.

Built a public website that clearly communicates the company's business.

Challenge
The project needed to organize business information, inquiry flow, and custom-domain operation in a form that would remain easy to manage after launch.
Solution
Designed the static site structure, domain, DNS, SSL, and inquiry flow as one integrated setup.
Result
Provided a low-cost foundation required for publication and operations, enabling a site that is easy to maintain.
Website developmentDomain setupServer setupSSL configuration
HugoCloudflareKubernetesStatic Hosting
View Site
PLEIN SOLEIL PTE. LTD.

Small business / Corporate website

PLEIN SOLEIL PTE. LTD.

Built a public website that presents the business concept and activities clearly.

Challenge
The existing website needed to be reorganized into a clearer structure.
Solution
Reviewed and reorganized the existing content to improve readability and structure.
Result
Enabled an easier-to-browse website with lower maintenance cost.
Website developmentDNS setupSSL configurationOperation design
WordPressCloudflareKubernetesStatic Hosting
View Site
Impact Design Accounting Office

Non-profit / social impact field

Impact Design Accounting Office

Information design and website development to communicate social value and business activities.

Challenge
The specialized activities needed to be communicated in a way that first-time visitors could understand.
Solution
Designed messaging, page structure, publication foundation, and inquiry flow together.
Result
Prepared a public website that communicates both activities and credibility.
Information architectureWebsite developmentDomain setupSSL configuration
StudioCloudflareKubernetesStatic Hosting
View Site
Timeless Bond Inc.

Brand / organization website

Timeless Bond Inc.

Built a website that communicates brand identity and activities.

Challenge
The customer needed to launch a system and website quickly for stakeholder agreements.
Solution
Built around WordPress and organized the related domains, SSL, and publication environment.
Result
Provided an editable WordPress environment and launched it as a brand website.
Website developmentServer setupSSL configurationRelated-site integration
WordPressCloudflareKubernetesStatic Hosting
View Site
Timeless Bond Online Shop

Online shop

Timeless Bond Online Shop

Prepared an online shop connected to the brand website.

Challenge
The customer needed a mechanism to present and sell products clearly.
Solution
Used Shopify, a global standard platform, and organized the flow from the brand website to the online shop.
Result
Launched a secure and manageable online shop with a clear route from the brand website.
Subdomain setupSSL configurationShop flow designLaunch verification
Web HostingShopifyPayPal
View Site

Technical Development

System Development Work

In addition to website production, we design and develop operational systems such as cloud-native foundations, business systems, authentication foundations, email and DNS management, and development automation. Public development assets can be reviewed on GitHub. For private projects, we introduce technical areas and business issues solved without disclosing customer information or confidential details.

These development records are examples of projects we have designed or developed. Public repositories are projects actively developed and released by us. Private projects cannot disclose details due to customer requirements or confidentiality, but their technical areas and solved issues are summarized.

Development work image

Business system development / Authentication and security

Inquiry and Email Sending API Foundation

A small API foundation that safely receives inquiries from static sites and sends email.

GoCloudflare TurnstileFirebase App CheckDocker
  • Provides a low-cost inquiry flow with spam prevention
  • Enables form submission even from static sites
  • Reusable across multiple sites
View on GitHub
Development work image

Business system development / Authentication and security / Database management

Authentication Gateway for phpMyAdmin

A gateway that assigns database connection information based on user permissions and safely signs authenticated users into phpMyAdmin. It does not return database passwords to the browser and integrates with phpMyAdmin signon authentication using short-lived one-time tickets.

GoSveltephpMyAdminSQLiteMySQLRedisDockerKubernetes
  • Allows administrators to manage phpMyAdmin access without sharing DB passwords individually
  • Controls available DB connections by user or group
  • Improves database management security through password encryption, short-lived tickets, and audit logs
  • Can scale from a single-container setup to multi-pod setups using MySQL and Redis
  • Supports Kubernetes Secret and bootstrap settings for easier production deployment
View on GitHub
Development work image

Authentication and security / API foundation / Cloud

Cloudflare Turnstile / Firebase App Check Gateway

A Go gateway that verifies Cloudflare Turnstile tokens on the server side and exchanges them for Firebase App Check custom provider tokens. It provides separate token exchange APIs for frontends and App Check verification APIs usable with Traefik forwardAuth.

GoGinCloudflare TurnstileFirebase App CheckFirebase Admin SDKTraefik forwardAuthDockerGitHub Actions
  • Introduces spam prevention and API protection at low cost for static sites and small web apps
  • Combines Cloudflare Turnstile and Firebase App Check to allow access only through legitimate frontends
  • Adds an authentication and verification layer in front of existing APIs through Traefik forwardAuth
  • Reusable for inquiry forms, member APIs, and other flows where bot access should be reduced
  • Supports Docker, health checks, environment configuration, and automated releases
View on GitHub
Private development project image

Private Project

michibiki.io site foundation

An internal site foundation combining Hugo, an inquiry form, and container-based delivery.

HugoDockerTypeScriptGitHub Actions
  • Easy to deliver quickly as a static site
  • Inquiry form separated as a React component
  • Containerization makes deployment to cloud environments easier
Private development project image

Private Project

Cloud-native business foundation for small businesses

A foundation integrating web, email, authentication, and backups for small businesses.

KubernetesAnsibleGitOpsTraefikPostgreSQLMySQLMariaDBLonghorn
  • Operable at low cost
  • Can add functions as needed
  • Secures backup and recoverability
Technical area image

Cloud-native foundation

We design operational foundations using Kubernetes and containers, from low-cost configurations to future expansion.

Services can be scaled down or up according to business size as users and workloads change.

Technical area image

GitOps / IaC / CI/CD

GitOps, Infrastructure as Code, and CI/CD make builds reproducible and reduce dependence on individual operators.

Downtime during recovery, migration, and changes can be minimized while operating safely.

Websites / static site developmentBusiness system developmentAI / generative AI usageKubernetes / cloud-nativeGitOps / IaCAuthentication and authorizationEmail, DNS, and domain managementBackup and monitoringDevelopment automation / CI/CDSecurity