sunlo.app
@sunlo.app
15 followers 10 following 18 posts
Sunlo is a social language learning app -- with friends, and spaced repetition. #BuildInPublic #LanguageLearning by @msnook.xyz Still under 🏗️🛠️ 🔗 https://sunlo.app 🔗
Posts Media Videos Starter Packs
sunlo.app
Welp. I guess we're leaving Vercel...
A tweet from Vercel CEO proudly posting his selfie with Benjamin Ntanyahu, "Optimistic for peace, safety, and greatness for Israel and its neighbours."
sunlo.app
d'y'all like my icons? we are doing a UX pass looking at navigation, discoverability of features, hinting at happy paths, etc. And icons are always a favourite topic to nerd out about with your designer pals :))
deck settings section called "your daily goal", there are three options, "10 - relaxed", "15 - standard", and "20 - serious". the icons are relaxed: a kitty cat; standard: 3 scoops of ice cream; serious: a rocket ship.
sunlo.app
update! limited chat feature is live :)) we're making sure the flashcards stay the main character, so for now you can just send each other cards and accept/ignore them. let's see how it goes!
image of the code merge request: Feature: Chat with friends screenshot showing a chat with a friend called "Garlic times", sending each other a couple phrases
sunlo.app
Not me finally implementing the chat feature I've been putting off for ages....
screenshot showing a blank chat window with a friend called "GarlicFace". At the bottom there's a chat box and a "send" button, and it says "send a phrase recommendation" screenshot showing the previous page but now you've clicked the "send a phrase recommendation" button and there's a drawer pulled up that says "recommend a phrase" and has a search interface screenshot showing a chat window with a friend sending you a couple of phrases. one of your messages back says "You added 'Estoy bien, gracias' to your deck" showing that when a friend sends you a phrase, they get little feedbacks when you decide to accept their recommendation.
sunlo.app
sunlo.app @sunlo.app · Jul 15
We are doing testing with our first users, and taking inspo from old Tumblr posts 😇🤗🧄🥦
user "biggest-gaudiest-patronuses" posts:

"what if someone else does it better later?" Good!

Technically the Wright brothers built the worst airplanes in the world. If you do it first, you do it worst, and history will thank you for it.
sunlo.app
Wait, this is Sunlo's business plan... is that ... is that not how you do it?
business person: describe your audience
me: sensitive, intelligent, empathic
business person: no like ad demographics
me: genius, beautiful, heroic
business person: what products do they like
me: love 💕
sunlo.app
Question for the #microcopy nerds out there:
"Choose a deck" vs. "Choose a language" ?
"Start a new language" vs. "Start a new deck" ?

Is one more concrete than the other? Is one more natural than the other? Is one easier to understand?

Microcopy is a subtle art and we're still learning!
Screenshot of the opened sidebar in the sunlo app -- at the top there's a dropdown menu that says "Choose a deck" and below there's a nav menu with sections called "Learning center" and "Friends & contacts". One of the links says "Start a new language" (instead of "start a new deck" which is the microcopy question being asked about here!)
sunlo.app
psst -- if you only have 1 person on your team and no office and on tuesdays you go to a local board game studio for their coworking day, it's okay to say stuff like "Tuesday is our no-meetings day here at the Sunlo offices/campus/HQ"
sunlo.app
sunlo.app @sunlo.app · Apr 29
(Sunlo will use language processing tools like tokenising and vectorising to categorise HUMAN-MADE flashcards and create "smart playlist" style sets of cards to add to your deck, but every flashcard, phrase, and translation will be written by people, for people.)
sunlo.app
sunlo.app @sunlo.app · Apr 29
👀👀👀
(Sunlo will never use AI-generated slop to try to teach you a language)
👀👀👀
Headline from The Verge: Duolingo will replace contract workers with AI
sunlo.app
sunlo.app @sunlo.app · Apr 20
Obviously with a pure DIY flashcards app you can do any language to any set of translations, but Sunlo will be the first app I've seen that is truly any-to-any (and any-to-many) and still offers a kind of structure for learners to get started using curated public resources. I hope it works!
sunlo.app
sunlo.app @sunlo.app · Apr 20
Actually this is something I think is pretty neat about our flash card model: if you're learning Hindi and you speak French and English, Hindi phrases that have translations into both languages will show both translations, which can help with comprehension when the structures and grammars differ.
sunlo.app
sunlo.app @sunlo.app · Apr 20
The app uses user-generated content to populate the flash card library so it can support any language to/from any other language as long as we have users. But from the start we'll be focusing on seed content for English speakers to learn Hindi, Tamil, Spanish and French.
sunlo.app
sunlo.app @sunlo.app · Apr 19
But ultimately these are just details the user shouldn't even have to know about. We hope the app is easy, intuitive, fun to use, and most importantly an effective tool for learning languages 🧄🥦
sunlo.app
sunlo.app @sunlo.app · Apr 19
Second: the scheduler is dynamic so the user (or the client app) can select cards with different difficulty scores for more dynamic, adaptive user experiences, such as giving the user an easier card if they've been struggling, or testing out different mixes for their effect on session completion.
sunlo.app
sunlo.app @sunlo.app · Apr 19
First, we wrote the scheduler entirely in Postgres as an RPC to record reviews and a view to fetch cards with their FSRS metadata attached. We hope to release our PLv8 implementation as an open source package in the future, if there's interest.
sunlo.app
sunlo.app @sunlo.app · Apr 19
- invite friends and send them cards

We also wrote our own version of the FSRS (Spaced Repetition) algorithm, directly in Postgres using PLv8! Our version of the algo builds on the amazing work of the FSRS community to do a couple things I don't think others have done before:
sunlo.app
sunlo.app @sunlo.app · Apr 19
After the last several months of building out the tech, we're finally getting close to a testable product! Sunlo should be ready for friends & family testing in May!

#BuildInPublic

Features include:
- create cards, add translations, curate your deck
- daily reviews with spaced repetition algo
...