Skip to content

A webapp that shows you what languages to learn based on languages you know

Notifications You must be signed in to change notification settings

faizan-ali/polypath

Repository files navigation

Polypath 🌎

A modern, interactive web application that helps users discover new languages to learn based on their current language knowledge.

This was born out of a conversations with friends about learning new languages which led to some research that landed me on a paper by Michael Cysouw.

Armed with this, I spent a couple hours on a plane ride back from Mexico discussing an implementation with Claude 3.5 Sonnet. This is the result.

It is an excellent example of the capabilities of modern LLMs to craft algorithms and design UI based on good prompting.

Polypath Demo

🛠️ Tech Stack

🚀 Getting Started (if you're cloning and developing)

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/language-learning-path.git
cd language-learning-path
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

📄 License

This project is licensed under the MIT License - see the LICENSE.md file for details

📧 Contact

Faizan Ali - @faizanali94 - LinkedIn

About

A webapp that shows you what languages to learn based on languages you know

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages