New Project

Python Vibe Coding IDE

An in-browser, AI-native IDE

DeployView Demo
Python Vibe Coding IDE Preview
GitHub Repovercel/examples
LicenseView License
filter section list

Related Templates

FastAPI Boilerplate

Deploy Python FastAPI applications with zero configuration.
FastAPI Boilerplate thumbnail

Flask Boilerplate

Deploy Python Flask applications with zero configuration.
Flask Boilerplate thumbnail

Vibe Coding Platform

An end to end text-to-app coding platform
Vibe Coding Platform  thumbnail
DeployView Demo

Getting Started

First, run the backend development server:

cd backend
vercel link
vercel env pull
# or manually set env vars
# cat .env.example > .env
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python server.py

Open http://localhost:8081/docs with your browser to see the backend.

Then, run the frontend development server:

# in a separate terminal
cd frontend
npm i
npm run dev

Open http://localhost:3000 with your browser to see the frontend.

Use Cases
AI
Stack
Python
Tailwind