algvex-web

Deploy and update the Algvex website with Next.js, FastAPI, and Caddy.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/FelixWayne0318/AItrader --skill algvex-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: algvex-web
Source: https://github.com/FelixWayne0318/AItrader/tree/main/.claude/skills/algvex-web
Command: npx skills add https://github.com/FelixWayne0318/AItrader --skill algvex-web

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams deploy and maintain the Algvex website for AItrader, covering both frontend and backend, OAuth integration, and secure hosting.

Core Features & Use Cases

  • Website deployment and updates: Deploy or update the Next.js frontend and FastAPI backend, keeping the site current.
  • OAuth and authentication configuration: Set up Google OAuth for user login and security.
  • Reverse proxy and hosting management: Configure and manage Caddy for secure, scalable access.
  • Troubleshooting and feature expansion: Identify deployment issues and add new web interface features as needed.

Quick Start

Use the algvex-web skill to initialize or update the Algvex website on a server. Follow the deployment steps in DEPLOYMENT.md and configure Google OAuth in the backend environment to enable authentication.

Frequently Asked Questions about algvex-web

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a Next.js frontend and FastAPI backend with Caddy?

To deploy a Next.js and FastAPI stack, you execute documented deployment commands and configure environment variables to orchestrate the services. Using Caddy as a reverse proxy ensures secure, scalable access across the servers.

How do I configure Google OAuth for a FastAPI backend behind a reverse proxy?

Configuring Google OAuth for FastAPI involves setting up the authentication credentials in the backend environment variables. Integrating this with a Caddy reverse proxy ensures user login flows are securely routed and managed.

What is the best way to update and maintain a deployed web application stack?

Updating a deployed web application stack requires executing documented update commands to synchronize the Next.js frontend and FastAPI backend. This approach keeps the site current while maintaining reliable service orchestration.

Does this deployment approach help with troubleshooting website issues?

Yes, this deployment approach aids troubleshooting by enforcing reliable service orchestration through documented commands and environment configurations. It helps identify deployment issues and supports adding new web interface features as needed.

Can I use Caddy to manage secure hosting for a Next.js and FastAPI website?

Yes, you can use Caddy to manage secure hosting for a Next.js and FastAPI website. It acts as a reverse proxy to provide secure, scalable access and ensures reliable service orchestration across your servers.