| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A futuristic, neon-styled single-page application powered by local AI agents for advanced problem solving and content generation.
Install Dependencies:
npm installStart the Backend:
node server/server.mjsLaunch the Frontend: Serve the public directory using a static file server (e.g., serve, http-server, or Vite).
npx serve publicOpen http://localhost:3000 (or the port provided by your static server) in your browser.
project-root/ ├─ public/ │ ├─ index.html # Main UI │ ├─ css/ │ │ └─ style.css # Neon styling │ └─ js/ │ └─ app.js # Frontend logic (SSE, API calls) ├─ server/ │ ├─ api.mjs # Ollama & Nexus API Bridge │ └─ server.mjs # Express Server & SSE ├─ .env # Environment config (git-ignored) ├─ package.json └─ README.md
| Back | FazBrowse Home | New Git URL |