Skip to content

Commit 40987ce

Browse files
committed
Improve alpha messaging
1 parent e3be42f commit 40987ce

File tree

2 files changed

+42
-6
lines changed

2 files changed

+42
-6
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Status
3+
order: 002
4+
---
5+
6+
## Current Status
7+
8+
NativePHP is currently in the `alpha` stage.
9+
10+
We need your help with testing and bug-hunting, so we want you to _build_ apps with NativePHP.
11+
12+
As we're at the `alpha` stage, this means NativePHP is not quite ready for prime-time, so we don't recommend
13+
_distributing_ the apps you build just yet... unless you're comfortable with the following:
14+
15+
- The PHP source code in your app can be seen _and modified_.
16+
- Signing of build files has not been tested, so your users may see warnings from their operating system indicating that
17+
your app may be suspicious and may need to explicitly allow your app to run.
18+
- Your app may not be as performant or secure as it will be once we reach NativePHP v1.0.
19+
20+
We still want you to _try_ to get your apps into a production-ready state! The more parts of the whole process we can
21+
exercise to find bugs and fix them, the better.
22+
23+
Be sure to share your findings through the [forum](https://github.com/orgs/nativephp/discussions), by
24+
[raising issues](https://github.com/nativephp/laravel/issues/new/choose)/reporting bugs, and on
25+
[Discord](https://discord.gg/X62tWNStZK).
26+
27+
If you're building an app that you plan to distribute,
28+
[can you sponsor the development of NativePHP](https://github.com/nativephp/laravel?sponsor=1) to help us get to the
29+
v1.0 release sooner?
30+
31+
## Roadmap
32+
We've put together a basic [roadmap](https://github.com/orgs/NativePHP/projects/2/views/1) to help visualize our
33+
current _estimated_ development timeline.

resources/views/docs/index.blade.php

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
<div class="lg:pt-4">
88
<div class="max-w-3xl mx-auto xl:max-w-none xl:ml-0 xl:mr-[15.5rem] xl:pr-16">
99

10-
<div class="flex items-center px-6 py-4 mb-8 space-x-4 text-lg text-red-800 border-2 border-red-500 bg-red-50 dark:text-white dark:bg-red-800">
11-
<span class="text-5xl">⚠️</span>
10+
<div class="flex px-6 py-4 mb-8 space-x-4 text-lg text-orange-800 border-2 border-orange-500 bg-orange-50 dark:text-white dark:bg-orange-800">
11+
<x-heroicon-o-shield-exclamation class="size-10" />
1212
<span>
13-
NativePHP is currently in <em class="font-bold">alpha</em>. We do not recommend distributing
14-
production releases of your applications yet.<br><br>
15-
<a href="https://github.com/sponsors/simonhamp" class="underline" target="_blank">
16-
Can you help us get production-ready?
13+
NativePHP is currently
14+
<a href="/docs/getting-started/status" class="font-bold italic font-mono flex-inline px-2 text-base bg-orange-200 rounded">alpha</a>.
15+
<br><br>
16+
<a href="https://github.com/nativephp/laravel?sponsor=1" class="font-bold inline-flex items-center bg-orange-200 rounded-md px-3 py-1 border border-orange-400 hover:bg-orange-300 group" target="_blank">
17+
Let's get to beta!
18+
<x-heroicon-o-rocket-launch class="ml-2 size-5 group-hover:hidden" />
19+
<x-heroicon-s-rocket-launch class="hidden ml-2 size-5 group-hover:block" />
1720
</a>
1821
</span>
1922
</div>

0 commit comments

Comments
 (0)