Roadmap.sh but for every skill
i.e. beli but for learning
Education app that creates customized study plans and recommends new material, study date times, etc. Some social media components.
- assistive
- comprehensive
- knowledge graph
- nodes are resources, people
- user retention?
- social media features: follow people, find community
- beli, but for learning!
- users can share blog posts detailing their roadmap
- recommendation system
- rl ??
- users can specify the breadth/depth of recommendations if they know what they want to learn (or not)
- Kind of content they want to look at (mathy, requires thinking, very to understand, something before sleeping, etc)
- form of content (books, articles, videos, webpages)
Next.js frontend, FastAPI backend
cd frontendpnpm installpnpm run dev
cd backendpip install -r requirements.txtfastapi run server.py