VibeFoundry IDE
A local desktop IDE for data analysis.
Features
- Local File Management - Browse and manage your project files
- Script Runner - Run Python scripts locally with auto-preview of outputs
- Data Preview - View CSV, Excel, and image files directly in the IDE
- Auto-generated metadata - Per-folder schema digest for input/output data
Installation
# Install the package
pip install -e .
# Build the frontend
cd frontend && npm install && npm run build && cd ..
Usage
# Launch the IDE
vibefoundry
# Or specify a project folder
vibefoundry /path/to/project
Development
# Run frontend dev server
cd frontend && npm run dev
# Run backend separately
python -m vibefoundry.server
Publishing
The publish flow reads the PyPI token from .env (gitignored):
PYPI_TOKEN=pypi-...
.env is expected to be present in the project root — publish.sh sources it automatically. Bump the version and ship:
./publish.sh 0.1.307
Architecture
frontend/- React-based UI (Vite + React)src/vibefoundry/- Python backend (FastAPI)server.py- Main API serverwatcher.py- File change detectionrunner.py- Script executionmetadata.py- Metadata generation
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vibefoundry-0.2.35.tar.gz
(925.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vibefoundry-0.2.35-py3-none-any.whl
(930.4 kB
view details)
File details
Details for the file vibefoundry-0.2.35.tar.gz.
File metadata
- Download URL: vibefoundry-0.2.35.tar.gz
- Upload date:
- Size: 925.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4553f72bda29b416d0f620315d91a12da39cd2a2a390b43e9fa2bead2dfbba0
|
|
| MD5 |
d32c5fff7898811cf287ca776763af4c
|
|
| BLAKE2b-256 |
ea95e852f795eafbb3d6e3a2905426a5e96e00a11bf55d796dd8711f23d37f3f
|
File details
Details for the file vibefoundry-0.2.35-py3-none-any.whl.
File metadata
- Download URL: vibefoundry-0.2.35-py3-none-any.whl
- Upload date:
- Size: 930.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b289c69b56421df89a5c2895e880a2a031c4fcc8e8c0523bf8fb01a65ad04257
|
|
| MD5 |
62a012011cd9d6f69dbaad8d35cda868
|
|
| BLAKE2b-256 |
5ec167842592b5b0be94718dc220e7757f65cfc3982e3d50dfd89b669f0ac803
|