diff --git a/resources/views/the-vibes-prospectus.blade.php b/resources/views/the-vibes-prospectus.blade.php new file mode 100644 index 00000000..568317a1 --- /dev/null +++ b/resources/views/the-vibes-prospectus.blade.php @@ -0,0 +1,292 @@ + +
+ + {{-- ═══ HERO / COVER ═══ --}} +
+

+ PARTNER PROSPECTUS · 2026 +

+ +

+ The + Vibes +

+ +

+ The First NativePHP In-Person Meetup +

+ +
+ July 30, 2026 · Boston, MA · 100 Developers +
+ +

+ Loft on Two · One Financial Center · 9 AM – 4 PM +

+

+ An intimate, community-powered gathering for the NativePHP community. +

+

+ + View the event page → + +

+
+ + {{-- ═══ WHY PARTNER ═══ --}} +
+

+ Why Partner With + The Vibes? +

+
+ +

+ The Vibes is the first-ever in-person NativePHP meetup — a curated, single-day gathering + for 100 passionate Laravel and PHP developers to connect, collaborate, and celebrate the + community. It's intimate, it's exclusive, and it's the perfect environment to get in front + of engaged developers. +

+ + {{-- Stats --}} +
+
+
+ 100 + Developers +
+

Intimate & exclusive. Real conversations, not small talk.

+
+
+
+ 1 + Day Event +
+

Focused, high-energy, and designed for meaningful connection.

+
+
+
+ 1st + Ever +
+

The inaugural event. Be part of something from the start.

+
+
+ + {{-- Who Attends --}} +

Who Attends

+
+
    +
  • + + Senior Laravel & PHP developers +
  • +
  • + + Engineering leads and CTOs from startups to enterprise +
  • +
  • + + Open-source maintainers and contributors +
  • +
  • + + Agency owners and freelance developers +
  • +
  • + + Developer advocates and community builders +
  • +
+ + {{-- What's Included --}} +

What's Included for Attendees

+
+
    +
  • + + Catered local Boston food, snacks & drinks all day +
  • +
  • + + Community networking in an intimate 100-person setting +
  • +
  • + + Open collaboration space for hacking and pairing +
  • +
  • + + Sponsor surprises and exclusive giveaways +
  • +
+
+ + {{-- ═══ PARTNERSHIP TIERS ═══ --}} +
+

Partnership Tiers

+

Choose the level that fits your goals. Limited spots ensure maximum visibility.

+
+ +
+ {{-- Headline Partner --}} +
+

Headline Partner

+

$1,000

+
5 spots
+ +
+ +
    +
  • + + 5 event tickets included +
  • +
  • + + Logo on The Vibes website +
  • +
  • + + Mentions in pre- and post-event emails and posts +
  • +
  • + + Premium brand visibility (bigger logo, direct call-outs) +
  • +
+
+ + {{-- Supporting Partner --}} +
+

Supporting Partner

+

$500

+
10 spots
+ +
+ +
    +
  • + + 2 event tickets included +
  • +
  • + + Logo on The Vibes website +
  • +
  • + + Mentions in pre- and post-event emails and posts +
  • +
  • + + Standard brand visibility +
  • +
+
+ + {{-- Community Partner --}} +
+

Community Partner

+

$250

+
20 spots
+ +
+ +
    +
  • + + 1 event ticket included +
  • +
  • + + Logo on The Vibes website +
  • +
  • + + Support the community +
  • +
+
+
+ + {{-- All Partners --}} +
+

All Partners Receive:

+
    +
  • + + Recognition during The Vibes event day +
  • +
  • + + Direct access to 100 engaged Laravel/PHP developers +
  • +
  • + + Association with the NativePHP and Laravel community +
  • +
+
+
+ + {{-- ═══ CONTACT / CTA ═══ --}} +
+

Let's Make

+

The Vibes Happen

+
+ +

+ Your partnership helps us bring together 100 passionate developers + for an unforgettable day of community, collaboration, and good vibes. +

+ + {{-- Contact Card --}} +
+

Get In Touch

+ +

Email

+

+ sponsors@nativephp.com +

+ +

Event Page

+

+ nativephp.com/the-vibes +

+
+ + {{-- Quick Overview Table --}} +
+

Partnership Overview

+ + + + + + + + + + + + + + + + + + + + + +
Headline Partner$1,0005 spots5 tickets + logo on site & newsletter
Supporting Partner$50010 spots2 tickets + logo on site & newsletter
Community Partner$25020 spots1 ticket + logo on site
+
+ +

+ NativePHP · The Vibes 2026 · Presented by Bifrost Technology, LLC +

+
+ +
+
diff --git a/routes/web.php b/routes/web.php index 290ed99b..17bfe820 100644 --- a/routes/web.php +++ b/routes/web.php @@ -167,6 +167,7 @@ Route::redirect('build-my-app', '/consulting', 301); Route::view('consulting', 'consulting')->name('consulting'); Route::view('the-vibes', 'the-vibes')->name('the-vibes'); +Route::view('the-vibes-prospectus', 'the-vibes-prospectus')->name('the-vibes-prospectus'); // Public plugin directory routes Route::middleware(EnsureFeaturesAreActive::using(ShowPlugins::class))->group(function (): void {