Report this

What is the reason for this report?

What Frontend/Backend tools do you use?

Posted on June 21, 2025
KFSys

By KFSys

System Administrator

Hey all,

I was wondering when you are building SaaSs or any other applications what tools for frontend/backend do you use?

I personally like Django DRF for backend + NextJS for frontend + some stuff like celery and celery beat to keep things rolling.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Nice stack!

I usually go with Laravel or Django for the backend, depending on the type of project and the team I’m working with.

For the frontend, I often use Next.js if I need something reactive and SEO-friendly, or stick with Livewire when I want to keep everything within the Laravel ecosystem. It’s great for building dynamic UIs without a full JS framework.

On the infrastructure side, I’m a big fan of Docker for local development and deployments, and I usually pair it with Terraform to manage cloud resources.

For background jobs, Celery is great on the Python side, and with Laravel, I typically use Horizon to manage queues and monitor workers.

Overall, I try to keep the stack simple, but flexible enough to scale when needed!

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.