used this to build
Zenkan(111 points)
Switched from Flask to FastAPI because I found myself mainly using API endpoints with my Svelte SPA, also FastAPI's docs were way better, clearer and more didactic, than Flask's, especially for the beginner that i was. Felt like FastAPI's docs were actually treating me like a human, and I thank them for that.