Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.91 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.91 KB

Generate, edit, and deploy Python APIs in your browser

Try it now: ai.launchflow.com

Introduction

This repo is a fork of Bolt.new that has been modified to focus on Python APIs.

We are just experimenting with the idea of generating, editing, and deploying Python APIs in the browser.

This project is a proof of concept and is not intended for production use.

Background on Bolt.new

The original Bolt implementation is focused on generating and running node.js apps in the browser using WebContainers. WebContainers partly support Python using wasm, but most Python libraries are not available.

This fork does not use WebContainers and instead deploys Python APIs to a serverless environment hosted on LaunchFlow Cloud.

Contact

If you have any questions or feedback, please reach out to us at [email protected] or open an issue in this repo.