Tips
- Include index.html That’s the homepage for the slug.
-
Keep paths relative
./styles.cssand./app.jsjust work. -
Agents can upload too
Use
deploy_filesvia MCP.
FAQ
Can I upload a Vite or React build?
Yes if it’s static output (dist/) under the size
limits. Include index.html.
What about Next.js SSR?
Not on aft.page yet. Static export works; server apps need a
different path (OSS aft CLI → your AWS today).