CLI for creating full stack websites (create-nextpy-app)



This content originally appeared on DEV Community and was authored by Amanpreet Singh

🚀 create-nextpy-app v1.1.1 is live!

Thrilled to announce the latest version of create-nextpy-app, the CLI for scaffolding fullstack apps with Next.js frontend and Python backend.

What’s new in v1.1.1?

Choose your backend framework:

FastAPI ✅

RunAPI ✅ — my own Next.js-inspired file-based routing framework for Python.

Same Next.js frontend for building modern, reactive UIs.

Now, developers can quickly bootstrap a fullstack Python + Next.js project and pick the backend that suits their workflow best.

npm: https://lnkd.in/gi4QegKW

github: https://lnkd.in/gywQ6jm5

Get started:

npx create-nextpy-app@latest

Excited to see what the community builds with this new flexibility! 💡

Python #NextJS #FullstackDevelopment #NextPy #RunAPI #FastAPI #OpenSource #CLI


This content originally appeared on DEV Community and was authored by Amanpreet Singh