方言を話すおしゃべり猫型ロボット『ミーア』をリリースしました(こちらをクリック)
Entrepreneur

[Traction] 19 Channels for Startups to Grab Customers

It describes specific examples of measures regarding how start-ups can grab customers in the absence of human and financial resources. Viral marketing, PR, social/display advertising, offline advertising, SEO, content marketing, etc.
Entrepreneur

[Interview AI] Marketing measures taken before and after the release of the service. Were the services actually used?

A memorandum describing the marketing measures taken before and after the release of Interview AI, which transcribes an hour's worth of audio in 15 seconds and automatically converts it into a natural conversational format.AB testing on FB/Instagram ads showed that a single still image had a lower CPC than a short video.
Marketing

Improvement of LP based on heatmap recording by Microsoft Clarity

Clarity, a free heatmap tool provided by Microsoft, was used to identify areas for improvement in the service LP. The ‘Heatmap summary’ button displays the results of the heatmap's AI analysis in text in the left sidebar.The recording tool also saves videos of actual users' movements on the LP.
Entrepreneur

[Mia] Display the total number of units sold in chronological order in a Google Spreadsheet, including the route of purchase.

As for D2C, WooCommerce is linked to Stripe for sales management; order data remains in both Stripe and WooCommerce, but the purchase route is also displayed in WooCommerce as an item called ‘origin’, so this time, from WooCommerce Attempt to export.
Marketing

How to create a funnel from product browsing to purchase based on key events in GA4.

Describes how to combine the Google Analytics for WooCommerce plugin with GA4's funnel data exploration to create a product purchase funnel.The Google Analytics for WooCommerce plugin is configured so that added event names is automatically listed in the key events.
Interview AI

[MongoDB] Deploying MongoDB Atlas in a Production Environment: From Cluster Creation to Connection with Cloud Run

MongoDB Atlasを使用して、本番環境でのデータベースホスティングからCloud Runでのバックエンド接続設定を行った。クラスタ作成の手順、接続URIの安全な設定方法、Secret Managerを使ったシークレット管理、MongoDB Compassを用いたデータベースの確認方法までを記載。
Entrepreneur

[Mia delivery] Due to the postal rate revision from 1st Oct, we have reevaluated our packaging…

The traditional packaging of individual boxes and outer boxes has been reviewed and switched to plastic packaging plus delivery bags. The new packaging weighs 130 grams and the shipping cost is now 390 yen within 150 grams. The original packaging cost 660 yen, so the delivery cost has been halved and the packaging time reduced by about 1/3!
Entrepreneur

[Interview AI] Changing from Bootstrap to shadcn UI: Fast and Lightweight UI

shadcn UI is a collection of lightweight UI components optimised for React applications, enabling improved performance and design flexibility Integration with Tailwind CSS allows customisable UI development shadcn/ui is based on Tailwind CSS. Tailwind CSS must also be installed and configured as it is based on Tailwind CSS.
Entrepreneur

Setup automatic deployment to Firebase Hosting using GitHub Actions

GitHub Actions can be used to streamline manual deployment tasks and enable automated deployment to Firebase Hosting. This article provides concrete step-by-step instructions from setting up a Firebase project to building GitHub Actions
application(Flutter)

[Flutter] How to implement infinite scrolling to seamlessly load user-created phrases.

Extended state management, using a class (UserPhraseState) containing isLoading and hasMore in addition to the list of phrases, so that the UI can correctly determine if the list of phrases is empty, if data is loading, and if data even exists. The UI can now correctly determine if the list of phrases is empty, if data is being loaded, and if data exists, allowing for infinite scrolling.