Replies: 15 comments 1 reply
|
I never used it in production, but it helped me a lot when I was beginning. 🙏 I used to consult it to know about structure long ago. |
|
I’ve built an AI powered learning platform with it! Launched back in November and have around 450 users already enjoying this stack! 📚🧠 https://theintellecthub.com |
|
I didn't use the template directly but much of the repository structure and core FastAPI logic from the template heavily influenced https://github.com/TylerHillery/pypacktrends. I swapped out Treafik in favor of Caddy, React/Chakra in favor of HTMX/Pico CSS, Postgres with SQLite/Litestream. I love using the template as a reference ❤️ Check it out here: https://pypacktrends.com/?packages=fastapi&time_range=allTimeCumulative |
|
I use almost everything (you have built and open-sourced) for personal and commercial projects. For our company's internal admin portal, we have modified Fullstack FastAPI to separate the front-end and backend into isolated services and use at https://manage.proapis.com |
|
We have adopted the framework as a standard within our company. Our approach begins by evaluating whether the problem at hand can be addressed using the existing template. If so, the template becomes our first and preferred option. Additionally, we are excited to announce the upcoming launch of Circulapp, a SaaS platform designed to centralize and measure corporate CO₂ emissions. The entire project has been developed using the Full Stack FastAPI Template with an additional redis worker for large calculations jobs while maintaining backend structure of the template To see more, visit our development page at dev.circulapp.co. |
|
I used it as an inspiration for supa-fast.com ! |
|
I used it to build product backends for a local community app Lokomu and an AI company that provides insights about buildings Aither — I also used it to build AI-powered tools for a publisher of open-access journals in science and engineering Extrica. I only needed the backend, so I removed the frontend part and followed @zhanymkanov's FastAPI Best Practices as a solid foundation. @tiangolo Thank you very much for this template! It is a great way to learn FastAPI through example. |
|
I’ve built an dashboard for AI + crypto powered platform with it! https://mluck.io/ |
|
Yes, thank you and all the contributors, I used it for my intranet. |
|
FastAPI templates are amazing. I'm building this project demo - ClipChamp. I truly appreciate the incredible full stack capabilities. |
|
We use a lot of it for our Python-based IIoT application! https://collectu.de/ |
|
I referred to this repo but didn't use it completely. I created Panacea - AI Job Assistant. A full-stack web application that helps users generate personalized messages for job applications based on their resume and job descriptions. Link: https://github.com/Shallum99/Panacea-2.0 |
|
I tried to build something but it was kind of hard for me to understand everything whatever is being used in the template. Now I am learning the missing puzzle pieces. |
|
The template is amazing, I'm using it to dev a SAAS, so I forked it and then:
It is not in production yet |
|
I used mainly at the begining of my journy to learn how FastAPI works, after that, mainly the project structure and good ideas for work. I leave you my initial project, donno when I will have an initial release, but some day :) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Show and Tell
Did you use this template to start a project or product?
Share it here! Let us know what you've built. ✨
It can be open source, a comercial product, an internal tool, everything counts. 😎
All reactions