The web-based front-end application for CrowdBucks.
  • TypeScript 98.9%
  • JavaScript 0.6%
  • CSS 0.5%
Find a file
2025-08-06 10:08:32 +03:30
.vscode project initialized 2025-07-01 13:30:49 +03:30
app fix: update opengraph image asset 2025-08-06 10:08:32 +03:30
assets fediverse sign in options added to auth 2025-07-27 13:31:38 +03:30
components fix: center align title text in ToastDrawer component 2025-08-01 11:54:45 +03:30
constants fix: comment out About CrowdBucks links and routing in Navbar and home-page constants 2025-07-31 10:44:03 +03:30
hooks fix: add error handling for Stripe connection in useConnectToStripe hook 2025-08-01 11:44:16 +03:30
lib fix: prevent throw error on mutations and queries 2025-07-30 08:24:10 +03:30
platform fix: update platform URL configuration for environment variables 2025-08-01 18:06:12 +03:30
public feat: add new illustrations for Crowdbucks, OTP, and welcome screens 2025-07-31 11:05:14 +03:30
states/console feat: email verification step 2025-07-29 08:33:41 +03:30
theme feat: email verification step 2025-07-29 08:33:41 +03:30
types project initialized 2025-07-01 13:30:49 +03:30
utils feat: default community 2025-07-27 02:45:35 +03:30
.dev.vars.example fix: add APP_KEY generation instruction to .dev.vars.example and .env.example 2025-07-16 12:49:12 +03:30
.env.example chore: update .env.example 2025-08-01 18:38:43 +03:30
.eslintrc.json project initialized 2025-07-01 13:30:49 +03:30
.gitignore feat: move auth logic to routes and csr breadcrumb to prevent hydration error 2025-07-25 02:40:06 +03:30
.npmrc chore: registry token removed from .npmrc 2025-08-03 17:05:41 +03:30
cloudflare-env.d.ts feat: mastodon oauth server implementation 2025-07-15 21:48:44 +03:30
LICENSE Create LICENSE 2025-08-02 17:21:49 +03:30
middleware.ts fix: simplify middleware by removing unused authentication checks and config 2025-07-29 19:04:48 +03:30
next.config.ts fix: comment out About CrowdBucks links and routing in Navbar and home-page constants 2025-07-31 10:44:03 +03:30
open-next.config.ts project initialized 2025-07-01 13:30:49 +03:30
package.json fix: update @xeronith/granola dependency to version 0.5.31 2025-08-03 17:20:30 +03:30
pnpm-lock.yaml fix: update @xeronith/granola dependency to version 0.5.31 2025-08-03 17:20:30 +03:30
README.md fix: update README to remove alternative commands and Vercel deployment section 2025-07-29 19:25:58 +03:30
tsconfig.json project initialized 2025-07-01 13:30:49 +03:30
types.ts project initialized 2025-07-01 13:30:49 +03:30
wrangler.jsonc fix: add observability logs configuration to wrangler.jsonc 2025-07-16 12:04:53 +03:30

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

pnpm i
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!