# GreenRocket > GreenRocket (greenrocket.app) is the launchpad and community for founders, developers, and indie hackers to discover, launch, and share tech products, apps, tools, and ideas. GreenRocket is a React single-page application (Vite + TypeScript + shadcn/ui) backed by Supabase (PostgreSQL + Auth + Realtime). Builders register for free, submit product launches with descriptions, screenshots, and links, then grow visibility through community upvotes, bookmarks, and discussion. Visitors discover the latest launches on a ranked feed, search the catalogue, and follow builders via public profile pages. Key platform concepts: - **Launch**: A submitted product with a name, tagline, description, URL, logo, screenshots, category, and launch date. Launches accumulate upvotes and are ranked on the /launches feed. - **Builder**: A registered user who can submit launches, post bookmark links, write launch updates, and maintain a public profile. - **Upvote**: Authenticated users upvote launches once per launch; the count is a primary ranking signal. - **Bookmark**: Builders share curated external links (tools, articles, resources) as bookmark posts in the feed. - **Feed**: A realtime activity stream showing new launches, bookmark posts, and updates from the community. - **Sponsor**: Businesses can purchase sponsor slots on the platform via a self-serve Stripe checkout at /sponsors-ad. - **Analytics**: Every launch tracks views, website clicks, shares, and bookmarks in a `launch_analytics` table; owners see charts at /launch/stats/:slug. The tech stack: React 18, TypeScript, Vite, Tailwind CSS, shadcn/ui, Supabase JS client, Stripe, Resend (transactional email), Netlify (hosting), Netlify Functions (server-side), Framer Motion. ## Core Pages - [Home / Feed](https://greenrocket.app/): Realtime social feed showing bookmark posts and activity from builders across the community - [Launches](https://greenrocket.app/launches): Ranked catalogue of all community launches; supports filtering by category and sorting by date or upvotes - [Launch Detail](https://greenrocket.app/launch/:slug): Full product page for a launch — description, screenshots, upvote, bookmark, share, visit website, and community discussion - [Search](https://greenrocket.app/search): Full-text search across launches, users, and bookmark posts - [Features](https://greenrocket.app/features): Overview of GreenRocket platform features for builders and visitors - [Changelog](https://greenrocket.app/changelog): Public changelog of platform updates and new features - [About](https://greenrocket.app/about): Mission, background, and team information for GreenRocket - [Contact](https://greenrocket.app/contact): Contact form and support information - [FAQ](https://greenrocket.app/faq): Frequently asked questions about submitting launches, accounts, and policies - [Supporters](https://greenrocket.app/supporters): List of community supporters and early adopters of GreenRocket ## Builder Tools - [Submit a Launch](https://greenrocket.app/create): Authenticated form to submit a new product launch with name, tagline, description, URL, logo, screenshots, category, and launch date - [Public Profile](https://greenrocket.app/@:username): Each builder's public profile page showing their launches, bookmark posts, bio, and social links (route: /@username) - [Activity Log](https://greenrocket.app/activity): Authenticated view of a builder's own activity history (upvotes, bookmarks, launches) - [Launch Stats](https://greenrocket.app/launch/stats/:slug): Analytics dashboard for launch owners — views, website clicks, shares, bookmarks over time - [Settings](https://greenrocket.app/settings): Account settings including notification preferences, accessibility options, and account management ## Auth - [Sign In](https://greenrocket.app/login): Email/password login for existing members; also supports magic link - [Sign Up](https://greenrocket.app/register): Free registration for new builders - [Reset Password](https://greenrocket.app/reset-password): Password reset flow via emailed link - [Welcome](https://greenrocket.app/welcome): Post-registration onboarding page for new builders ## Sponsorship - [Sponsor GreenRocket](https://greenrocket.app/sponsors-ad): Self-serve page to purchase a sponsor slot; includes pricing, ad placement info, and Stripe checkout - [Sponsor Success](https://greenrocket.app/sponsors-ad/success): Post-purchase confirmation and next-steps page for new sponsors - [Sponsors](https://greenrocket.app/sponsors): Public-facing page listing current platform sponsors ## Tools - [SEO Meta Inspector](https://greenrocket.app/seo-meta-inspector): Free utility to inspect Open Graph tags, Twitter Card metadata, and structured data (JSON-LD) for any public URL — no login required - [Peerlist Sync](https://greenrocket.app/peerlist): Import and display projects from a Peerlist profile directly into GreenRocket ## Legal - [Terms of Service](https://greenrocket.app/terms): Terms and conditions for using GreenRocket - [Privacy Policy](https://greenrocket.app/privacy): How GreenRocket collects, uses, and protects user data - [Cookies Policy](https://greenrocket.app/cookies): Cookie usage policy and opt-out information - [DMCA](https://greenrocket.app/dmca): DMCA takedown request policy and procedures - [Disclaimer](https://greenrocket.app/disclaimer): General legal disclaimer for GreenRocket content - [UGC Disclaimer](https://greenrocket.app/ugc-disclaimer): User-generated content disclaimer and moderation policies ## Optional - [Sitemap](https://greenrocket.app/sitemap.xml): Full XML sitemap of all indexable public pages - [Robots.txt](https://greenrocket.app/robots.txt): Crawler access rules; all pages are publicly crawlable - [Ads.txt](https://greenrocket.app/ads.txt): Authorized digital sellers declaration for Google AdSense (ca-pub-6399543461080755) - [OG Preview Image](https://greenrocket.app/greenrocket.app.png): Default Open Graph social sharing image for the platform