Skip to content

NeuralLog/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralLog Web

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.

Overview

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.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open 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.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.

Features

  • 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

Documentation

Detailed documentation is available in the docs directory:

For integration guides and tutorials, visit the NeuralLog Documentation Site.

Contributing

Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.

Related NeuralLog Components

License

MIT

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors