Real-World Examples

Discover how to deploy various applications with Forge CLI. Each example includes source code, live demo, and detailed deployment instructions.

🎨
Next.jsBeginner

Next.js Blog

A modern blog built with Next.js, TypeScript, and Tailwind CSS. Features markdown support and responsive design.

Features:
SSG/SSRMarkdown SupportResponsive Design+1 more
Build time: ~30s
Deploy Command:
forge deploy https://github.com/example/nextjs-blog.git
🎨
ReactIntermediate

React Dashboard

Interactive admin dashboard with charts, real-time data, and user management built with React and Chart.js.

Features:
Interactive ChartsReal-time UpdatesUser Authentication+1 more
Build time: ~25s
Deploy Command:
forge deploy https://github.com/example/react-dashboard.git
🎨
Vue.jsAdvanced

Vue E-commerce

Full-featured e-commerce store built with Vue 3, Vuex, and integrated payment processing.

Features:
Product CatalogShopping CartPayment Integration+1 more
Build time: ~35s
Deploy Command:
forge deploy https://github.com/example/vue-ecommerce.git
⚙️
DjangoIntermediate

Django REST API

RESTful API backend with Django REST Framework, PostgreSQL, and JWT authentication.

Features:
REST APIJWT AuthenticationDatabase Integration+1 more
Build time: ~40s
Deploy Command:
forge deploy https://github.com/example/django-api.git
⚙️
FlaskBeginner

Flask Microservice

Lightweight microservice built with Flask, SQLAlchemy, and Redis caching.

Features:
Microservice ArchitectureRedis CachingAPI Rate Limiting+1 more
Build time: ~20s
Deploy Command:
forge deploy https://github.com/example/flask-microservice.git
⚙️
FastAPIAdvanced

FastAPI ML Service

Machine learning API service built with FastAPI, featuring model serving and real-time predictions.

Features:
ML Model ServingReal-time PredictionsAsync Processing+1 more
Build time: ~45s
Deploy Command:
forge deploy https://github.com/example/fastapi-ml.git
🌐
MERNAdvanced

MERN Stack App

Full-stack social media application with React frontend and Node.js/Express backend.

Features:
User AuthenticationReal-time ChatFile Uploads+1 more
Build time: ~50s
Deploy Command:
forge deploy https://github.com/example/mern-stack.git
📄
StaticBeginner

Static Portfolio

Beautiful developer portfolio website built with HTML, CSS, and JavaScript.

Features:
Responsive DesignSmooth AnimationsContact Form+1 more
Build time: ~10s
Deploy Command:
forge deploy https://github.com/example/static-portfolio.git

Ready to Deploy Your Own App?

Follow these examples and deploy your application in minutes with Forge CLI.