https://github.com/convex-dev/convex.world
https://github.com/convex-dev/convex.world
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/convex-dev/convex.world
- Owner: Convex-Dev
- License: apache-2.0
- Created: 2025-06-02T07:44:05.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2026-07-03T17:43:24.000Z (11 days ago)
- Last Synced: 2026-07-03T19:25:52.457Z (10 days ago)
- Language: TypeScript
- Size: 1.98 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Convex.World Static Website
This is the static website for [Convex](https://convex.world), a decentralized network and execution engine based on Lattice Technology. Built with [Next.js](https://nextjs.org).
## About Convex
Convex is a decentralized network and execution engine for the Internet of Value, implementing a "Stateful Internet" where the network itself securely hosts and executes code and data. Key features include:
- Lattice Technology for efficient consensus and verifiability
- Global State model with immutable data structures and atomic transactions
- Lambda Calculus based VM supporting Turing complete Smart Contracts
- High transaction throughput with low latency
- 100% Green using Convergent Proof of Stake consensus
- Integrated on-chain compiler (Convex Lisp)
## Development
First, run the development server:
```bash
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `src/app/page.tsx`. The page auto-updates as you edit the file.
## Learn More
To learn more about Convex and Next.js, check out these resources:
- [Convex Documentation](https://docs.convex.world) - learn about Convex features and capabilities
- [Convex Design Documents](https://github.com/Convex-Dev/design) - architecture and design specifications
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial
## Deployment
Check out the [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
## Community
Join the Convex community:
- [Discord](https://discord.com/invite/xfYGq4CT7v)
- [GitHub](https://github.com/Convex-Dev)
- [Documentation](https://docs.convex.world)