prepare("SELECT * FROM users WHERE id = ?"); $stmt->execute([$_SESSION['user_id']]); $user = $stmt->fetch(); // Fetch startups (mock or real) $stmt = db()->query("SELECT s.*, u.full_name as founder_name, u.university FROM startups s JOIN users u ON s.founder_id = u.id ORDER BY s.created_at DESC"); $startups = $stmt->fetchAll(); $platformName = defined('PLATFORM_NAME') ? PLATFORM_NAME : 'Gatsby'; ?> Discover Startups — <?= htmlspecialchars($platformName) ?>
Log Out

Discover Startups

Back the most ambitious student projects.

Start Funding Round

No startups found

Be the first to list a startup or check back later.

List My Startup

Featured Startups (Mock)

Fintech Oxford University

UniPay

A decentralized payment platform designed specifically for international students to avoid high exchange fees.

Raised: £4,500 Target: £10,000
Min Invest: £50 View Details
Sustainability LSE

GreenCampus

AI-powered waste management system for university campuses to increase recycling rates by 40%.

Raised: £1,200 Target: £5,000
Min Invest: £50 View Details
Startup

Raised: £ Target: £
0) ? ($startup['funding_raised'] / $startup['funding_target'] * 100) : 0; $percent = min(100, $percent); ?>
Min Invest: £50 View Details