DEV Community

Cover image for ProjectMaker For Devs
CodeByAmit
CodeByAmit

Posted on

ProjectMaker For Devs

πŸš€ Introducing ProjectMaker: Build Full-Stack Apps in Minutes! πŸ’»βœ¨

Are you tired of spending hours wiring up full-stack apps? Say hello to ProjectMaker β€” your new open-source friend that scaffolds complete backend + frontend projects in minutes, not hours! πŸŽ‰

πŸ’‘ What is ProjectMaker?

ProjectMaker is a modern, open-source scaffolding engine designed for developers who value speed, structure, and simplicity. It generates polished backend + frontend boilerplates automatically and even creates a professional PDF summary documenting your project setup.

Supported frameworks include popular backends like FastAPI, Express, NestJS, Django, and frontends such as React, Vue, Angular, and more β€” so you’re never limited! βš™οΈπŸŽ¨
🎯 Key Features

πŸš€ Full-stack generator with live preview & safe file creation

πŸ“„ Professional PDF summary including project structure, ports & scripts

πŸ“š Per-framework READMEs, .env.example hints, and .gitignore for subprojects

πŸ›‘οΈ Flexible CORS settings, optional rate limiting & structured JSON errors

πŸ”§ Modular backend/frontend registry with aliasing & lazy loading
Enter fullscreen mode Exit fullscreen mode

βš™οΈ How It Works

Pick your backend & frontend frameworks

Customize folders, libraries, or databases

Preview the project and dependencies live

Build and generate files to disk with one command

Download the PDF summary and start coding! πŸš€
Enter fullscreen mode Exit fullscreen mode

πŸ“¦ Getting Started

Clone and run the project locally:

bash
git clone https://github.com/SwagCode4U/projectmaker.git
cd projectmaker

Backend

cd backend
pip install -r requirements.txt
uvicorn app.main:app --reload --port 8000

Frontend

cd ../frontend
npm install
npm run dev

Open the UI at http://localhost:5173 (or 3010) and backend API at http://localhost:8000.

πŸ“Έ See It in Action

🏠 Home Page


βš™οΈ Project Setup Previews


⭐ Check out the full project on Codeberg:

https://codeberg.org/SwagCode4U/ProjectMaker.git








Top comments (0)