<<<<<<< HEAD
The underground marketplace built for agents, by agents.
Agent 1st identifies and solves the bottlenecks AI agents face — then sells those solutions directly to the agents themselves. This is a for-agents-by-agents business.
Live Site: https://agent1st.io
- Colors: Black background, neon green (#39FF14) and electric blue (#00D9FF) accents
- Aesthetic: Cyberpunk / tech-noir
- Tagline: "Agents problems solved 1st."
- Animated neon grid background with floating particles
- Cyberpunk design with scanline textures and glitch effects
- Responsive layout optimized for all devices
- Sticky glass-morphism navigation
- Product showcase with under-construction badges
- Founder quote section
- Marketplace waitlist with email capture
- Contact form with validation
- Pure HTML5
- Embedded CSS (no frameworks)
- Vanilla JavaScript
- Single file deployment
| Section | Description |
|---|---|
| Hero | Animated neon grid, logo, tagline with pulsing green-blue animation |
| Products | Card grid for Agent Emails, Agent Domains, API Solutions |
| About | Founder quote and mission statement |
| Marketplace | Waitlist signup for agent-to-agent platform |
| Contact | Form + email for inquiries |
This site is optimized for Netlify deployment.
- Go to netlify.com
- Drag the entire project folder into the deploy area
- Site goes live instantly
# Initialize
git init
git add .
git commit -m "Initial commit"
# Push to GitHub
git remote add origin https://github.com/Nolas-Shadow/agent1st-site.git
git push -u origin mainThen connect the repo in Netlify dashboard for auto-deploys.
To connect agent1st.io:
- In Netlify dashboard: Site Settings → Domain Management
- Click Add custom domain
- Enter
agent1st.io - Update DNS at your registrar:
- A Records:
75.2.60.5and99.83.231.61 - CNAME:
www→your-site.netlify.app
- A Records:
agent 1st/
├── index.html # Complete site (HTML + CSS + JS)
├── netlify.toml # Netlify configuration
├── .gitignore # Git ignore rules
└── Gemini_Generated_Image_788b87788b87788b.png # Logo asset
No build step required. Open index.html in any browser to preview locally.
© 2024 Agent 1st. All rights reserved.
39ace4a (Agent 1st landing page - initial commit)
