Skip to content

Add Vibe Coding use case page#108

Open
beran-t wants to merge 3 commits intomainfrom
fragments-use-case
Open

Add Vibe Coding use case page#108
beran-t wants to merge 3 commits intomainfrom
fragments-use-case

Conversation

@beran-t
Copy link
Contributor

@beran-t beran-t commented Feb 11, 2026

Summary

  • Add new Vibe Coding use case page documenting the pattern where an LLM generates code and E2B sandboxes execute it with live preview URLs
  • References Fragments as the open-source implementation
  • Includes: How It Works flow, SDK installation, core implementation sections (sandbox creation, dependency install, writing code, preview URL), full end-to-end example, and Related Guides
  • Add navigation entry in docs.json and home page card in docs.mdx

Document the vibe coding pattern (LLM generates code, E2B sandbox
executes it, user sees live preview) using Fragments as the reference
implementation. Add navigation entry and home page card.
Switch imports from plain e2b to @e2b/code-interpreter to match
Fragments' actual usage. Clarify that the app runs outside the
sandbox, using it purely to prepare and serve the generated code.
Replace verbose How It Works section with a Why E2B bullet list.
Merge dependency and code-writing sections. Trim code examples
to focus on the essential API calls.
Copy link
Contributor

@matthewlouisbrockman matthewlouisbrockman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems fine, the warnings are false positives, "Streamlit" etc are the correct names

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments