A local IDE for data science workflows with script running, metadata generation, and GitHub Codespace sync
Project description
VibeFoundry IDE
A local desktop IDE for data analysis with Claude Code running in a GitHub Codespace sandbox.
Features
- Local File Management - Browse and manage your project files
- Codespace Integration - Connect to a GitHub Codespace running Claude Code
- Script Runner - Run Python scripts locally with auto-preview of outputs
- Data Preview - View CSV, Excel, and image files directly in the IDE
- Bidirectional Sync - Scripts sync between local and codespace
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
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
Project details
Release history Release notifications | RSS feed
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.1.303.tar.gz
(467.3 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.1.303-py3-none-any.whl
(478.1 kB
view details)
File details
Details for the file vibefoundry-0.1.303.tar.gz.
File metadata
- Download URL: vibefoundry-0.1.303.tar.gz
- Upload date:
- Size: 467.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90d8bc4fe1697ca0748d0aa1c40da52acd10b1e98cceb85e00825ab0b3c77744
|
|
| MD5 |
ccc8441459df10fb67d408a111c09bad
|
|
| BLAKE2b-256 |
f827b264d4beca5bfc4ad7b9e66554822bbb11633575de090429a53787e76feb
|
File details
Details for the file vibefoundry-0.1.303-py3-none-any.whl.
File metadata
- Download URL: vibefoundry-0.1.303-py3-none-any.whl
- Upload date:
- Size: 478.1 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 |
a3bb0d76d3984f5d693b488ab4a33e8e65645980e66a21280007e575c2805bb4
|
|
| MD5 |
31573e7cf618da5979f85e6ea658ad2b
|
|
| BLAKE2b-256 |
5d9aab3d414a58393ffb95bff36a1ed67de3f0f0403f585bf5824a6ae8ff66c5
|