A simple, modern, single‑page prototype for a business acquisition marketplace where sellers and buyers discover each other and progress a deal with guided steps.
Open index.html in your browser.
- No build or server required.
- Works offline (pure HTML/CSS/JS).
- Welcome landing with role selection (Seller / Buyer)
- Seller onboarding form (business overview and deal preferences)
- Buyer onboarding form (profile and investment criteria)
- Browse buyers grid with rich cards and tags
- Deal flow screen with an AI assistant section and step tracker
- Modal buyer profile with quick “Match” action
- Simulated document upload and AI analysis progress in
deals
index.html— Main UI and all screensstyle.css— Styling for layout, components, and animationsscript.js— Simple interactions, screen routing, modal logic, and AI analysis simulation
- HTML5
- CSS3 (responsive layout, cards, modals)
- Vanilla JavaScript (no frameworks)
- Open
index.htmlin a modern browser (Chrome, Edge, Firefox, Safari). - Navigate using the top navigation: Home, Browse, Deals.
- Choose a role on the Welcome screen to see onboarding flows.
- In Browse, click a buyer to view profile; send a match.
- In Deals, try the AI Financial Analyzer to see a simulated analysis.
- Prototype: data is static and stored in the DOM.
- AI features are simulated for demonstration.
- Navigation uses simple screen toggling, not routing.
- Real data models and persistence (e.g., localStorage or API backend)
- Authentication and user profiles
- Search, filter, and sort enhancements
- File upload with real parsing and summary generation
- Accessibility and keyboard navigation improvements
Built by Affan.
This project is for demonstration purposes. Add a license if you plan to open source it.