Landing page for SolixDB, a Solana blockchain data indexing platform. This website provides information about the SolixDB API, documentation, and product offerings.
SolixDB is a data platform that provides access to 390M+ Solana transactions via REST, GraphQL, and SQL APIs. The website showcases features, use cases, API examples, and documentation for developers building on Solana.
Live site: https://solixdb.xyz
- Next.js 15
- React 19
- TypeScript
- Tailwind CSS 4
- Framer Motion
- Radix UI
- Node.js 20+
- pnpm
# Install dependencies
pnpm install
# Run development server
pnpm dev
# Build for production
pnpm build
# Start production server
pnpm start
# Lint code
pnpm lintThe development server runs on http://localhost:3000
src/
├── app/ # Next.js app router pages
│ ├── (pages)/ # Main landing page
│ ├── layout.tsx # Root layout
│ └── globals.css # Global styles
├── components/ # React components
│ ├── sections/ # Page sections
│ └── ui/ # UI components (Button, Card, Tabs, etc.)
├── config/ # Site configuration
├── fonts/ # Font definitions
└── lib/ # Utility functions
Contributions are welcome. Please follow these steps:
- Fork the repository: https://github.com/solixdb/app
- Create a feature branch from
main - Make your changes
- Test locally with
pnpm dev - Ensure linting passes with
pnpm lint - Submit a pull request
- Use TypeScript for all new code
- Follow existing component patterns
- Use Tailwind CSS for styling
- Keep components focused and reusable
See LICENSE file for details.
- Website: https://solixdb.xyz
- GitHub: https://github.com/solixdb/app
- API: https://api.solixdb.xyz
- Documentation: http://docs.solixdb.xyz