Overview
Kisuke includes a built-in web browser with developer tools for testing and debugging your web projects. Preview applications, inspect network requests, and test APIs — from any device.Features
In-App Preview
Preview your web applications without leaving Kisuke:- Local development servers
- Remote URLs
- Static files
Developer Tools
Basic developer tools for debugging:- View source
- Console output
- Network requests
- Element inspection
Integration
The browser integrates with other Kisuke features:- Open URLs from terminal output
- Preview from file editor
- Share context to AI chat
Use Cases
Local Development
When running a dev server on your connected machine:- Start your dev server in terminal (
npm run dev) - Note the URL (e.g.,
http://localhost:3000) - Open Browser in Kisuke
- Enter the URL
Documentation
Keep documentation open while coding:- API references
- Framework docs
- Stack Overflow answers
Testing
Quick testing of web applications:- Check responsive design
- Test user flows
- Verify API responses
Navigation
Address Bar
Tap the address bar to:- Enter URLs
- Search (uses your default search engine)
- Access recent history
Controls
- Back/Forward - Navigate history
- Refresh - Reload the page
- Share - Share URL or send to chat
Accessing Local Servers
When connected to a computer running a local server:http://localhost:3000- Works through Kisuke Connect
Limitations
The built-in browser is designed for development preview, not general browsing:- Limited extension support
- Simplified dev tools
- Focus on development use cases
