Skip to content
Merged

init #126

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 0 additions & 5 deletions .cursor/worktrees.json

This file was deleted.

5 changes: 0 additions & 5 deletions .devcontainer/Dockerfile

This file was deleted.

54 changes: 0 additions & 54 deletions .devcontainer/README.md

This file was deleted.

68 changes: 0 additions & 68 deletions .devcontainer/devcontainer.json

This file was deleted.

36 changes: 0 additions & 36 deletions .devcontainer/post-create.sh

This file was deleted.

14 changes: 0 additions & 14 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
NEXTJS_ENV=development
SLACK_FEEDBACK_WEBHOOK=<replace-with-slack-webhook>
NEXT_PUBLIC_MESH_SDK_KEY=<replace-with-mesh-sdk-key>
NEXT_PUBLIC_UNIFY_SCRIPT_SRC=<replace-with-unify-script-src>
NEXT_PUBLIC_UNIFY_API_KEY=<replace-with-unify-api-key>
NEXT_PUBLIC_RB2B_KEY=<replace-with-rb2b-key>
NEXT_PUBLIC_PYLON_APP_ID=<replace-with-pylon-app-id>
PYLON_IDENTITY_SECRET=<replace-with-pylon-identity-secret>

# Search mode: 'fumadocs' (default, uses Fumadocs built-in search), 'rag' (uses RAG endpoint at mcp.superwall.com) or 'mixedbread' (vector search)
SEARCH_MODE=mixedbread

MIXEDBREAD_API_KEY=<your-api-key>
MIXEDBREAD_STORE_ID=<your-store-id>
MIXEDBREAD_TOPK=8 #defaults to 8
MIXEDBREAD_RERANK=8 #if empty, rerank is disabled
46 changes: 21 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,24 @@
.next
.source
next-env.d.ts

# thesse will be automatically filled with the resources from the docs
public/content
public/images
# these will be generated by the prebuild script
public/llm*.txt
public/**/*.md
!public/vibe-coding-guide.md

.open-next
node_modules
.wrangler
.dev.vars

dist
.DS_Store
.cache
.vercel
.wrangler
.output
.nitro
/build/
/api/
/server/build
/public/build
/public/docs
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
.tanstack

.source

.env
.env.local
.env.production
.env.ci
/.turbo
/.yarn
.pnp.loader.mjs
.pnp.cjs
wrangler.ci.jsonc
wrangler.local.jsonc
src/lib/title-map.json
reference
4 changes: 4 additions & 0 deletions .oxfmtrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"ignorePatterns": []
}
40 changes: 40 additions & 0 deletions .oxlintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
"plugins": null,
"categories": {},
"rules": {},
"settings": {
"jsx-a11y": {
"polymorphicPropName": null,
"components": {},
"attributes": {}
},
"next": {
"rootDir": []
},
"react": {
"formComponents": [],
"linkComponents": [],
"version": null,
"componentWrapperFunctions": []
},
"jsdoc": {
"ignorePrivate": false,
"ignoreInternal": false,
"ignoreReplacesDocs": true,
"overrideReplacesDocs": true,
"augmentsExtendsReplacesDocs": false,
"implementsReplacesDocs": false,
"exemptDestructuredRootsFromChecks": false,
"tagNamePreference": {}
},
"vitest": {
"typecheck": false
}
},
"env": {
"builtin": true
},
"globals": {},
"ignorePatterns": []
}
1 change: 0 additions & 1 deletion .yarnrc.yml

This file was deleted.

31 changes: 11 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
<p align="center">
<br />
<img src=https://user-images.githubusercontent.com/3296904/158817914-144c66d0-572d-43a4-9d47-d7d0b711c6d7.png alt="logo" height="100px" />
<h3 style="font-size:26" align="center">In-App Paywalls Made Easy 💸</h3>
<br />
</p>
# superwall-docs

[Superwall](https://superwall.com/) lets you remotely configure every aspect of your paywall — helping you find winners quickly.
This is a Tanstack Start application generated with
[Create Fumadocs](https://github.com/fuma-nama/fumadocs).

Run development server:

# Superwall Docs

This is the documentation website for Superwall [superwall.com/docs](https://superwall.com/docs/home), built using [Fumadocs](https://github.com/fuma-nama/fumadocs).

## Contributing

We welcome PRs! For instructions on how to build locally and contribute, please read [CONTRIBUTING.md](.github/CONTRIBUTING.md).

## Issues

If you're not comfortable with contributing directly, we still welcome your feedback!

For any issues or suggestions for improvements, please [open an issue](https://github.com/superwall/docs/issues/new), or leave a rating and message at the bottom of any documentation page.
```bash
npm run dev
# or
pnpm dev
# or
yarn dev
```
Loading
Loading