-
Notifications
You must be signed in to change notification settings - Fork 1
Vapi hackathon frontend #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Defined CSS variables for light and dark themes. - Implemented various animations including pulse, wave, fade-in, and slide-up. - Added styles for floating navigation and smooth transitions. - Introduced utility class for text balance.
…tProvider in _app.tsx, and update manifest.json for localization and shortcut names
- Removed all build output files from Git index - Build outputs should not be tracked in version control - .gitignore already contains 'out' entry to prevent future tracking
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
✅ Deploy Preview for oto-evm canceled.
|
…improved asset management
GitHub Pagesの機能も確認したいので一旦マージしちゃいます!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces the initial setup and foundational features for the
frontend_vapi
project, including environment configuration, core functionality, and development tools. The changes establish the groundwork for a Next.js-based application with voice interaction capabilities, task management, and PWA support.Project Setup and Configuration:
frontend_vapi/.env.example
: Added example environment variables for Privy authentication and other configurations.frontend_vapi/.gitignore
: Updated.gitignore
to exclude common files and directories such as logs, build outputs, and environment files.frontend_vapi/biome.json
: Introduced Biome configuration for linting, formatting, and import organization to enforce code quality standards.frontend_vapi/LICENSE
: Added an MIT license to define the terms of software usage and distribution.Documentation:
frontend_vapi/DEPLOYMENT_README.md
: Comprehensive deployment and usage guide, detailing features, tech stack, environment setup, and development instructions.frontend_vapi/README.md
: Project overview and setup instructions, including voice chat functionality, task management, and PWA installation.Core Features:
frontend_vapi/components/AgentChat.tsx
: Implemented theAgentChat
component, providing voice recording, streaming, and task navigation with WebSocket integration and keyboard shortcuts.Design and Development Tools:
frontend_vapi/components.json
: Configured UI settings for Tailwind CSS, component aliases, and icon library integration with Lucide.