https://github.com/chiragagg5k/jstack-appwrite-template
template for getting started with jstack + appwrite
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.5%) to scientific vocabulary
Keywords
Repository
template for getting started with jstack + appwrite
Basic Info
- Host: GitHub
- Owner: ChiragAgg5k
- Language: TypeScript
- Default Branch: main
- Homepage: https://jstack-appwrite-template.appwrite.network/
- Size: 74.2 KB
Statistics
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
JStack + Appwrite
Ship high-performance Next.js apps for extremely cheap using Appwrite.
Getting Started
- Clone the repository
bash
git clone https://github.com/ChiragAgg5k/jstack-appwrite-template
cd jstack-appwrite-template
- Install dependencies
bash
bun i # or npm install
- Create a
.env.localfile
bash
cp .env.example .env.local
- Run the development server
bash
bun dev # or npm run dev
Note: Example env consists of an example Appwrite project. You can use your own Appwrite project by updating the env variables.
Setting up Appwrite
Go to Appwrite Console, sign up if you don't have an account and create a new project
Once project is created, head over to Project Overview and copy
projectIdandendpointUpdate these values in the
appwrite.jsonfile - here
diff
- "projectId": "686a271700323696d223",
- "endpoint": "https://fra.cloud.appwrite.io/v1",
+ "projectId": "YOUR_PROJECT_ID",
+ "endpoint": "YOUR_ENDPOINT",
- For the next step, make sure you have Appwrite CLI installed. You can install it by running the following command:
bash
npm install -g appwrite-cli
# or
brew install appwrite
For more documentation on the Appwrite CLI, check out the official documentation.
- Run the following command to push the changes to Appwrite:
bash
appwrite push
- Run the following command to generate the Appwrite types
Check out the blog post for more details: JStack + Appwrite
Owner
- Name: Chirag Aggarwal
- Login: ChiragAgg5k
- Kind: user
- Location: Noida , Uttar Pradesh , India
- Company: Bennett University
- Twitter: ChiragAgg5k
- Repositories: 3
- Profile: https://github.com/ChiragAgg5k
CSE Undergrad | Student at Bennett University
GitHub Events
Total
- Watch event: 2
- Push event: 7
- Create event: 1
Last Year
- Watch event: 2
- Push event: 7
- Create event: 1
Issues and Pull Requests
Last synced: 6 months ago
Dependencies
- @cloudflare/workers-types ^4.20250214.0 development
- @types/node ^22.10.6 development
- @types/react ^19.0.7 development
- @types/react-dom ^19.0.3 development
- dotenv ^16.4.5 development
- eslint ^9.18.0 development
- eslint-config-next ^15.1.4 development
- postcss ^8 development
- prettier ^3.6.2 development
- tailwindcss ^4.0.0 development
- typescript ^5 development
- wrangler ^4.0.0 development
- @tailwindcss/postcss ^4.0.0
- @tanstack/react-query ^5.51.23
- appwrite ^18.1.1
- clsx ^2.1.1
- hono ^4.7.0
- jstack ^1.1.1
- next ^15.1.6
- react ^19.0.0
- react-dom ^19.0.0
- superjson ^2.2.1
- tailwind-merge ^2.5.2
- zod ^3.24.1