forked from midday-ai/midday
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request midday-ai#167 from midday-ai/feature/local-develop…
…ment-v1 Public beta
- Loading branch information
Showing
6 changed files
with
71 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
name: CI | ||
env: | ||
GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }} | ||
GOOGLE_SECRET: ${{ secrets.GOOGLE_SECRET_WEBSITE }} | ||
# name: CI | ||
# env: | ||
# GOOGLE_CLIENT_ID: ${{ secrets.GOOGLE_CLIENT_ID }} | ||
# GOOGLE_SECRET: ${{ secrets.GOOGLE_SECRET_WEBSITE }} | ||
|
||
# on: | ||
# pull_request: | ||
# workflow_dispatch: | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
defaults: | ||
run: | ||
working-directory: apps/api | ||
# jobs: | ||
# test: | ||
# runs-on: ubuntu-latest | ||
# defaults: | ||
# run: | ||
# working-directory: apps/api | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: supabase/setup-cli@v1 | ||
with: | ||
version: latest | ||
- name: Start Supabase local development setup | ||
run: supabase db start | ||
- name: Verify generated types are checked in | ||
run: | | ||
supabase gen types typescript --local > types.gen.ts | ||
if ! git diff --ignore-space-at-eol --exit-code --quiet types.gen.ts; then | ||
echo "Detected uncommitted changes after build. See status below:" | ||
git diff | ||
exit 1 | ||
fi | ||
# steps: | ||
# - uses: actions/checkout@v3 | ||
# - uses: supabase/setup-cli@v1 | ||
# with: | ||
# version: latest | ||
# - name: Start Supabase local development setup | ||
# run: supabase db start | ||
# - name: Verify generated types are checked in | ||
# run: | | ||
# supabase gen types typescript --local > types.gen.ts | ||
# if ! git diff --ignore-space-at-eol --exit-code --quiet types.gen.ts; then | ||
# echo "Detected uncommitted changes after build. See status below:" | ||
# git diff | ||
# exit 1 | ||
# fi |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: "Announcing Public Beta" | ||
publishedAt: "2024-06-24" | ||
summary: "" | ||
image: "/images/public-beta.jpg" | ||
tag: "Updates" | ||
--- | ||
|
||
For the past three months, we have been working hard in private beta with our customers. Today, we are excited to announce our public beta. | ||
|
||
<br /> | ||
|
||
Both Viktor and I want to personally thank all of you who have given us feedback, attended meetings, and supported us during this time. We are super excited to continue our journey together to make Midday the best all-in-one tool for running our business smarter. | ||
|
||
<br /> | ||
|
||
As we enter our public beta, new customers will have access to a special deal of $49/month, but it will be free during the beta period. | ||
|
||
<br /> | ||
### Roadmap | ||
|
||
We aim to have Midday `v1` ready in October, which is also when we will start charging for the service. | ||
|
||
<br /> | ||
Until then, here are our focus areas: | ||
|
||
- **Invoicing** - Deliver the first version of our invoicing service | ||
- **Budget** - Add support for budgeting | ||
- **Apps & Integrations** - Integrate with Xero, Fortnox, and QuickBooks | ||
- **Bug Fixes & Improvements** - General improvements to the platform | ||
|
||
<br /> | ||
### ProductHunt | ||
|
||
Along with this milestone, we are launching on Product Hunt on Wednesday, June 26 (12:00 am PST). We would love to have your support by voting for us. [You can subscribe for a notification here](https://go.midday.ai/htI3aDs). | ||
|
||
<br /> | ||
### Get started | ||
|
||
Now that Middays is in public beta, feel free to try us out by [signing in here](https://app.midday.ai). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters