Example Applications
Complete, production-ready applications you can fork and customize. These showcase full-stack implementations with frontend and backend code.
Codehooks Analytics
Codehooks Analytics is an open-source web analytics tool for tracking website and app traffic, giving you full control over your data and dashboard. You can deploy it as-is, customize it, or build your own solution.
Unlike third-party services, this tool avoids costly per-event fees, offers real-time data access, and eliminates vendor lock-in. It does not use cookies like most other analytics solutions.
Built with Codehooks.io for the backend and Alpine.js, TailwindCSS, and DaisyUI for the frontend, it's easy to use and modify. The Codehooks.io free Developer plan covers most use cases unless your site is very busy.
- Codehooks.io: Simplifies API and database management.
- Alpine.js: Adds interactivity with minimal complexity.
- TailwindCSS: Enables rapid UI development.
- DaisyUI: Provides pre-built components for faster design.
- OpenAI API: Provides daily AI insights from your data.
All you need to host the whole solution and start tracking your custom analytics data is a codehooks.io project/space and the free Development plan. The source code and complete installation and setup instructions can be found in the Github repository. Feel free to fork it, submit pull requests or give it a star.
Directory Template
This template contains everything you need to build your own directory service. Directory services are crucial for organizing and presenting information in a structured way. They're used for everything from product catalogs to service listings, and their success often depends on two key factors:
- SEO optimization for discoverability
- Developer-friendly implementation
Built-in features:
- Server-side rendering using HTML/Handlebars
- Built-in SEO optimization
- Modern UI using DaisyUI and Tailwind CSS
- Automatic screenshot generation
- Sitemap generation
- Full client-side text search with lunrjs
- Mock data support for rapid development
- Easy deployment to Codehooks.io
Examples in the wild
- AllToolz.dev - a directory of developer tools
- DigiHub.no - a directory of web agencies and consulting companies in Bergen, Norway
All you need is a codehooks.io project/space to start creating your own directory service. The source code and complete installation and setup instructions can be found in the Github repository.