Skip to content

leaningtech/browserpod-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BrowserPod Showcase

This repository contains BrowserPod starter templates that were distilled from showcase apps into reusable developer-friendly starting points. Each processed template lives in projects/ and is a standalone project with its own README.md, package.json, and BrowserPod setup.

Repository Layout

  • projects/: processed BrowserPod template projects
  • projects/api_webhook_tester/: browser-based mock API and webhook playground
  • projects/ephemeral_survey/: short-lived survey app with admin, results, QR, and CSV flows
  • projects/ide_with_node/: in-browser IDE with Monaco, terminal, and BrowserPod-backed filesystem
  • projects/node_project_demo/: upload-and-preview flow for BrowserPod-hosted Node projects
  • projects/npm_package_tester/: npm search, install, and audit workflow inside BrowserPod
  • projects/pdf_editor/: PDF editor shell with an embedded BrowserPod runtime
  • projects/pvp_chess_via_node/: multiplayer chess app backed by a Node runtime
  • projects/runnable_docs/: lightweight docs shell paired with a runnable BrowserPod example
  • projects/web_vim_with_node/: Vim-in-the-browser environment with BrowserPod-backed files and terminal access

How To Use A Template

  1. Open one of the template folders inside projects/.
  2. Follow that folder's local README.md.
  3. Copy .env.example to .env and set VITE_BP_APIKEY.
  4. Run npm install, then npm run dev or npm run build inside the template directory.

Notes

  • Each template is intentionally self-contained so you can copy a single folder into a new project.
  • The root LICENSE applies to this repository.
  • This checkout currently contains the processed templates under projects/.

About

Apps built by you, with BrowserPod.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors