Live: https://mukundakatta.github.io/Side/
Sidebar AI — intelligent browser sidebar assistant.
Side exists to make this workflow practical. Sidebar ai — intelligent browser sidebar assistant. It favours a small, inspectable surface over sprawling configuration.
- Development server with hot reload
- Production build pipeline
- Included test suite
- Worked examples included
- Runtime: Node.js, TypeScript
- Frameworks: React
- Tooling: webpack
The codebase is organised into examples/, public/, scripts/, src/, tests/.
npm install
npm run devnpm run dev
# Application starts on its configured portSide/
├── .env.example
├── CONTRIBUTING.md
├── README.md
├── config.example.json
├── examples/
├── index.html
├── package.json
├── public/
├── scripts/
├── src/
├── tests/
├── tsconfig.json
├── webpack.config.js