Talkingway's RP conversation venue Navi

  • Next.js

TalkingWay – Utility Web Tool for Final Fantasy XIV Players

Overview

TalkingWay is a web-based utility tool developed to improve information accessibility for Final Fantasy XIV players.

The project converts a Google Spreadsheet–based public information list into a modern web interface without changing the existing operational workflow.
By keeping Google Sheets as the single source of truth and synchronizing it directly with the website, the system enables real-time updates with zero backend infrastructure.


Challenge

  • Google Spreadsheets are easy to maintain but:

    ・Hard to browse on mobile

    ・Difficult to quickly find relevant information

  • Full web system development often requires:

    ・Backend implementation

    ・Admin dashboards

    ・Server and maintenance costs

  • The key requirement was to preserve the existing spreadsheet-based operation while improving usability

Solution & System Design

  • Google Spreadsheet remains the primary data source
  • Data is fetched and rendered automatically via Google Sheets API
  • Content updates are reflected on the website in real time by simply editing the spreadsheet
  • Backend-free architecture with Vercel-based deployment, enabling free and low-maintenance operation

📄 Data Source (Google Spreadsheet)
https://docs.google.com/spreadsheets/d/1KT7hkj4io88d0Vp0ia2jpeye5Y6g-OhyzJzZtr4S7pc/edit?gid=1249048660#gid=1249048660


Technology Stack

  • Frontend: Next.js
  • Data Source: Google Spreadsheets
  • Hosting: Vercel
  • Backend: None (API-based integration only)

Results

  • Actively used as a practical tool by FF14 players
  • Content managers only need to update Google Sheets — no CMS training required
  • Zero server costs and stable performance
  • Successfully bridges non-technical content management with a modern web UI

Scalability & Future Applications

This architecture can be applied to various use cases, including:

  • Store or venue listings
  • Event schedules
  • Community information portals
  • Internal data visualization tools
  • Lightweight media or directory websites

The concept of “Web-enabling existing spreadsheet operations without disruption” offers strong versatility across industries.

🔗 Website
https://talkingway.dddynamis.com/

🔗 Github
https://github.com/kohei0812/talkingway

Back to Works