mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
131 lines
4.9 KiB
JSON
131 lines
4.9 KiB
JSON
{
|
|
"nav": {
|
|
"features": "Features",
|
|
"howItWorks": "How it Works",
|
|
"installation": "Installation",
|
|
"getStarted": "Get Started",
|
|
"viewOnGithub": "View on GitHub"
|
|
},
|
|
"hero": {
|
|
"version": "{{version}} is now available",
|
|
"title": "Vibe Coding <br/> <span class=\"text-primary\">Anytime, Anywhere.</span>",
|
|
"subtitle": "Go for a hike, grab a coffee, or just relax. Your AI agents work in the background. We'll notify you via your favorite messaging app only when they need a nod.",
|
|
"startBtn": "Start Your Freedom",
|
|
"githubBtn": "View on GitHub",
|
|
"notification": {
|
|
"title": "Instant Notification",
|
|
"content": "\"Task completed! 3 files updated.<br/>Ready for review?\""
|
|
}
|
|
},
|
|
"showcase": {
|
|
"handoff": "Seamless Handoff",
|
|
"title": "Start on Desktop. <br class=\"hidden md:block\" /> <span class=\"text-primary\">Continue Anywhere. Switch Back Anytime.</span>",
|
|
"subtitle": "Your session lives on your machine. Your phone is just a window. Work locally with native Claude Code or Codex, switch to remote when away, double-space to switch back instantly.",
|
|
"localCore": {
|
|
"title": "Local Core",
|
|
"desc": "Heavy lifting happens on your powerful desktop machine. No cloud limits."
|
|
},
|
|
"remoteControl": {
|
|
"title": "Remote Control",
|
|
"desc": "Access everything via PWA or messaging apps. Zero latency feel."
|
|
},
|
|
"modeSwitch": {
|
|
"title": "Switch Freely",
|
|
"desc": "Move between terminal and mobile seamlessly. Double-space to return to local. Session state stays perfectly synced."
|
|
},
|
|
"screenshots": {
|
|
"startAnywhere": {
|
|
"title": "Start Anywhere",
|
|
"desc": "Launch sessions with Claude, Codex, or Gemini directly from your phone."
|
|
},
|
|
"seamlessChat": {
|
|
"title": "Seamless Chat",
|
|
"desc": "Continue your coding conversation exactly where you left off."
|
|
},
|
|
"reviewCode": {
|
|
"title": "Review Code",
|
|
"desc": "Full syntax highlighting for reviewing changes on the go."
|
|
},
|
|
"fullTerminal": {
|
|
"title": "Full Terminal Access",
|
|
"desc": "Execute commands and manage your environment remotely."
|
|
},
|
|
"powerfulCommands": {
|
|
"title": "Powerful Commands",
|
|
"desc": "Use /review, /undo, and more to control the agent efficiently."
|
|
},
|
|
"manageWorkspaces": {
|
|
"title": "Manage Workspaces",
|
|
"desc": "Switch between multiple active sessions and worktrees instantly."
|
|
}
|
|
}
|
|
},
|
|
"lifestyle": {
|
|
"title": "The \"Vibe Coding\" Lifestyle",
|
|
"subtitle": "HAPI isn't just a tool; it's a declaration of independence from your desk.",
|
|
"cards": {
|
|
"explore": {
|
|
"title": "Go Explore",
|
|
"desc": "Agents run locally on your powerful desktop. You? You're miles away, enjoying the view."
|
|
},
|
|
"sip": {
|
|
"title": "Sip & Approve",
|
|
"desc": "Get a ping on your phone. Review the plan. Tap \"Approve\". Go back to your latte."
|
|
},
|
|
"walk": {
|
|
"title": "Walk Away",
|
|
"desc": "Literally. Walk away from the screen. HAPI keeps the session alive and secure until you return."
|
|
}
|
|
}
|
|
},
|
|
"features": {
|
|
"title": "Power When You Need It",
|
|
"telegram": {
|
|
"title": "Messaging App Integration",
|
|
"desc": "The perfect balance of distance and control. Get notified via Telegram or other apps only when your input is truly needed."
|
|
},
|
|
"yolo": {
|
|
"title": "YOLO Mode",
|
|
"desc": "Trust your agents? Enable YOLO mode to bypass approvals and let them sprint while you sleep."
|
|
},
|
|
"terminal": {
|
|
"title": "Full Terminal Access",
|
|
"desc": "Need to step in? You have a full terminal in your pocket. Fix it and forget it."
|
|
}
|
|
},
|
|
"howItWorks": {
|
|
"title": "How it Works",
|
|
"step1": {
|
|
"title": "1. Start on Desktop",
|
|
"desc": "Launch HAPI on your machine. It keeps your session alive and ready for remote access."
|
|
},
|
|
"step2": {
|
|
"title": "2. Connect Mobile",
|
|
"desc": "Open the PWA or Mini App. You now have full control over your local dev environment."
|
|
},
|
|
"step3": {
|
|
"title": "3. Vibe Code",
|
|
"desc": "Let agents do the heavy lifting. Approve changes, run commands, and enjoy your freedom."
|
|
}
|
|
},
|
|
"installation": {
|
|
"title": "Get Started in Seconds",
|
|
"npm": {
|
|
"step1": "1. Install Globally",
|
|
"step2": "2. Start Server"
|
|
}
|
|
},
|
|
"cta": {
|
|
"title": "Ready to Vibe?",
|
|
"subtitle": "Join the revolution. Stop watching progress bars and start enjoying your life.",
|
|
"btn": "Get Started Now"
|
|
},
|
|
"footer": {
|
|
"desc": "Vibe Coding Anytime, Anywhere. <br/> The local-first AI agent platform for developers who love freedom.",
|
|
"product": "Product",
|
|
"community": "Community",
|
|
"copyright": "© {{year}} HAPI Team. Open source under AGPL License.",
|
|
"designedWith": "Designed with <span class=\"text-red-500\">♥</span> for Vibe Coding."
|
|
}
|
|
}
|