https://github.com/heyskidee/volty
A neural interface platform bridging AI and human cognition
https://github.com/heyskidee/volty
Last synced: 5 days ago
JSON representation
A neural interface platform bridging AI and human cognition
- Host: GitHub
- URL: https://github.com/heyskidee/volty
- Owner: HeySkidee
- Created: 2025-03-30T18:18:04.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T14:50:25.000Z (about 2 months ago)
- Last Synced: 2025-03-31T15:57:18.771Z (about 2 months ago)
- Language: Svelte
- Homepage: https://volty.now.sh
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Volty
An experimental project aiming to build a neural interface for AI interaction.
Currently it features a web based AI integration with plans to evolve into a hardware based neural interface system
> Note: The current version focuses on software only features as I continue learning about the hardware side of neural interfaces. Future updates will introduce hardware components for enhanced neural interface capabilities.
## Tech Stack
- Svelte 5, SvelteKit 2.0, TailwindCSS 4.0
- AI SDK (@ai-sdk/google, @ai-sdk/svelte)
- SvelteKit endpoints for AI integration and IP detection## Project Structure
```
src/
├── routes/
│ ├── api/
│ │ ├── chat/ # ai integration
│ │ └── ip/ # ip detection endpoint
│ ├── +page.svelte # main interface
│ └── +layout.svelte
├── app.css # global styles
└── app.html # html template
```## Setup
- Clone the repo:
```bash
git clone https://github.com/HeySkidee/volty.git
cd volty
```
- Run `npm instal` followed by `npm run dev`.
- Create a `.env` file in the project folder and add environment variables from `.env.example`.
- Open http://localhost:5173## Status:
- Software: Web prototype
- Hardware: Planning phase