Skip to content

AI Engineering MVP Template

Welcome to the documentation for the AI Engineering MVP Template. This template provides a foundation for building AI-powered applications with a modern technology stack.

Template Overview

This template is designed to help you quickly bootstrap AI-powered MVP applications with a professional, production-ready foundation. It includes:

Technology Stack

  • Frontend: Next.js with TypeScript
  • Backend: FastAPI with Python 3.12
  • Containerization: Docker for development and production
  • CI/CD: GitHub Actions for continuous integration

Architecture

The template follows a microservices architecture with two main components:

  1. Frontend Service: A Next.js application that provides the user interface
  2. Backend Service: A FastAPI application that provides the API endpoints

Getting Started

To start using this template, see the Getting Started guide.

Development Guides