A simple Vue frontend + FastAPI backend app, ready to deploy.
# Backend
cd backend
pip install -r requirements.txt
python main.py
# Frontend (in another terminal)
cd frontend
npm install
npm run devThe frontend runs on http://localhost:5173 and the API on port 8000.
Connect the Ink MCP server to your AI agent and prompt:
Deploy this app with Ink.
Full tutorial: docs.deployink.com/examples/full-stack/vue-fastapi
Ink is a deployment platform built for AI agents.
- Website: deployink.com
- Documentation: docs.deployink.com
- Quick Start: docs.deployink.com/quick-start
- Examples: docs.deployink.com/examples