Documentation
System Docs
How Arcapush works under the hood.
The Arcapush Protocol
Arcapush is a curated registry of vibe-coded products — AI-native startups built by solo founders using tools like Cursor, Lovable, Replit, and Bolt. Unlike generic launch platforms, every listing on Arcapush requires a structured problem statement, not just marketing copy. This forces founders to articulate what real problem their product solves, which is the signal VCs actually trust when evaluating early-stage products. The registry is permanently indexed on Google, giving every listed product a searchable, structured page that lives beyond launch day.
View RegistryDistribution loop
Arcapush records impressions, views, outbound visits, and shares. Visit buttons go through /go so the destination comes from trusted listing data. The north-star metric is qualified outbound visits generated, not pageviews alone.
Open DiscoverCLI
Prefer the terminal? Install @blindspotlab/arcapush and run arcapush submit. The CLI reads package.json, README, and git remotes to prepare a listing. It never uploads source code. Login uses a browser confirmation and a scoped, revocable token.
Submit from the terminalFounder Submission Flow
Founders authenticate via NextAuth v5 using Google or GitHub OAuth. Once signed in, they complete the submission form — which collects the product name, URL, problem statement, category, tech stack, and a short description. Submissions are validated server-side and written to a PostgreSQL database via Prisma ORM, with Supabase as the hosted database provider. Approved listings are automatically added to the sitemap and eligible for Google indexing within days. The URL scraper built into the submission flow auto-populates metadata by reading the product's Open Graph tags, reducing friction for founders.
List a ProductPromotion
Discovery and submission are free. Monetization is selected, managed distribution work. Founders inquire on /promote. There is no checkout, pin purchase, or public pricing table.
Ask about promotionInvestor Access
Pitch decks and extended founder materials are gated behind an institutional verification layer. VCs and angel investors submit their credentials — fund name, investment thesis, and contact details — to receive an encrypted access key. This protects founder intellectual property at every stage of the discovery process, ensuring that sensitive product information is only shared with verified capital allocators. The access request flow is handled separately from the public registry to maintain a clear boundary between discovery and diligence.
Request AccessProduct of the Week
Only products chosen by Arcapush enter Product of the Week. Voting is email-verified, one vote per person per cycle. Winners receive a lasting editorial award, not a paid pin.
See this weekThe Stack
Arcapush is built entirely on open, production-grade infrastructure. The full stack: Next.js App Router, TypeScript, Tailwind CSS, Prisma 7, PostgreSQL, NextAuth v5, Brevo, Vercel, and @vercel/og for dynamic OG image generation. The codebase was built solo by Mojeeb under BlindspotLab.
Trust & Safety
Scoped access
CLI tokens are hashed, expiring, and limited to creating and updating your own products. They cannot reach admin, email broadcast, or database credentials.
Encrypted Transmission
All data transmitted between the client and server is encrypted via SSL/TLS. Sensitive founder metadata and investor credentials are processed server-side and never exposed in client bundles.
Questions about the infrastructure? We're here.
Contact Support