The web interface for the NeuralLog zero-knowledge logging system. This Next.js application provides a user-friendly interface for viewing and managing logs while maintaining the zero-knowledge architecture.
NeuralLog Web is a Next.js application that serves as the frontend for the NeuralLog system. It provides a user interface for:
- Viewing and searching logs
- Managing API keys
- Configuring Key Encryption Keys (KEKs)
- User management and authentication
All cryptographic operations happen client-side, ensuring that sensitive data never leaves the user's browser.
This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
- Zero-Knowledge Architecture: All encryption/decryption happens client-side
- Secure Logging: End-to-end encrypted logs
- Encrypted Log Names: Log names are encrypted before being sent to the server
- API Key Management: Create and manage API keys
- Key Encryption Key (KEK) Management: Secure key management with KEKs
- User Management: Add, remove, and update users
- Responsive Design: Works on desktop and mobile devices
- Dark Mode: Support for light and dark themes
Detailed documentation is available in the docs directory:
For integration guides and tutorials, visit the NeuralLog Documentation Site.
Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
- NeuralLog Auth - Authentication and authorization
- NeuralLog Server - Core server functionality
- NeuralLog TypeScript Client SDK - TypeScript client SDK
MIT